- sudo pico /etc/network/interfaces
- Add the following, modify as needed
allow-hotplug eth0 iface eth0 inet static address 10.0.0.123 netmask 255.255.255.0 gateway 10.0.0.1 network 10.0.0.0
- service networking restart

allow-hotplug eth0 iface eth0 inet static address 10.0.0.123 netmask 255.255.255.0 gateway 10.0.0.1 network 10.0.0.0
Leave a Reply