How to add an additional IP in Debian or Ubuntu
June 24, 2014
View Current Network Settings Before we start, lets take a look at the current settings. cat /etc/network/interfaces auto eth0 iface eth0 inet static address 123.34.45.56 netmask 255.255.255.0 gateway 123.34.45.1 hwaddress 00:12:34:56:78:9A dns-nameservers 69.64.66.11 69.64.66.10 auto lo iface lo inet loopback Configure Updated Settings Before proceeding, a couple of variables need to be defined. EthX:1… read more »