Comment 38 for bug 102675

Revision history for this message
Bojan Vucinic (bojan) wrote :

Confirming bug with static IP. After commenting out to boot and setting the static address the interfaces looks as:

auto lo
iface lo inet loopback

#auto eth0
#iface eth0 inet static
#address 192.168.1.100
#netmask 255.255.255.0
#gateway 192.168.1.1

#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 static
address 192.168.1.100
netmask 255.255.255.0
gateway 192.168.1.1

auto eth0

and both my i386 and amd64 feisty's hang.