<?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: How to prevent DHCP server to override your resolv.conf script</title>
	<atom:link href="http://vacmf.org/2006/12/20/how-to-prevent-dhcp-server-to-override-your-resolvconf-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://vacmf.org/2006/12/20/how-to-prevent-dhcp-server-to-override-your-resolvconf-script/</link>
	<description>there's more than one way to do it</description>
	<lastBuildDate>Fri, 23 Jul 2010 01:17:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: internet very slow</title>
		<link>http://vacmf.org/2006/12/20/how-to-prevent-dhcp-server-to-override-your-resolvconf-script/comment-page-1/#comment-4866</link>
		<dc:creator>internet very slow</dc:creator>
		<pubDate>Fri, 23 Jul 2010 01:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://vacmf.org/2006/12/20/how-to-prevent-dhcp-server-to-override-your-resolvconf-script/#comment-4866</guid>
		<description>[...] # dhcpcd -R eth0  I use network manager to handle my dhcp client and I set it there. WICD might have the same options, I&#039;ve never used it.  http://vacmf.org/2006/12/20/how-to-p...lvconf-script/ [...]</description>
		<content:encoded><![CDATA[<p>[...] # dhcpcd -R eth0  I use network manager to handle my dhcp client and I set it there. WICD might have the same options, I&#039;ve never used it.  <a href="http://vacmf.org/2006/12/20/how-to-p...lvconf-script/" rel="nofollow">http://vacmf.org/2006/12/20/how-to-p&#8230;lvconf-script/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: another way</title>
		<link>http://vacmf.org/2006/12/20/how-to-prevent-dhcp-server-to-override-your-resolvconf-script/comment-page-1/#comment-4806</link>
		<dc:creator>another way</dc:creator>
		<pubDate>Tue, 04 May 2010 13:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://vacmf.org/2006/12/20/how-to-prevent-dhcp-server-to-override-your-resolvconf-script/#comment-4806</guid>
		<description>Just found your page when googling for a way to keep the search-list in resolv.conf independent of the dhcp server.

For that, there is even a simpler solution, in /etc/dhcp3/dhclient.conf add:

supersede domain-name &quot;lan internal some.domain&quot;;</description>
		<content:encoded><![CDATA[<p>Just found your page when googling for a way to keep the search-list in resolv.conf independent of the dhcp server.</p>
<p>For that, there is even a simpler solution, in /etc/dhcp3/dhclient.conf add:</p>
<p>supersede domain-name &#8220;lan internal some.domain&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shima</title>
		<link>http://vacmf.org/2006/12/20/how-to-prevent-dhcp-server-to-override-your-resolvconf-script/comment-page-1/#comment-4525</link>
		<dc:creator>shima</dc:creator>
		<pubDate>Mon, 02 Nov 2009 21:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://vacmf.org/2006/12/20/how-to-prevent-dhcp-server-to-override-your-resolvconf-script/#comment-4525</guid>
		<description>Thank you John for the typo and the tip. I updated the post.</description>
		<content:encoded><![CDATA[<p>Thank you John for the typo and the tip. I updated the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://vacmf.org/2006/12/20/how-to-prevent-dhcp-server-to-override-your-resolvconf-script/comment-page-1/#comment-4511</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 22 Oct 2009 01:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://vacmf.org/2006/12/20/how-to-prevent-dhcp-server-to-override-your-resolvconf-script/#comment-4511</guid>
		<description>Thanks for the tip, very helpful.  However there&#039;s a slight typo.

There is an extra &#039;i&#039; that shouldn&#039;t be present before make_resolv_conf in the dhclient-enter-hooks script, so it should contain:
&lt;code&gt;
make_resolv_conf() {
  exit 0;
}
&lt;/code&gt;

For completeness, some may like to make the file have execute permission too:
  chmod a+x dhclient-enter-hooks</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, very helpful.  However there&#8217;s a slight typo.</p>
<p>There is an extra &#8216;i&#8217; that shouldn&#8217;t be present before make_resolv_conf in the dhclient-enter-hooks script, so it should contain:<br />
<code><br />
make_resolv_conf() {<br />
  exit 0;<br />
}<br />
</code></p>
<p>For completeness, some may like to make the file have execute permission too:<br />
  chmod a+x dhclient-enter-hooks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HeriC</title>
		<link>http://vacmf.org/2006/12/20/how-to-prevent-dhcp-server-to-override-your-resolvconf-script/comment-page-1/#comment-2180</link>
		<dc:creator>HeriC</dc:creator>
		<pubDate>Mon, 28 Jan 2008 05:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://vacmf.org/2006/12/20/how-to-prevent-dhcp-server-to-override-your-resolvconf-script/#comment-2180</guid>
		<description>Thanks,

That&#039;s works for my ubuntu 7.10.
In my case i create that function in /etc/dhcp3/dhclient-enter-hooks.d/dhclient-enter-hooks.

After that, /etc/resolv.conf isn&#039;t override again.</description>
		<content:encoded><![CDATA[<p>Thanks,</p>
<p>That&#8217;s works for my ubuntu 7.10.<br />
In my case i create that function in /etc/dhcp3/dhclient-enter-hooks.d/dhclient-enter-hooks.</p>
<p>After that, /etc/resolv.conf isn&#8217;t override again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
