<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comentários sobre: Using dnsmasq with NetworkManager</title>
	<atom:link href="http://marcotmarcot.wordpress.com/2010/08/19/using-dnsmasq-with-networkmanager/feed/" rel="self" type="application/rss+xml" />
	<link>http://marcotmarcot.wordpress.com/2010/08/19/using-dnsmasq-with-networkmanager/</link>
	<description></description>
	<lastBuildDate>Thu, 27 Oct 2011 14:34:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Por: Anônimo</title>
		<link>http://marcotmarcot.wordpress.com/2010/08/19/using-dnsmasq-with-networkmanager/#comment-210</link>
		<dc:creator><![CDATA[Anônimo]]></dc:creator>
		<pubDate>Sun, 06 Feb 2011 01:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://marcotmarcot.wordpress.com/?p=155#comment-210</guid>
		<description><![CDATA[Without involving sed:
echo -e &quot;nameserver 127.0.0.1\n$(cat /etc/resolv.conf)&quot; &gt; /etc/resolv.conf]]></description>
		<content:encoded><![CDATA[<p>Without involving sed:<br />
echo -e &#8220;nameserver 127.0.0.1\n$(cat /etc/resolv.conf)&#8221; &gt; /etc/resolv.conf</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: marcotmarcot</title>
		<link>http://marcotmarcot.wordpress.com/2010/08/19/using-dnsmasq-with-networkmanager/#comment-188</link>
		<dc:creator><![CDATA[marcotmarcot]]></dc:creator>
		<pubDate>Fri, 20 Aug 2010 13:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://marcotmarcot.wordpress.com/?p=155#comment-188</guid>
		<description><![CDATA[Julian and Ken: Thanks, I&#039;ve installed resolvconf and it&#039;s working indeed.  It&#039;s the better option for this problem without any doubt.]]></description>
		<content:encoded><![CDATA[<p>Julian and Ken: Thanks, I&#8217;ve installed resolvconf and it&#8217;s working indeed.  It&#8217;s the better option for this problem without any doubt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Ken Bloom</title>
		<link>http://marcotmarcot.wordpress.com/2010/08/19/using-dnsmasq-with-networkmanager/#comment-185</link>
		<dc:creator><![CDATA[Ken Bloom]]></dc:creator>
		<pubDate>Thu, 19 Aug 2010 17:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://marcotmarcot.wordpress.com/?p=155#comment-185</guid>
		<description><![CDATA[Yes, resolvconf will work fine without any configuration. It will work great with NetworkManager. It&#039;s whole raison d&#039;etre is to save you from having to write configuration files for the various things that manipulate resolv.conf]]></description>
		<content:encoded><![CDATA[<p>Yes, resolvconf will work fine without any configuration. It will work great with NetworkManager. It&#8217;s whole raison d&#8217;etre is to save you from having to write configuration files for the various things that manipulate resolv.conf</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: marcotmarcot</title>
		<link>http://marcotmarcot.wordpress.com/2010/08/19/using-dnsmasq-with-networkmanager/#comment-184</link>
		<dc:creator><![CDATA[marcotmarcot]]></dc:creator>
		<pubDate>Thu, 19 Aug 2010 16:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://marcotmarcot.wordpress.com/?p=155#comment-184</guid>
		<description><![CDATA[@Julian: Will it work as I want without any configuration?  I took a look at it before, but I was afraid NetworkManager would not work fine with it.

@tina: Good point, I should have thought of that! =)

@Tim: What I want it to do is caching.  If @Alexander is right, and dnsmasq does no caching despite this filename and its claims, indeed I should stop using it.

@Dato: Thanks for that, that&#039;s much better than my solution.  And it works too.]]></description>
		<content:encoded><![CDATA[<p>@Julian: Will it work as I want without any configuration?  I took a look at it before, but I was afraid NetworkManager would not work fine with it.</p>
<p>@tina: Good point, I should have thought of that! =)</p>
<p>@Tim: What I want it to do is caching.  If @Alexander is right, and dnsmasq does no caching despite this filename and its claims, indeed I should stop using it.</p>
<p>@Dato: Thanks for that, that&#8217;s much better than my solution.  And it works too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Dato</title>
		<link>http://marcotmarcot.wordpress.com/2010/08/19/using-dnsmasq-with-networkmanager/#comment-183</link>
		<dc:creator><![CDATA[Dato]]></dc:creator>
		<pubDate>Thu, 19 Aug 2010 16:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://marcotmarcot.wordpress.com/?p=155#comment-183</guid>
		<description><![CDATA[It&#039;s not NetworkManager&#039;s fault.

You want to use /etc/dhcp/dhclient.conf and not /etc/dhcp3/dhclient.conf.

The location has changed recently, with the introduction of isc-dhcp-client as the new package name for dhcp3-client.

HTH.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s not NetworkManager&#8217;s fault.</p>
<p>You want to use /etc/dhcp/dhclient.conf and not /etc/dhcp3/dhclient.conf.</p>
<p>The location has changed recently, with the introduction of isc-dhcp-client as the new package name for dhcp3-client.</p>
<p>HTH.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Tim Retout</title>
		<link>http://marcotmarcot.wordpress.com/2010/08/19/using-dnsmasq-with-networkmanager/#comment-182</link>
		<dc:creator><![CDATA[Tim Retout]]></dc:creator>
		<pubDate>Thu, 19 Aug 2010 16:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://marcotmarcot.wordpress.com/?p=155#comment-182</guid>
		<description><![CDATA[@Alexander: Well, src/cache.c looks pretty cache-like to me, and the documentation claims it caches.

There are other reasons you might want to use dnsmasq as the DNS server for the local machine.  For instance, it&#039;s possible to configure reverse DNS entries for local IP addresses, or forward queries for particular subnets to private DNS servers (useful for VPNs).]]></description>
		<content:encoded><![CDATA[<p>@Alexander: Well, src/cache.c looks pretty cache-like to me, and the documentation claims it caches.</p>
<p>There are other reasons you might want to use dnsmasq as the DNS server for the local machine.  For instance, it&#8217;s possible to configure reverse DNS entries for local IP addresses, or forward queries for particular subnets to private DNS servers (useful for VPNs).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Alexander E. Patrakov</title>
		<link>http://marcotmarcot.wordpress.com/2010/08/19/using-dnsmasq-with-networkmanager/#comment-180</link>
		<dc:creator><![CDATA[Alexander E. Patrakov]]></dc:creator>
		<pubDate>Thu, 19 Aug 2010 15:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://marcotmarcot.wordpress.com/?p=155#comment-180</guid>
		<description><![CDATA[Just stop doing that. Look at the source code: dnsmasq doesn&#039;t cache anything.]]></description>
		<content:encoded><![CDATA[<p>Just stop doing that. Look at the source code: dnsmasq doesn&#8217;t cache anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: tina</title>
		<link>http://marcotmarcot.wordpress.com/2010/08/19/using-dnsmasq-with-networkmanager/#comment-179</link>
		<dc:creator><![CDATA[tina]]></dc:creator>
		<pubDate>Thu, 19 Aug 2010 15:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://marcotmarcot.wordpress.com/?p=155#comment-179</guid>
		<description><![CDATA[--- simple way ---
sed   -i   &#039;1s&#124;^&#124;nameserver 127.0.0.1\n&#124;&#039;   /etc/resolv.conf]]></description>
		<content:encoded><![CDATA[<p>&#8212; simple way &#8212;<br />
sed   -i   &#8217;1s|^|nameserver 127.0.0.1\n|&#8217;   /etc/resolv.conf</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Julian Andres Klode</title>
		<link>http://marcotmarcot.wordpress.com/2010/08/19/using-dnsmasq-with-networkmanager/#comment-178</link>
		<dc:creator><![CDATA[Julian Andres Klode]]></dc:creator>
		<pubDate>Thu, 19 Aug 2010 15:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://marcotmarcot.wordpress.com/?p=155#comment-178</guid>
		<description><![CDATA[Just apt-get install resolvconf]]></description>
		<content:encoded><![CDATA[<p>Just apt-get install resolvconf</p>
]]></content:encoded>
	</item>
</channel>
</rss>
