Comment 9 for bug 81782

Revision history for this message
Fabio Massimo Di Nitto (fabbione) wrote :

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

iface eth0 inet dhcp

Why is "auto eth0" missing?

What if you add it? does it work?

Fabio