24
edits
Changes
m
[<code]>
auto lo eth0 eth0:1 eth0:2
iface lo inet loopback
iface eth0 inet dhcp
iface eth0:1 inet static
iface eth0:2 inet static
[</code]>
→Disable Old Physical Interface: Fixed <code> ==db
o Edit /etc/network/interfaces
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface
# automatically added when upgrading
# eth0:2 eth0:3
# address 10.0.0.4
# netmask 255.0.0.0
# broadcast 10.0.0.255
address 10.0.0.4
netmask 255.0.0.0
broadcast 255.255.255.255
address 192.168.2.250
netmask 255.255.255.0
# netmask 255.255.255.0
# broadcast 255.255.255.255
o You can either comment out the interface stanza(s), or take it out of the "auto" line(s).