<div>I inserted your suggestion and the connection is still refused. </div>
<div>&nbsp;</div>
<div>I also tried to telnet to the port and the telnet gets refused.</div>
<div>&nbsp;</div>
<div>Thanks</div>
<div>James<br><br></div>
<div class="gmail_quote">On Wed, Jul 2, 2008 at 9:47 PM, Munir Nassar &lt;<a href="mailto:tclug@beitsahour.net">tclug@beitsahour.net</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">James wrote:<br>&gt; Howdy,<br>&gt;<br>&gt; I have Fedora 9 installed and would like to use it as the DNS system in<br>&gt; the house.<br>&gt;<br>&gt; The setup is as follows<br>&gt;<br>&gt; options {<br>
</div>&gt; &nbsp; &nbsp; &nbsp; &nbsp; listen-on port 53 { <a href="http://127.0.0.1/" target="_blank">127.0.0.1</a> &lt;<a href="http://127.0.0.1/" target="_blank">http://127.0.0.1</a>&gt;; };<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; &nbsp; &nbsp; listen-on-v6 port 53 { ::1; };<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; directory &nbsp; &nbsp; &nbsp; &quot;/var/named&quot;;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; dump-file &nbsp; &nbsp; &nbsp; &quot;/var/named/data/cache_dump.db&quot;;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; statistics-file &quot;/var/named/data/named_stats.txt&quot;;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; memstatistics-file &quot;/var/named/data/named_mem_stats.txt&quot;;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; allow-query &nbsp; &nbsp; { localhost; };<br><br><br></div>this tells it to only allow localhost to use this server as a resolver,<br>
add your subnet in:<br>allow-query &nbsp;{<br>&nbsp; &nbsp;localhost;<br>&nbsp; &nbsp;<a href="http://10.0.0.0/24" target="_blank">10.0.0.0/24</a>;<br>};<br><br>or define an acl for your local net<br><br>acl localnet {<br>&nbsp; &nbsp;<a href="http://10.0.0.0/24" target="_blank">10.0.0.0/24</a>;<br>
};<br><br>and then you can use localnet in the allow-query list<br><br>_______________________________________________<br>TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
<div class="Ih2E3d"><a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br></div><a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
</blockquote></div><br>