problem with some of my reverse look up zones

test user testuser at inbox.com
Fri May 12 19:41:23 UTC 2006


Hello,

we are running BIND 932 on windows 2003 and it looks as though some of my reverse lookup zones are not working, although many of htem are. As far as I can tell there are no differences in the named.conf or the individual zones. I am including the named.conf and the zone file below, with dummy data.

The error I get when I use nslookup to query an IP address, is "can't find x.x.x.x, non-existent domain". There are no errors in the event log.

Thanks

# /etc/named.conf
#

acl nameservers { 52.146.114.76; };

options {

        #transfers-in 10;
        
        #transfer-format one-answer;
        
        # The directory statement defines the name server´s
        # working directory

        directory "c:\WIndows\System32\dns\etc";

        # The forwarders record contains a list of servers to
        # which queries should be forwarded. Enable this line and
        # modify the IP-address to your provider's name server.
        # Up to three servers may be listed.

        forwarders {  204.117.214.10; 199.2.252.10; 204.97.212.10; };

        # Enable the next entry to prefer usage of the name
        # server declared in the forwarders section.

        forward first;

        # The listen-on record contains a list of local network
        # interfaces to listen on. Optionally the port can be
        # specified. Default is to listen on all interfaces found
        # on your system. The default port is 53.

        listen-on port 53 { any; };

        # The listen-on-v6 record enables or disables listening
        # on IPV6 interfaces. Allowed values are 'any' and 'none'
        # or a list of addresses. IPv6 can only be used with
        # kernel 2.4 in this release.

        listen-on-v6 { any; };

        # The next three statements may be needed if a firewall
        # stands between the local server and the internet.

        query-source address * port 53;
        transfer-source 10.200.0.3 port 53;
        notify-source 10.200.0.3 port 53;

        # The allow-query record contains a list of networks or
        # IP-addresses to accept and deny queries from. The
        # default is to allow queries from all hosts.

        #allow-query { localhost; nameservers; };

        # If notify is set to yes (default), notify messages are
        # sent to other name servers when the the zone data is
        # changed. Instead of setting a global 'notify' statement
        # in the 'options' section, a separate 'notify' can be
        # added to each zone definition.

        notify YES;

        #also-notify { 52.146.114.76; };

        allow-notify { nameservers; };

        allow-transfer { localhost; nameservers; };

        #allow-recursion { none; };
	
	check-names master ignore;

};

# The following three zone definitions don't need any modification.
# The first one defines localhost while the second defines the
# reverse lookup for localhost. The last zone "." is the
# definition of the root name servers.

zone "localhost" in {
        type master;
        file "localhost.db";
};

zone "0.0.127.in-addr.arpa" in {
        type master;
        file "0.0.127.in-addr.arpa.db";
};

zone "." in {
        type hint;
        file "named.root";
};

# You can insert further zone records for your own domains below

zone "ABCDEF.com" {
         type master ;
         file "ABCDEF.com.db";
         allow-query {
           any ;
         };
         allow-update {
           none;
         };
         forwarders { };
};

zone "XYZ.net" in {
 type master;
 file "xyz.net.db";
 allow-query {
  any;
 };
 allow-update {
  none;
 };
 forwarders { };
};

zone "nnematters.com" in  {
 type master;
 file "nematters.com.db";
 allow-query {
  any;
 };
 allow-update {
  none;
 };
 forwarders { };
};

zone "ABCDEFonline.com" in {
 type  master;
 file "ABCDEFonline.com.db";
 allow-query {
  any;
 };
 allow-update {
  none;
 };
 forwarders { };
};

zone "ABCDEF.net" in {
 type master;
 file "ABCDEF.net.db";
 allow-query {
  any;
 };
 allow-update {
  none;
 };
 forwarders { };
};

zone "ABCDEFinc.com" in {
 type master ;
 file "ABCDEFinc.com.db" ;
 allow-query {
  any;
 };
 allow-update {
  none;
 };
 forwarders { };
};

zone "64-79.211.46.31.in-addr.arpa." {
 type master ;
 file "64-79.211.46.31.in-addr.arpa.db" ;
 allow-query {
  any;
 };
 allow-update {
  none;
 };
 forwarders { };
};

zone "161.175.52.in-addr.arpa." {
 type  master ;
 file "161.175.52.in-addr.arpa.db";
 allow-query {
  any;
 };
 allow-update {
  none;
 };
 forwarders { };
};

zone "0.200.10.in-addr.arpa." {
 type  master ;
 file "0.200.10.in-addr.arpa.db";
 allow-query {
  any;
 };
 allow-update {
  none;
 };
 forwarders { };
};

zone "0-52.61.119.44.in-addr.arpa." {
 type  master ;
 file "0-52.61.119.44.in-addr.arpa.db";
 allow-query {
  any;
 };
 allow-update {
  none;
 };
 forwarders { };
};

zone "224-239.34.125.44.in-addr.arpa." {
 type  master ;
 file "224-239.34.125.44.in-addr.arpa.db";
 allow-query {
  any;
 };
 allow-update {
  none;
 };
 forwarders { };
};

zone "0-15.229.145.52.in-addr.arpa." {
 type  master ;
 file "0-15.229.145.52.in-addr.arpa.db";
 allow-query {
  any;
 };
 allow-update {
  none;
 };
 forwarders { };
};

zone "64-95.144.125.44.in-addr.arpa." {
 type  master ;
 file "64-95.144.125.44.in-addr.arpa.db";
 allow-query {
  any;
 };
 allow-update {
  none;
 };
 forwarders { };
};

zone "44-78.114.146.52.in-addr.arpa." {
 type  master ;
 file "44-78.114.146.52.in-addr.arpa.db";
 allow-query {
  any;
 };
 allow-update {
  none;
 };
 forwarders { };
};




44-78.114.146.52.in-addr.arpa



$TTL 1d
@                       IN      SOA     ns1.ABCDEF.net. dns-admin.ABCDEF.net. (
                        23     ;Serial Number
                        4h      ;Refresh
                        30m     ;Retry
                        60d     ;Expire
                        1h )    ;Negative TTL

@                       IN      NS      ns1.ABCDEF.net.
@                       IN      NS      ns2.ABCDEF.net.
76                    IN      PTR     ns2.ABCDEF.com.	
77                    IN      PTR     www.ABCDEF.com.
78                      IN      PTR     staging.ABCDEF.com.



More information about the bind-users mailing list