Comment 9 for bug 103085

Revision history for this message
Rodrigo Pinheiro (ametade) wrote :

I noticed that I had an extra ip configured for eth1. I commented it out but the problem still exists.

My /etc/network/interfaces now looks like:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto eth1
iface eth2 inet dhcp

#iface eth1:1 inet static
#address 192.168.1.226
#netmask 255.255.255.0
#broadcast 192.168.1.255

auto ath0
iface ath0 inet dhcp

auto wlan0
iface wlan0 inet dhcp