forward name resolution OK, but reverse doesn't work ...

David Sparro dsparro at gmail.com
Sat Jun 18 02:32:23 UTC 2011


On 6/17/2011 12:44 PM, Thomas Schweikle wrote:
> !zone "in-addr.arpa" {
> !  type slave;
> !  file "/var/cache/named/root/in-addr.arpa.slave";
> !  masters { 192.5.5.241; };
> !  notify no;
> !};

You're configuring you server to be authoritative for the reverse DNS 
zone.  It's only going to have the reverse records that it get in the 
master zone from 192.5.5.241.  Since your server thinks it knows 
everything, it won't bother to check with google for their records.

-- 
Dave



More information about the bind-users mailing list