GNOME Bugzilla – Bug 526137
Setting static IP in Network Settings doesn't produce correct data
Last modified: 2008-05-13 20:04:52 UTC
Please describe the problem: Problem is on Hardy with up to date updates (04.04.2008). https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/185854 Steps to reproduce: 1. Login on fresh Ubuntu Hardy install 2. Left click on NM icon and choose "Manual configuration..." 3. network-admin opens 4. Authenticate against user who is allowed to make changes 5. Choose Wired Interface, Edit, Disable roaming mode, choose Static IP, provide IP address, Click OK 6. network-admin flickers for a sec (syncing changes) and everything is OK visually 7. Open Applications => Accesories => Terminal, ping gateway, get network error 8. cat /etc/network/interfaces Actual results: Network is unreachable, and /etc/network/interfaces doesn't have 'auto eth0' line, which is necessary to activate network interface in Ubuntu/Debian. Expected results: Network is reachable, /etc/network/interfaces has 'auto eth0' line. Does this happen every time? Yes Other information:
I can confirm this bug against all versions of Hardy. The version of the gst is: 2.22.0
Thanks for the bug report! I've committed a modified version of the patch in that ubuntu launchpad bug