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
Related
- Linux IP Essentials
- Enable IP Forwarding in Linux
- /etc/ssh/sshd_config Essentials
- Cisco AnyConnect VPN Client on Raspberry Pi
- chmod Essentials
- Linux Users
- Linux Groups