Reverse Lookups from Slaves on Private Network

Jeff Lightner jlightner at water.com
Fri Dec 15 20:51:58 UTC 2006


You just need to add to the named.conf on master and slave like you do
the forward zones.  The transfer of zones will transfer all zone files
you've configured to do so including the reverse ones.

e.g. an old one we had:

Master:
zone "49-62.65.210.63.IN-ADDR.ARPA" {
        type master;
        file "arpa.63.210.65";
        allow-transfer { watercom; };
};

Slave:
zone "49-62.65.210.63.IN-ADDR.ARPA" {
        type slave;
        file "arpa.63.210.65";
        masters { 10.0.30.29; };
        allow-transfer { watercom; };
};


-----Original Message-----
From: bind-users-bounce at isc.org [mailto:bind-users-bounce at isc.org] On
Behalf Of Eric Berg
Sent: Friday, December 15, 2006 3:30 PM
To: Bind List 
Subject: Reverse Lookups from Slaves on Private Network

My network is completely isolated.  It is divided up into two subdomains
and two zones which are slaves for one another for foward resolution.

I want to confirm that I'll have to manually add the reverse zones to
the
slave servers too.  Is this correct?

-Eric.




More information about the bind-users mailing list