<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Serge van Ginderachter &#187; Network Manager</title>
	<atom:link href="http://serge.vanginderachter.be/tag/network-manager/feed/" rel="self" type="application/rss+xml" />
	<link>http://serge.vanginderachter.be</link>
	<description>van achtere naer vorene</description>
	<lastBuildDate>Sat, 21 Apr 2012 10:40:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>customize resolv.conf even when using network Manager</title>
		<link>http://serge.vanginderachter.be/2009/customize-resolv-conf-even-when-using-network-manager/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://serge.vanginderachter.be/2009/customize-resolv-conf-even-when-using-network-manager/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 15:10:19 +0000</pubDate>
		<dc:creator>Serge van Ginderachter</dc:creator>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[interfaces]]></category>
		<category><![CDATA[Network Manager]]></category>
		<category><![CDATA[resolv.conf]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.vanginderachter.be/?p=1082</guid>
		<description><![CDATA[Having my laptop configured with dhcp through network manager (Ubuntu jaunty at the time of writing) is what I need in most networks. Often though, I need to contact hosts living under another domain. Traditionally, that&#8217;s wat the search option is in /etc/resolv.conf. It still is, but this file now gets configured dynamically through resolvconf, [...]]]></description>
			<content:encoded><![CDATA[<p>Having my laptop configured with dhcp through network manager (Ubuntu jaunty at the time of writing) is what I need in most networks. Often though, I need to contact hosts living under another domain. Traditionally, that&#8217;s wat the search option is in <code>/etc/resolv.conf</code>. It still is, but this file now gets configured dynamically through resolvconf, which in this case gets it data from network manager.</p>
<p>Hacking <code>dhclient.conf</code> won&#8217;t help, as the classic ifup ifdown scripts don&#8217;t touch this. Configuring extra search domains through Network Manager itself is no-go also, as you then need to configure static ip&#8217;s or at least static all of the dns entries which don&#8217;t get your dns server, domain name and search domain configured by dhcp also. What I needed, was <strong>adding</strong> <code>search domains</code> to <code>resolv.conf</code>.</p>
<p>Long story short, just add an additional search stanza line to <code>/etc/resolvconf/resolv.conf.d/tail</code>.</p>
<p>Getting Network-Manager to do what you want isn&#8217;t allways that flexible, and configuration options are limited when you hand over control to the nm daemon. but so far I manged to let it do most of what I needed, which isn&#8217;t all that special actually. I you wan&#8217;t to avoid NM taking control of you interface, just be sure to add an <em>iface</em> entry to <code>/etc/network/interfaces</code>, Network Manager takes only control of the interfaces which only have an <code>auto </code> line.</p>
]]></content:encoded>
			<wfw:commentRss>http://serge.vanginderachter.be/2009/customize-resolv-conf-even-when-using-network-manager/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

