Failed to bring up eth1 in a dual ips solution in ubuntu
- by lxyu
I'm using ubuntu 12.04.
I tried to assign two ips to two ethernet cards in my server.
The content of /etc/network/interfaces is like this:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 114.80.156.a
netmask 255.255.255.224
gateway 114.80.156.b
auto eth1
iface eth1 inet static
address 114.80.156.c
netmask…