<?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: Slow DNS resolution in Ubuntu</title>
	<atom:link href="http://www.justuber.com/blog/2007/01/11/slow-dns-resolution-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justuber.com/blog/2007/01/11/slow-dns-resolution-in-ubuntu/</link>
	<description>Dancing with Nerds</description>
	<lastBuildDate>Mon, 09 Aug 2010 11:35:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Amadeus</title>
		<link>http://www.justuber.com/blog/2007/01/11/slow-dns-resolution-in-ubuntu/comment-page-1/#comment-48</link>
		<dc:creator>Amadeus</dc:creator>
		<pubDate>Thu, 25 Jan 2007 16:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.justuber.com/blog/2007/01/11/slow-dns-resolution-in-ubuntu/#comment-48</guid>
		<description>If you don&#039;t want /etc/resolv.conf do be overwritten by dhcpd each time your IP is renewed just create a 

/etc/dhcp3/dhclient-enter-hooks

script (+x)

with

#!/bin/sh

function make_resolv_conf {
        echo &quot;Doing nothing to resolv.conf&quot;
}

Your resolv.conf will not be modified anymore by dhcpd.</description>
		<content:encoded><![CDATA[<p>If you don&#8217;t want /etc/resolv.conf do be overwritten by dhcpd each time your IP is renewed just create a </p>
<p>/etc/dhcp3/dhclient-enter-hooks</p>
<p>script (+x)</p>
<p>with</p>
<p>#!/bin/sh</p>
<p>function make_resolv_conf {<br />
        echo &#8220;Doing nothing to resolv.conf&#8221;<br />
}</p>
<p>Your resolv.conf will not be modified anymore by dhcpd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.justuber.com/blog/2007/01/11/slow-dns-resolution-in-ubuntu/comment-page-1/#comment-43</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Tue, 23 Jan 2007 20:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.justuber.com/blog/2007/01/11/slow-dns-resolution-in-ubuntu/#comment-43</guid>
		<description>Thanks for the tip Ryan, I&#039;ll give it a try ;)</description>
		<content:encoded><![CDATA[<p>Thanks for the tip Ryan, I&#8217;ll give it a try <img src='http://www.justuber.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.justuber.com/blog/2007/01/11/slow-dns-resolution-in-ubuntu/comment-page-1/#comment-42</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 23 Jan 2007 16:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.justuber.com/blog/2007/01/11/slow-dns-resolution-in-ubuntu/#comment-42</guid>
		<description>The problem with your solution is everytimg you renew DHCP it will re-write your /etc/resolv.conf.  Here is a good article I found to setup local DNS cache that has been working great for me.

http://ubuntu.wordpress.com/2006/08/02/local-dns-cache-for-faster-browsing/</description>
		<content:encoded><![CDATA[<p>The problem with your solution is everytimg you renew DHCP it will re-write your /etc/resolv.conf.  Here is a good article I found to setup local DNS cache that has been working great for me.</p>
<p><a href="http://ubuntu.wordpress.com/2006/08/02/local-dns-cache-for-faster-browsing/" rel="nofollow">http://ubuntu.wordpress.com/2006/08/02/local-dns-cache-for-faster-browsing/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

