If I try to add a new interface (eth1) to /etc/network/interfaces, I get
I had to comment out the previous eth0 and recreate the new one with eth0Code:* Reconfiguring network interfaces... SIOCSIFADDR: No such device eth1: ERROR while getting interface flags: No such device SIOCSIFNETMASK: No such device SIOCSIFBRDADDR: No such device eth1: ERROR while getting interface flags: No such device eth1: ERROR while getting interface flags: No such device Failed to bring up eth1.
How do I add 2 interfaces and get anyone of them to work, as available ?Code:auto lo iface lo inet loopback #auto eth0 #iface eth0 inet static #address 192.168.10.243 #netmask 255.255.255.0 #network 192.168.10.1 #broadcast 192.168.10.255 #gateway 192.168.10.1 auto eth0 iface eth0 inet static address 192.168.1.243 netmask 255.255.255.0 network 192.168.1.1 broadcast 192.168.1.255 gateway 192.168.1.1



Adv Reply

Bookmarks