Set Static IP Address on Raspberry Pi OS

Linux Logo

Set Static IP Address on Raspberry Pi OS

Edit /etc/dhcpcd.conf

sudo nano /etc/dhcpcd.conf

Sample Config

Add to the end of the file

interface eth1
    static ip_address=192.168.99.1/24
,