<div>I inserted your suggestion and the connection is still refused. </div>
<div> </div>
<div>I also tried to telnet to the port and the telnet gets refused.</div>
<div> </div>
<div>Thanks</div>
<div>James<br><br></div>
<div class="gmail_quote">On Wed, Jul 2, 2008 at 9:47 PM, Munir Nassar <<a href="mailto:tclug@beitsahour.net">tclug@beitsahour.net</a>> 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>> Howdy,<br>><br>> I have Fedora 9 installed and would like to use it as the DNS system in<br>> the house.<br>><br>> The setup is as follows<br>><br>> options {<br>
</div>> listen-on port 53 { <a href="http://127.0.0.1/" target="_blank">127.0.0.1</a> <<a href="http://127.0.0.1/" target="_blank">http://127.0.0.1</a>>; };<br>
<div class="Ih2E3d">> listen-on-v6 port 53 { ::1; };<br>> directory "/var/named";<br>> dump-file "/var/named/data/cache_dump.db";<br>> statistics-file "/var/named/data/named_stats.txt";<br>
> memstatistics-file "/var/named/data/named_mem_stats.txt";<br>> allow-query { 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 {<br> localhost;<br> <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> <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>