I need to allow zone transfers to my ISP (pacbell) for secondary DNS.  In my named.conf I have:
 
zone "112.32.195.63.IN-ADDR.ARPA"{
        type master;
        file "112.32.195.63.in-addr.arpa";
        allow-transfer{
                ns1.pbi.net;
                ns2.pbi.net;
        };
};
 
From my logs though I see that this is failing:
 
Sep 29 00:36:56 ns named[1419]: unapproved AXFR from [206.13.29.11].42136 for "112.32.195.63.in-addr.arpa" (acl)
 
Will this work if I change the allow-transfer entries to the ip addresses, or is there some other access-control-list that I need to set up to allow this?
 
Thanks,
Eric Solberg

Reply via email to