Configuring reverse lookups?

Tim Cropper tcropper at mail.tcrop.net
Thu Jun 21 19:41:21 UTC 2001


I'm running bind  8.2.3

Is it legal to do the following:

named.conf:
zone "160.133.190.208.in-addr.arpa" in {
   type master;
   notify yes;
   allow-query { any; };
   file "db.208.190.133";
   allow-transfer { 151.164.1.1; 151.164.1.7; };
};

db.208.190.133:
$TTL 4H
@        IN    SOA  apfa.org. hostmaster.apfa.org. (
                        2001062004 ; serial
                        24H     ; refresh
                        2H      ; retry
                        1W      ; expire
                        1H)     ; default_ttl

@                IN NS  unity.apfa.org.
@                IN NS  ns1.swbell.net.
@                IN NS  ns2.swbell.net.

161            IN PTR  unity.apfa.org.
162            IN PTR  airtravelers.org.
163            IN PTR  stormwatch.apfa.org.

I had requested reverse delegation from my isp and when I make the change above bind refuses to answer any reverse lookups.

If this is not a valid configuration what would be?


-Tim



More information about the bind-users mailing list