[Hardy] Network-Admin doesn't set eth0 properly

Bug #202746 reported by Sam Williams
2
Affects Status Importance Assigned to Milestone
gnome-system-tools (Ubuntu)
New
Undecided
Unassigned

Bug Description

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION="Ubuntu hardy (development branch)"

gnome-system-tools:
  Installed: 2.22.0-0ubuntu3
  Candidate: 2.22.0-0ubuntu3
  Version table:
 *** 2.22.0-0ubuntu3 0
        500 http://us.archive.ubuntu.com hardy/main Packages
        100 /var/lib/dpkg/status

When I re-installed Hardy a few days ago it came up with the network interface configured with "roaming enabled". Tonight I finally got back to taking a look at returning the system to the point it was when re-installation was necessary. I went to network-admin and configured a statis ip address. When I tried restarting the network interface eth-0 wouldn't come up. I foolishly tried rebooting before I thought to check the interfaces file.

Once I checked the interfaces file I realized that my changes had worked properly, but "eth0" wasn't added to the "auto" line so there was no way it would ever start. I manually added eth0 to the line, saved, then re-stating the networking script in /etc/init.d and everything work just fine. I have included the resulting "interfaces" file below as it was saved.

auto lo
iface lo inet loopback

iface eth0 inet static
address 10.10.10.95
netmask 255.255.255.0
gateway 10.10.10.1

With my modification:

auto lo eth0
iface lo inet loopback

iface eth0 inet static
address 10.10.10.95
netmask 255.255.255.0
gateway 10.10.10.1

Revision history for this message
Pascal De Vuyst (pascal-devuyst) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and this report is being marked as a duplicate. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Feel free to continue to report any other bugs you may find.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.