はじめに
ラズパイで無線LANのIPアドレスを固定する方法をまとめます。
方法
/etc/dhcpcd.conf に以下を追加する。
interface wlan0
static ip_address=192.168.11.xxx/24
static routers=192.168.11.1
static domain_name_servers=192.168.11.1
ラズパイで無線LANのIPアドレスを固定する方法をまとめます。
/etc/dhcpcd.conf に以下を追加する。
interface wlan0
static ip_address=192.168.11.xxx/24
static routers=192.168.11.1
static domain_name_servers=192.168.11.1