|
|
 |  |
Re: dns problem resolution?From: Men & Mice Support Date: Friday, November 5, 2004
Time: 11:22:34 am<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
--></style><title>Re: dns problem resolution?</title></head><body>
<div>As previously mentioned on the list (in response to this post on
MacFixit), QuickDNS doesn't use this boot script. Instead, edit the
PARAMS line near the top of this file:</div>
<div> /Library/StartupItems/QuickDNS/named</div>
<div><br></div>
<div>The line loos like this:</div>
<div><br></div>
<div>PARAMS=""</div>
<div><br></div>
<div>Change it to:</div>
<div><br></div>
<div>PARAMS="-4"</div>
<div><br></div>
<div>It has also been reported that the -4 command line option for
named is only available with BIND 9.3.0 and later, and doesn't
(shouldn't) work with BIND 9.2.3.</div>
<div><br>
Chris Buxton<br>
Men & Mice - Making DNS Easy<br>
Customer Service and Sales Engineer<br>
</div>
<div>At 10:46 AM +0100 11/5/04, Thomas Carpentier wrote:</div>
<blockquote type="cite" cite>A fix from a macfixit reader Ken. I tried
the fix and it seems I have a better connectivity with Safari, but not
completeley resolved (<font color="#000000">Safari can't connect to
some sites on the first try, but less than without the
fix</font>).</blockquote>
<blockquote type="cite" cite>I am running QuickDNS 4.6.1 and Bind
9.2.3 on Jaguar 10.2.8</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite><font color="#000000">"I found that
a very simple fix (if you don't mind editing OS config files) was to
modify the /System/Library/StartupItems/BIND/BIND file to add the '-4'
option to named, which forces it to only use IPV4. For example, the
first part of the file normally looks like this:</font></blockquote>
<blockquote type="cite" cite><font color="#000000"><br>
StartService ()</font></blockquote>
<blockquote type="cite" cite><font
color="#000000"> {</font></blockquote>
<blockquote type="cite" cite><font color="#000000"> if [
"${DNSSERVER:=-NO-}" = "-YES-" ];
then</font></blockquote>
<blockquote type="cite" cite><font
color="#000000"> ConsoleMessage "Starting
named"</font></blockquote>
<blockquote type="cite" cite><font
color="#000000"> named</font></blockquote>
<blockquote type="cite" cite><font
color="#000000"> fi</font></blockquote>
<blockquote type="cite" cite><font
color="#000000"> }</font></blockquote>
<blockquote type="cite" cite><font color="#000000"><br>
<br>
</font></blockquote>
<blockquote type="cite" cite><font color="#000000"><b>I changed the
above to:</b></font></blockquote>
<blockquote type="cite" cite><font color="#000000"><br>
StartService ()</font></blockquote>
<blockquote type="cite" cite><font
color="#000000"> {</font></blockquote>
<blockquote type="cite" cite><font color="#000000"> if [
"${DNSSERVER:=-NO-}" = "-YES-" ];
then</font></blockquote>
<blockquote type="cite" cite><font
color="#000000"> ConsoleMessage "Starting named"<br>
named -4<br>
fi<br>
}</font><br>
</blockquote>
<blockquote type="cite" cite><font color="#000000">Source:
http://www.macfixit.com/article.php?story=20041101075016967</font></blockquote
>
<div><br></div>
</body>
</html>
|

Return to Digital Point Solutions' Home Page |