<?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: Zeroconf / mDNS / Bonjour</title>
	<atom:link href="http://www.freakent.co.uk/2007/01/31/zeroconfig-mdns-bonjour/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freakent.co.uk/2007/01/31/zeroconfig-mdns-bonjour/</link>
	<description>Martin&#039;s world of technology, gadgets and other pastimes</description>
	<lastBuildDate>Sun, 29 Jan 2012 19:38:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: martin</title>
		<link>http://www.freakent.co.uk/2007/01/31/zeroconfig-mdns-bonjour/#comment-28</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Thu, 21 Oct 2010 11:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.freakent.co.uk/archives/54#comment-28</guid>
		<description>New install of CentOS 5.5 and still no easy way of getting nss-mdns installed. Googled around again a discovered that it is available from the EPEL repository (http://fedoraproject.org/wiki/EPEL/FAQ).

To add EPEL to your list of Yum repositories,
$ sudo rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm

Then install nss-mdns like so,
$ sudo yum install nss-mdns

That&#039;s it!</description>
		<content:encoded><![CDATA[<p>New install of CentOS 5.5 and still no easy way of getting nss-mdns installed. Googled around again a discovered that it is available from the EPEL repository (<a href="http://fedoraproject.org/wiki/EPEL/FAQ" rel="nofollow">http://fedoraproject.org/wiki/EPEL/FAQ</a>).</p>
<p>To add EPEL to your list of Yum repositories,<br />
$ sudo rpm -Uvh <a href="http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm" rel="nofollow">http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm</a></p>
<p>Then install nss-mdns like so,<br />
$ sudo yum install nss-mdns</p>
<p>That&#8217;s it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin</title>
		<link>http://www.freakent.co.uk/2007/01/31/zeroconfig-mdns-bonjour/#comment-27</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Thu, 06 Aug 2009 07:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.freakent.co.uk/archives/54#comment-27</guid>
		<description>On Ubuntu Server 9.04 (Jaunty Jackalope), it worked straight out of the box. No need to install or configure any extra packages. I like Ubuntu.</description>
		<content:encoded><![CDATA[<p>On Ubuntu Server 9.04 (Jaunty Jackalope), it worked straight out of the box. No need to install or configure any extra packages. I like Ubuntu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.freakent.co.uk/2007/01/31/zeroconfig-mdns-bonjour/#comment-26</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 03 Sep 2008 10:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.freakent.co.uk/archives/54#comment-26</guid>
		<description>Install on Redhat EL5 and CentOS 5.3:

Either download the source and compile with :
# ./configure
# make
# make install

or

Google for &quot;nss-mdns rpm redhat&quot;. I found nss-mdns-0.10-2.el5.i386.rpm downloadable from atrpms.net.
As root:
# yum install nss-mdns*.rpm

Lastly, edit the nsswitch.conf file to tell the OS to use Bonjour in its DNS lookups.
# vi /etc/nsswitch.conf
replace hosts line with:
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4</description>
		<content:encoded><![CDATA[<p>Install on Redhat EL5 and CentOS 5.3:</p>
<p>Either download the source and compile with :<br />
# ./configure<br />
# make<br />
# make install</p>
<p>or</p>
<p>Google for &#8220;nss-mdns rpm redhat&#8221;. I found nss-mdns-0.10-2.el5.i386.rpm downloadable from atrpms.net.<br />
As root:<br />
# yum install nss-mdns*.rpm</p>
<p>Lastly, edit the nsswitch.conf file to tell the OS to use Bonjour in its DNS lookups.<br />
# vi /etc/nsswitch.conf<br />
replace hosts line with:<br />
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin (Admin)</title>
		<link>http://www.freakent.co.uk/2007/01/31/zeroconfig-mdns-bonjour/#comment-25</link>
		<dc:creator>Martin (Admin)</dc:creator>
		<pubDate>Wed, 12 Sep 2007 09:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.freakent.co.uk/archives/54#comment-25</guid>
		<description>Install on Ubuntu 704 Server:
$sudo apt-get install libnss-mdns

This will install, configure and start the avahi-daemon process. It will also edit /etc/nsswitch.conf to include mdns in name resolution.</description>
		<content:encoded><![CDATA[<p>Install on Ubuntu 704 Server:<br />
$sudo apt-get install libnss-mdns</p>
<p>This will install, configure and start the avahi-daemon process. It will also edit /etc/nsswitch.conf to include mdns in name resolution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.freakent.co.uk/2007/01/31/zeroconfig-mdns-bonjour/#comment-24</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 03 Jul 2007 19:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.freakent.co.uk/archives/54#comment-24</guid>
		<description>Stuart Cheshire popped up on my Ipod today in a Podcast recorded by IT Conversations. There is now a plug in for Asterisk, the open source PBX, to automatically configure SIP clients. This is a very cool application for Bonjour. Bonjour could basically enable seamless VOIP roaming between networks. This may be the application that finally gives Bonjour the accolade it deserves. Listen to Stuart here:
http://www.itconversations.com/shows/detail1711.html</description>
		<content:encoded><![CDATA[<p>Stuart Cheshire popped up on my Ipod today in a Podcast recorded by IT Conversations. There is now a plug in for Asterisk, the open source PBX, to automatically configure SIP clients. This is a very cool application for Bonjour. Bonjour could basically enable seamless VOIP roaming between networks. This may be the application that finally gives Bonjour the accolade it deserves. Listen to Stuart here:<br />
<a href="http://www.itconversations.com/shows/detail1711.html" rel="nofollow">http://www.itconversations.com/shows/detail1711.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

