Comment 3 for bug 635475

Revision history for this message
Petar Velkovski (pvelkovski) wrote : Re: Auto eth0 not working after latest package upgrade

The solution I found 2 days ago was to comment out "auto eth0" in /etc/network/interfaces:

Old /etc/network/interfaces was:

# 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

# The primary network interface
auto eth0
#iface eth0 inet dhcp

The new /etc/network/interfaces is:

# 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

# The primary network interface
#auto eth0
#iface eth0 inet dhcp