| Hi,
Since my last post I've managed to get another '3com' ethernet card and can now connect to the internet, but in order to do so, I have to physically eject both ethernet cards after boot up,(deactivate/activate doesn't do much), plug the old xircom one back in, even though I don't plan to use it, and then plug the 3com card I am using in a few seconds later so that it is configured as 'eth1'. I'm not entirely sure why this is seeing as the settings for eth0 and eth1 should be exactly the same.
My /etc/network/interfaces looks like this on startup:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
auto eth2
iface eth2 inet dhcp
auto ath0
iface ath0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
But after unplugging/plugging the network cards in, it changes itself to this:
auto lo
iface lo inet loopback
auto eth1
iface eth1 inet dhcp
auto eth2
iface eth2 inet dhcp
auto ath0
iface ath0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
iface eth0 inet dhcp
auto eth0
The obvious problem being, as far as I can see, that somewhere along the line it's doing something to the settings for eth0 which I presume is why I can only access the internet through a card called eth1.
I am currently using the eth1 connection to type this post. The Xircom eth0 card doesn't even have a network cable attached.
Any suggestions? |