Monday, May 5, 2014

axfr and bind9 acls

okay chump.
root@captainwalker # dig thunderdome.com @blaster axfr
barfs? captainwalker is your axfr host. did you check this:
 Master (blaster) :  
    acl "captainwalker" {  
         10.10.10.12;  
     };  
     zone "thunderdome.com" IN {  
         type master;  
         file "db.thunderdome.com";  
         notify yes;  
         allow-update { none; };  
         allow-query { any; };  
         allow-transfer { captainwalker; };  
     };  
 Slave (captainwalker) :  
     zone "thunderdome.com" IN {  
         type slave;  
         masters { blaster; };  
         file "db.thunderdome.com";  
         notify no;  
         allow-query { any; };  
         allow-transfer { none; };  
     };  

No comments: