Comment 6 for bug 765545

Revision history for this message
bwalex (ahornung) wrote :

Turns out this last issue is because Ubuntu doesn't set the interface to auto and dhcp in /etc/network/interfaces anymore. It must have been the case in the past, because all of this originally worked without modifying the aforementioned file. In any case, adding
auto eth0
iface eth0 inet dhcp

fixes the IP issue at least.

Regards,
Alex