<?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>Comments on: Avahi and dot-local addresses on Ubuntu Gutsy</title>
	<atom:link href="http://andrewgdotcom.wordpress.com/2007/09/28/avahi-and-dot-local-addresses-on-ubuntu-gutsy/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewgdotcom.wordpress.com/2007/09/28/avahi-and-dot-local-addresses-on-ubuntu-gutsy/</link>
	<description>How many blogs does one man need?</description>
	<lastBuildDate>Fri, 04 Sep 2009 23:45:32 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrew Gallagher</title>
		<link>http://andrewgdotcom.wordpress.com/2007/09/28/avahi-and-dot-local-addresses-on-ubuntu-gutsy/#comment-51</link>
		<dc:creator>Andrew Gallagher</dc:creator>
		<pubDate>Sat, 23 May 2009 20:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://andrewgdotcom.wordpress.com/2007/09/28/avahi-and-dot-local-addresses-on-ubuntu-gutsy/#comment-51</guid>
		<description>If I was setting a domain up now, I wouldn&#039;t use .local. Unfortunately I&#039;m working in an existing environment...</description>
		<content:encoded><![CDATA[<p>If I was setting a domain up now, I wouldn&#8217;t use .local. Unfortunately I&#8217;m working in an existing environment&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://andrewgdotcom.wordpress.com/2007/09/28/avahi-and-dot-local-addresses-on-ubuntu-gutsy/#comment-50</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Sat, 23 May 2009 18:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://andrewgdotcom.wordpress.com/2007/09/28/avahi-and-dot-local-addresses-on-ubuntu-gutsy/#comment-50</guid>
		<description>.local addresses are avoidable, actually, if you host your own domain (mydomain.net).  If you use BIND, look in to setting up separate &#039;internal&#039; and &#039;external&#039; views.</description>
		<content:encoded><![CDATA[<p>.local addresses are avoidable, actually, if you host your own domain (mydomain.net).  If you use BIND, look in to setting up separate &#8216;internal&#8217; and &#8216;external&#8217; views.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Wolf&#8217;s weblog &#187; Blog Archive &#187; Why &#8216;.local&#8217; is a bad choice for an internal domain</title>
		<link>http://andrewgdotcom.wordpress.com/2007/09/28/avahi-and-dot-local-addresses-on-ubuntu-gutsy/#comment-49</link>
		<dc:creator>Martin Wolf&#8217;s weblog &#187; Blog Archive &#187; Why &#8216;.local&#8217; is a bad choice for an internal domain</dc:creator>
		<pubDate>Fri, 15 May 2009 19:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://andrewgdotcom.wordpress.com/2007/09/28/avahi-and-dot-local-addresses-on-ubuntu-gutsy/#comment-49</guid>
		<description>[...] offered by Avahi, so I just uninstalled it (sudo apt-get remove avahi-daemon). Alternatively, here is a receipt for disabling the special treatment of .local, but keeping the rest of the daemon [...]</description>
		<content:encoded><![CDATA[<p>[...] offered by Avahi, so I just uninstalled it (sudo apt-get remove avahi-daemon). Alternatively, here is a receipt for disabling the special treatment of .local, but keeping the rest of the daemon [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oneangrydwarf » Blog Archive &#187; .local Domains on Ubuntu Desktop</title>
		<link>http://andrewgdotcom.wordpress.com/2007/09/28/avahi-and-dot-local-addresses-on-ubuntu-gutsy/#comment-37</link>
		<dc:creator>oneangrydwarf » Blog Archive &#187; .local Domains on Ubuntu Desktop</dc:creator>
		<pubDate>Sun, 02 Nov 2008 19:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://andrewgdotcom.wordpress.com/2007/09/28/avahi-and-dot-local-addresses-on-ubuntu-gutsy/#comment-37</guid>
		<description>[...] Avahi and dot-local addresses on Ubuntu Gutsy from The Fifth Wheel of andrewg for more [...]</description>
		<content:encoded><![CDATA[<p>[...] Avahi and dot-local addresses on Ubuntu Gutsy from The Fifth Wheel of andrewg for more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loye Young</title>
		<link>http://andrewgdotcom.wordpress.com/2007/09/28/avahi-and-dot-local-addresses-on-ubuntu-gutsy/#comment-36</link>
		<dc:creator>Loye Young</dc:creator>
		<pubDate>Wed, 11 Jun 2008 07:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://andrewgdotcom.wordpress.com/2007/09/28/avahi-and-dot-local-addresses-on-ubuntu-gutsy/#comment-36</guid>
		<description>&gt;To fix, edit /etc/nsswitch.conf and remove the text &gt;“[NOTFOUND=return]“
&gt;as follows:
&gt;hosts:          files mdns4_minimal dns mdns4
&gt;You then need to restart the problem software. Avahi still &gt;works, but
&gt;will fail over to standard DNS if the host cannot be resolved via &gt;mDNS.

The &quot;fix&quot; has it backwards: mDNS should come LAST and work only when a properly configured DNS server is not available. 

If you want mDNS (I&#039;m not sure why you would, but I digress), here is the correct line for nsswitch.conf:
&lt;code&gt;
hosts:     files dns mdns4_minimal mdns4
&lt;/code&gt;

Happy Trails</description>
		<content:encoded><![CDATA[<p>&gt;To fix, edit /etc/nsswitch.conf and remove the text &gt;“[NOTFOUND=return]“<br />
&gt;as follows:<br />
&gt;hosts:          files mdns4_minimal dns mdns4<br />
&gt;You then need to restart the problem software. Avahi still &gt;works, but<br />
&gt;will fail over to standard DNS if the host cannot be resolved via &gt;mDNS.</p>
<p>The &#8220;fix&#8221; has it backwards: mDNS should come LAST and work only when a properly configured DNS server is not available. </p>
<p>If you want mDNS (I&#8217;m not sure why you would, but I digress), here is the correct line for nsswitch.conf:<br />
<code><br />
hosts:     files dns mdns4_minimal mdns4<br />
</code></p>
<p>Happy Trails</p>
]]></content:encoded>
	</item>
</channel>
</rss>
