Comment 69 for bug 279262

Revision history for this message
Martin G Miller (mgmiller) wrote : Re: [regression] devices/interfaces not set to "auto" in /etc/network/interfaces get blacklisted in 0.7 (intrepid) but were managed in 0.6 (hardy and before)

I had only 1 nic defilned in Hardy with choices of a static IP address and DHCP, set up with the old network manager. Here is the contents of interfaces.dpkg-old, which I assume is my old interfaces file. There are no blank lines and only 1 static IP nic is listed.

# 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

# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
 script grep
 map eth0

# The primary network interface

iface eth0 inet static
address 192.168.1.4
netmask 255.255.255.0
gateway 192.168.1.1

auto eth0