User Tools

Site Tools


raspi:config

This is an old revision of the document!


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)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki