Bellow is the interfaces file from 1 machine. I have tried things like :- * making every NIC have different class C. * auto eth? above cooresponding "iface eth?..." statements
interafaces file :- [EMAIL PROTECTED]:~# cat /etc/network/interfaces auto lo iface lo inet loopback iface eth0 inet static address 192.168.10.8 netmask 255.255.255.0 gateway 192.168.10.1 iface eth1 inet static address 192.168.107.2 netmask 255.255.255.252 iface eth2 inet static address 192.168.107.5 netmask 255.255.255.252 auto ath0 iface ath0 inet dhcp auto wlan0 iface wlan0 inet dhcp auto eth0 auto eth2 auto eth1 -- Can't configure IP addr's on multiple NICs https://launchpad.net/bugs/94068 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
