TYLOR.TECH

Search
Close this search box.

Set Static IP Raspberry Pi

Steps

sudo vim/etc/dhcpcd.conf

add

interface eth0 
static ip_address=10.0.0.10/24 
static routers=10.0.0.1 
static domain_name_servers=10.0.0.1

save

reboot

Share this Post:
Scroll to Top