I don&#39;t have an answer for you right off... but this page looks promising.<br><br><a href="http://www.au.sorbs.net/faq/dns_primer.shtml">http://www.au.sorbs.net/faq/dns_primer.shtml</a><br><br>-Rob<br><br><br><div class="gmail_quote">
On Tue, Oct 20, 2009 at 1:26 PM, James <span dir="ltr">&lt;<a href="mailto:jucziz6@gmail.com">jucziz6@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m hoping this will be simple, I ran into this issue before but don&#39;t<br>
remember what I did to resolve it.<br>
<br>
I&#39;m setting up a DNS in my house, it almost works. Nslookup returns<br>
the correct values but when I try to ssh to a system I have to add a<br>
period to the end of the system name for ssh to work.<br>
<br>
here is some of the information from named.conf<br>
<br>
options {<br>
        directory &quot;/var/named&quot;;<br>
        dump-file &quot;/var/named/data/cache_dump.db&quot;;<br>
        statistics-file &quot;/var/named/data/named_stats.txt&quot;;<br>
        /*<br>
         * If there is a firewall between you and nameservers you want<br>
         * to talk to, you might need to uncomment the query-source<br>
         * directive below.  Previous versions of BIND always asked<br>
         * questions using port 53, but BIND 8.1 uses an unprivileged<br>
         * port by default.<br>
         */<br>
         // query-source address * port 53;<br>
};<br>
<br>
<br>
zone &quot;43p.&quot; IN {<br>
        type master;<br>
        file &quot;43p_0.db&quot;;<br>
};<br>
zone &quot;router.&quot; IN {<br>
        type master;<br>
        file &quot;router_0.db&quot;;<br>
};<br>
zone &quot;41t.&quot; IN {<br>
        type master;<br>
        file &quot;41t_0.db&quot;;<br>
};<br>
<br>
<br>
Here is an example of the zone files<br>
<br>
$TTL 1H<br>
@       SOA     43p.home.local.     root.dell.home.local. (      2<br>
                                                3H<br>
                                                1H<br>
                                                1W<br>
                                                1H )<br>
        NS      43p.home.local.<br>
        A       192.168.1.50<br>
<br>
<br>
Thanks<br>
<br>
_______________________________________________<br>
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
<a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br>
<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>