<?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>Mac Mini World Blog &#187; Bonjour</title>
	<atom:link href="http://www.macminiworld.net/blog/tag/bonjour/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.macminiworld.net/blog</link>
	<description>News about Mac Mini hosting, colocation, dedicated servers</description>
	<lastBuildDate>Wed, 27 Jul 2011 14:50:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Disabling Bonjour on Mac OS X 10.6</title>
		<link>http://www.macminiworld.net/blog/disabling-bonjour/</link>
		<comments>http://www.macminiworld.net/blog/disabling-bonjour/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 16:06:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bonjour]]></category>
		<category><![CDATA[OS X Tweaks]]></category>

		<guid isPermaLink="false">http://www.macminiworld.net/blog/?p=16</guid>
		<description><![CDATA[By default Mac OS X uses the mDNSResponder process for unicast DNS (domain name system) and Bonjour functions. If you disable this process you will break both DNS and Bonjour. Without DNS you&#8217;ll be unable to resolve host names which is required to do just about anything. Depending on your setup, it might be a [...]]]></description>
			<content:encoded><![CDATA[<p>By default Mac OS X uses the mDNSResponder process for unicast DNS (domain name system) and Bonjour functions. If you disable this process you will break both DNS and Bonjour. Without DNS you&#8217;ll be unable to resolve host names which is required to do just about anything.</p>
<p>Depending on your setup, it might be a good idea to disable Apple&#8217;s Bonjour.</p>
<p><strong>Important:</strong> Before you begin make sure to backup your computer using time machine.</p>
<p>To disable Bonjour and leave DNS functional follow the sets below.</p>
<ol>
<li>Make a backup copy of the mDNSResponder.plist file as a precaution.</li>
<li>Open the mDNSResponder.plist file in terminal. Here is a sample command:
<pre>sudo nano "/System/Library/LaunchDaemons/com.apple.mDNSResponder.plist"</pre>
</li>
<li>Add &#8220;&lt;string&gt;-NoMulticastAdvertisements&lt;/string&gt;&#8221; to the array in the &#8220;ProgramArguments&#8221; section.</li>
<p>In other words:<span style="color: #800080;"><br />
</span></p>
<pre><span style="color: #800080;">&lt;key&gt;ProgramArguments&lt;/key&gt;</span>
<span style="color: #800080;">        &lt;array&gt;
            &lt;string&gt;/usr/sbin/mDNSResponder&lt;/string&gt;
            &lt;string&gt;-launchd&lt;/string&gt;
        &lt;/array&gt;</span></pre>
<p>becomes&#8230;</p>
<pre><span style="color: #800080;">        &lt;key&gt;ProgramArguments&lt;/key&gt;
        &lt;array&gt;
            &lt;string&gt;/usr/sbin/mDNSResponder&lt;/string&gt;
            &lt;string&gt;-launchd&lt;/string&gt;</span>
     <span style="color: #0000ff;">       &lt;string&gt;-NoMulticastAdvertisements&lt;/string&gt;</span>
      <span style="color: #800080;">  &lt;/array&gt;</span></pre>
<li>Save the file. <strong> </strong><strong>Important</strong>: If you edited the file using emacs, you <span style="text-decoration: underline;">must</span> remove the emacs backup file (the file with a tilde at the end of the name, &#8220;/System/Library/LaunchDaemons/com.apple.mDNSResponder.plist~&#8221;) or your Mac will not start up.</li>
<li>Restart your Mac.</li>
</ol>
<p>Source: <a href="http://support.apple.com/kb/HT3789">Apple Article HT3789</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.macminiworld.net/blog/disabling-bonjour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

