reverse-lookup-problems was (No forward lookup for one domain )

Gerald Waugh gerald at waugh.com
Sat Sep 9 11:24:11 UTC 2000


<Mark.Andrews at nominum.com> wrote
> First thing.  You can't be both master and slave for the same zone.
> Second thing.  You are trying to get 32-28.178.175.216.in-addr.arpa
> setup not 32/28.178.175.216.in-addr.arpa.
>
> Remove the first of these as it will only be confusing.
> Change the second to have the name 32-28.178.175.216.in-addr.arpa.
>
> Mark
>
> > zone "32/28.178.175.216.in-addr.arpa" { type slave; file
"sec.216.175.178.32"
> > ;
> > masters { 216.175.178.41; }; };
>
> > zone "32/28.178.175.216.in-addr.arpa" { type master; file
> > "pri.32-28.178.175.216.in-addr.arpa"; };
> --

OK my restart of named looks much better.

Sep  9 07:20:12 fsn1 named[369]: reloading nameserver
Sep  9 07:20:12 fsn1 named[369]: Zone "32-28.178.175.216.in-addr.arpa" (file
pri.3
2-28.178.175.216.in-addr.arpa): No default TTL set using SOA minimum instead
Sep  9 07:20:12 fsn1 named[369]: master zone "32-28.178.175.216.in-addr.arpa"
(IN)
 loaded (serial 2000090718)
Sep  9 07:20:12 fsn1 named[369]: Forwarding source address is [0.0.0.0].1118
Sep  9 07:20:12 fsn1 named[369]: slave zone "32/28.178.175.216.in-addr.arpa"
(IN)
removed
Sep  9 07:20:12 fsn1 named[369]: hint zone "" (IN) loaded (serial 0)
Sep  9 07:20:12 fsn1 named[369]: Ready to answer queries.

My named.conf now looks like this:

options { directory "/etc/named"; };
zone "." { type hint; file "db.cache"; };
zone "frontstreetnetworks.net" { type master; file
"pri.frontstreetnetworks.net"; };
zone "frontstreetnetworks.org" { type master; file
"pri.frontstreetnetworks.org"; };
zone "fsntest.com" { type master; file "pri.fsntest.com"; };
zone "0.0.127.in-addr.arpa" { type master; file "pri.0.0.127.in-addr.arpa"; };
zone "smaninc.com" { type master; file "pri.smaninc.com"; };
zone "emsolllc.com" { type master; file "pri.emsolllc.com"; };
zone "vma332.com" { type master; file "pri.vma332.com"; };
zone "frontstreetnetworks.com" { type master; file
"pri.frontstreetnetworks.com"; };
zone "navikas.com" { type master; file "pri.navikas.com"; };
zone "buyinct.com" { type master; file "pri.buyinct.com"; };
zone "shoppingct.com" { type master; file "pri.shoppingct.com"; };
zone "32-28.178.175.216.in-addr.arpa" { type master; file
"pri.32-28.178.175.216.in-addr.arpa"; };
zone "yourhomegenie.com" { type master; file "pri.yourhomegenie.com"; };
zone "koether.com" { type master; file "pri.koether.com"; };





More information about the bind-users mailing list