Setting up bind as secondary for a subneted reverse lookup domain
    Helmut Schneider 
    jumper99 at gmx.de
       
    Wed Sep 24 13:52:01 UTC 2003
    
    
  
Hi,
see subject. I used =
http://www.isc.org/ml-archives/bind-users/2000/08/msg00835.html
I got 192.168.0.0/25 and 192.168.0.128/25 on two different DNS servers.
named.conf (9.2.2) is:
        zone "0.25.0.168.192.in-addr.arpa" {
#        zone "0.0.168.192.in-addr.arpa" {
        type slave;
        file "slave/0.25.0.168.192.in-addr.arpa";
#        file "slave/0.0.168.192.in-addr.arpa";
        masters { 192.168.0.1; };
        };
        zone "128.25.0.168.192.in-addr.arpa" {
#        zone "128.0.168.192.in-addr.arpa" {
        type slave;
        file "slave/128.25.0.168.192.in-addr.arpa";
#        file "slave/128.0.168.192.in-addr.arpa";
        masters { 192.168.0.129; };
        };
But even no zonefile is created. Forward Lookup Zone is replicating =
well.
Thanks, Helmut
    
    
More information about the bind-users
mailing list