I'm also trying to change my network settings to use two cards. I did the same actions as it's described in the wiki -
http://wiki.linuxmce.com/index.php/Single_to_Double_NIC. But the system doesn't use the second interface because instead of eth1 it's displayed as eth2 in the network setup GUI utility. As result those messages:
eth1: ERROR while getting interface flags: No such device
SIOCSIFADDR: No such device
eth1: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
eth1: ERROR while getting interface flags: No such device
Failed to bring up eth1.
Any idea how to fix that?
Thanks in advance.
You'll probably need to edit the
/etc/iftab file as well. That file ties the NICs specific MAC to a device, aparently eth2 in your case. Alternatively I guess you could replace "eth1" with "eth2" in the wiki instructions.