I've been playing with something similar....anticapitalista wrote:This is the etc/network/interfaces I'm thinking of using on next test iso. Would it work better?
Code: Select all
# interfaces(5) file used by ifup(8) and ifdown(8) # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug eth0 iface eth0 inet dhcp allow-hotplug eth1 iface eth1 inet dhcp allow-hotplug eth2 iface eth2 inet dhcp allow-hotplug eth3 iface eth3 inet dhcp allow-hotplug eth4 iface eth4 inet dhcp allow-hotplug eth5 iface eth5 inet dhcp
We need to get sam to try it.