Featured Posts

The 10 Worst Things about World of Warcraft - Mists... I've been playing WoW since vanilla version starting in 2006.  Except for a six-month hiatus in late 2011, I've been a daily player.  I've seen multiple patches come...

Read more

Best Breakfast Burritos, ever! I like eating a good breakfast, usually around lunchtime once I've had my fill of coffee and am awake enough to appreciate a good breakfast. This is my recipe for my ultimate...

Read more

Testing Arrays in PHP - Back to Basics... Sometimes, when you're wallowing through your abstraction class layers, you find yourself using code for simple functions that are normally the focus of an Intro to Programming...

Read more

PHP: Comparing Object Structures I'm working on a project where I am converting an established REST API over to a rabbitMQ service.  Because, you know, dinosaur, I'm continuing to use PHP as my language...

Read more

Mountain Lion and Tunnelblick - Playing Nice Together One of the things that requires some tweaking after the installation of Mac OS X (Mountain Lion) is Tunnelblick, a free and open-source GUI for openVPN.  I use Tunnelblick...

Read more

Subscribe

Ubuntu 12.04 – Wired Connection: Device Not Managed

Category : Technical
No Gravatar

After I changed my laptop to a static IP configuration to support mongo clustering on my local network, I was having problems with my network manager indicator in the Unity task bar showing my wired network as the device no longer being managed.  Additionally, and exacerbating the issue, I could no longer connect to my work VPN using the network manager.

I tried several things to resolve the issue:  I restored my /etc/network/interfaces to the default (DHCP) configuration, I removed and re-installed the network manager wireless-1 configuration.  Bounced eth0 repeatedly, rebooted many times, but nothing worked and I was unable to restore the device to a managed state, nor could I connect via the VPN to work.

I hit the ubuntu forums and found the solution — edit the /etc/Network Manager/NetworkManager.conf file and change:

managed=false

to:

managed=true

I rebooted and not only got the wired device managed again, but also got my VPN restored in the process.  Magically.

Back to programming…

Comments are closed.

Page optimized by WP Minify WordPress Plugin

Weather forecast by WP Wunderground & Denver Snow Service