<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Ubuntu 9.04 &#8220;Wired Network &#8211; device not managed&#8221;</title>
	<atom:link href="http://www.craigmayhew.com/blog/2009/06/ubuntu-904-wired-network-device-not-managed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.craigmayhew.com/blog/2009/06/ubuntu-904-wired-network-device-not-managed/</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 12:37:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ankur Arora</title>
		<link>http://www.craigmayhew.com/blog/2009/06/ubuntu-904-wired-network-device-not-managed/comment-page-1/#comment-1691</link>
		<dc:creator>Ankur Arora</dc:creator>
		<pubDate>Fri, 13 May 2011 11:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=114#comment-1691</guid>
		<description>Thanks this worked for me.

Just one change -- instead of restarting networking as you suggested:
&gt; sudo /etc/init.d/networking restart
&gt; pkill nm-applet
&gt; nm-applet

what needs restarting is network-manager
&gt; sudo /etc/init.d/network-manager restart

As soon as I do that my Wired connection shows up.</description>
		<content:encoded><![CDATA[<p>Thanks this worked for me.</p>
<p>Just one change &#8212; instead of restarting networking as you suggested:<br />
&gt; sudo /etc/init.d/networking restart<br />
&gt; pkill nm-applet<br />
&gt; nm-applet</p>
<p>what needs restarting is network-manager<br />
&gt; sudo /etc/init.d/network-manager restart</p>
<p>As soon as I do that my Wired connection shows up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://www.craigmayhew.com/blog/2009/06/ubuntu-904-wired-network-device-not-managed/comment-page-1/#comment-1184</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Sun, 30 May 2010 21:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=114#comment-1184</guid>
		<description>Hi, me again.

I&#039;ve solved the previous problem.

Just comment all interfaces except loopback interface. You can also use that to establish the iptables rules. For example, my /etc/network/interfaces file:
auto lo
iface lo inet loopback
pre-up iptables-restore &lt; /etc/iptables.rules

## The primary network interface
#allow-hotplug eth0
#iface eth0 inet dhcp

Now you can do ping to localhost or connect with your own localhost server.

Good luck and thanks!

Carlos</description>
		<content:encoded><![CDATA[<p>Hi, me again.</p>
<p>I&#8217;ve solved the previous problem.</p>
<p>Just comment all interfaces except loopback interface. You can also use that to establish the iptables rules. For example, my /etc/network/interfaces file:<br />
auto lo<br />
iface lo inet loopback<br />
pre-up iptables-restore &lt; /etc/iptables.rules</p>
<p>## The primary network interface<br />
#allow-hotplug eth0<br />
#iface eth0 inet dhcp</p>
<p>Now you can do ping to localhost or connect with your own localhost server.</p>
<p>Good luck and thanks!</p>
<p>Carlos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://www.craigmayhew.com/blog/2009/06/ubuntu-904-wired-network-device-not-managed/comment-page-1/#comment-1183</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Wed, 26 May 2010 11:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=114#comment-1183</guid>
		<description>Hi, me again.

It works but if you have a server (for example apache). It desapears. Do you know how can i solve that? Thanks:
$ sudo /etc/init.d/apache2 restart
Restarting web server: apache2 ... waiting .

$ sudo nmap localhost -PN

Starting Nmap 5.00 ( http://nmap.org ) at 2010-05-26 13:15 UTC
Warning: Hostname localhost resolves to 2 IPs. Using 127.0.0.1.
All 1000 scanned ports on localhost (127.0.0.1) are filtered

Nmap done: 1 IP address (1 host up) scanned in 201.37 seconds

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, me again.</p>
<p>It works but if you have a server (for example apache). It desapears. Do you know how can i solve that? Thanks:<br />
$ sudo /etc/init.d/apache2 restart<br />
Restarting web server: apache2 &#8230; waiting .</p>
<p>$ sudo nmap localhost -PN</p>
<p>Starting Nmap 5.00 ( <a href="http://nmap.org" rel="nofollow">http://nmap.org</a> ) at 2010-05-26 13:15 UTC<br />
Warning: Hostname localhost resolves to 2 IPs. Using 127.0.0.1.<br />
All 1000 scanned ports on localhost (127.0.0.1) are filtered</p>
<p>Nmap done: 1 IP address (1 host up) scanned in 201.37 seconds</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://www.craigmayhew.com/blog/2009/06/ubuntu-904-wired-network-device-not-managed/comment-page-1/#comment-1182</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Mon, 24 May 2010 20:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=114#comment-1182</guid>
		<description>It works but need to restart. Thanks! ;)</description>
		<content:encoded><![CDATA[<p>It works but need to restart. Thanks! ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Leader</title>
		<link>http://www.craigmayhew.com/blog/2009/06/ubuntu-904-wired-network-device-not-managed/comment-page-1/#comment-1171</link>
		<dc:creator>Ian Leader</dc:creator>
		<pubDate>Sun, 02 May 2010 13:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=114#comment-1171</guid>
		<description>I think I was suffering from this problem because of a switch to wicd (and then back to Network Manager) in a vain attempt to fix a wireless network card problem.

Like Amul, I needed to restart the Network Manager before it worked - now it&#039;s fine. Thanks!</description>
		<content:encoded><![CDATA[<p>I think I was suffering from this problem because of a switch to wicd (and then back to Network Manager) in a vain attempt to fix a wireless network card problem.</p>
<p>Like Amul, I needed to restart the Network Manager before it worked &#8211; now it&#8217;s fine. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amul</title>
		<link>http://www.craigmayhew.com/blog/2009/06/ubuntu-904-wired-network-device-not-managed/comment-page-1/#comment-1153</link>
		<dc:creator>Amul</dc:creator>
		<pubDate>Mon, 29 Mar 2010 15:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=114#comment-1153</guid>
		<description>If the above steps don&#039;t work, try restarting the network manager.

sudo /etc/init.d/network-manager restart</description>
		<content:encoded><![CDATA[<p>If the above steps don&#8217;t work, try restarting the network manager.</p>
<p>sudo /etc/init.d/network-manager restart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enos76</title>
		<link>http://www.craigmayhew.com/blog/2009/06/ubuntu-904-wired-network-device-not-managed/comment-page-1/#comment-1116</link>
		<dc:creator>enos76</dc:creator>
		<pubDate>Sun, 28 Feb 2010 18:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=114#comment-1116</guid>
		<description>Will they ever make the interfaces file and the nm-applet work in harmony? This is ridiculous.</description>
		<content:encoded><![CDATA[<p>Will they ever make the interfaces file and the nm-applet work in harmony? This is ridiculous.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.craigmayhew.com/blog/2009/06/ubuntu-904-wired-network-device-not-managed/comment-page-1/#comment-1113</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 21 Feb 2010 19:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=114#comment-1113</guid>
		<description>Thank you so much for this workaround!  I&#039;d been unable to connect to anything but my wireless network for the past year or so.  This speeds things up tremendously.</description>
		<content:encoded><![CDATA[<p>Thank you so much for this workaround!  I&#8217;d been unable to connect to anything but my wireless network for the past year or so.  This speeds things up tremendously.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.craigmayhew.com/blog/2009/06/ubuntu-904-wired-network-device-not-managed/comment-page-1/#comment-1098</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Mon, 01 Feb 2010 01:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=114#comment-1098</guid>
		<description>Thank you.  It works!
I have been bothered by the question for a long time.  After reading your article, I was eagle to try it.  It really works on my Ubuntu 9.10.  Thanks again!</description>
		<content:encoded><![CDATA[<p>Thank you.  It works!<br />
I have been bothered by the question for a long time.  After reading your article, I was eagle to try it.  It really works on my Ubuntu 9.10.  Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.craigmayhew.com/blog/2009/06/ubuntu-904-wired-network-device-not-managed/comment-page-1/#comment-1089</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 04 Jan 2010 17:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=114#comment-1089</guid>
		<description>Had the  same problem but solved it by changing [ifupdown] managed=false to true in /etc/NetworkManager/nm-system-settings.conf</description>
		<content:encoded><![CDATA[<p>Had the  same problem but solved it by changing [ifupdown] managed=false to true in /etc/NetworkManager/nm-system-settings.conf</p>
]]></content:encoded>
	</item>
</channel>
</rss>

