raspi:config
This is an old revision of the document!
Table of Contents
Raspberry Pi Zero W
Network
Set Static IP
Raspbian GNU/Linux 10 (buster)
vi /etc/dhcpcd.conf ... # Example static IP configuration: #interface eth0 interface wlan0 static ip_address=192.168.150.191/24 #static ip6_address=fd51:42f8:caae:d92e::ff/64 static routers=192.168.150.1 static domain_name_servers=192.168.150.1 ...
raspi/config.1611686578.txt.gz · Last modified: 2023/01/11 20:30 (external edit)