nm-applet tries to connect to "Auto eth0" when starting up or resuming from suspend, instead of the manually set connection

Bug #311158 reported by Amir Khosroshahi
6
Affects Status Importance Assigned to Milestone
network-manager-applet (Ubuntu)
New
Undecided
Unassigned

Bug Description

I have manually set up a static IP wired connection in nm-applet (labeled "Home") which is my connection to use at home.

However, whenever I resume from suspend or restart my computer, nm-applet tries to connect to the "Auto eth0" connection (which is DHCP, and I can't delete it) and so every time I have to set the connection to my Home connection again.

The desired behavior would be to connect to my last connection profile (Home in this case) and not to fall back to the "Auto eth0" every time.

Revision history for this message
AndrewSavchuk (andrewsavchuk) wrote :

sudo apt-get remove network-manager ;)

network/interfaces

auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0

auto eth0
iface eth1 inet static
address xxx.xxx.xxx.xxx
netmask 255.255.255.0
gateway xxx.xxx.xxx.xxx
broadcast xxx.xxx.xxx.xxx

Revision history for this message
Amir Khosroshahi (amir-khosroshahi) wrote :

My issue was resolved by deleting the "Auto-eth0" and restarting afterwards.
Now, although Auto-eth0 is there again, but it nm-applet connects correctly to my static IP (Home) connection.

Revision history for this message
Amir Khosroshahi (amir-khosroshahi) wrote :

My issue was resolved by deleting the "Auto-eth0" and restarting afterwards.
Now, although Auto-eth0 is there again, nm-applet connects correctly to my static IP (Home) connection.

Revision history for this message
Benjamin (benjaminx2x) wrote :
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.