Comment 4 for bug 53387

Revision history for this message
Pierre Phaneuf (pphaneuf) wrote : Re: Boot order problem

I have the following /etc/network/interfaces on my feisty system (installed from the Ubuntu Server CD, if this makes a difference):

auto lo eth0
iface lo inet loopback
iface eth0 inet dhcp
        wpa-ssid peanuts
        wpa-psk thepassword

At boot-up, I do see "Configuring network interfaces" fly by, and it says "OK", but while lo is set up correctly and eth0 is up, it doesn't get an IP address (I assume it didn't do the WPA2 stuff either). Running "sudo /etc/init.d/networking restart" get it working without a hitch.