1. Open /etc/network/interfaces for editing # vi /etc/network/interfaces 2. Edit the section for the primary network interface to make it look like the one below. auto eth0 iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.1 3. Restart the interface # /etc/init.d/networking restart