質問編集履歴

3

追加

2021/05/11 11:39

投稿

mumeinosato
mumeinosato

スコア21

test CHANGED
File without changes
test CHANGED
@@ -12,11 +12,11 @@
12
12
 
13
13
  interface wlan0
14
14
 
15
- static ip_address=
15
+ static ip_address=192.168.0.7
16
16
 
17
- static routers=
17
+ static routers=192.168.0.1
18
18
 
19
- static domain_name_servers=
19
+ static domain_name_servers=192.168.0.1
20
20
 
21
21
  ```
22
22
 

2

追加

2021/05/11 11:39

投稿

mumeinosato
mumeinosato

スコア21

test CHANGED
File without changes
test CHANGED
@@ -22,6 +22,8 @@
22
22
 
23
23
  で固定しました。
24
24
 
25
+ VNC接続に使います。
26
+
25
27
  ### 発生している問題・エラーメッセージ
26
28
 
27
29
 

1

追加

2021/05/10 09:29

投稿

mumeinosato
mumeinosato

スコア21

test CHANGED
File without changes
test CHANGED
@@ -5,6 +5,22 @@
5
5
  IPを固定できるようにしたい。
6
6
 
7
7
 
8
+
9
+ ```
10
+
11
+ sudo nano /etc/dhcpcd.conf
12
+
13
+ interface wlan0
14
+
15
+ static ip_address=
16
+
17
+ static routers=
18
+
19
+ static domain_name_servers=
20
+
21
+ ```
22
+
23
+ で固定しました。
8
24
 
9
25
  ### 発生している問題・エラーメッセージ
10
26