[CentOS] Proper configuration for DNS slaves and masters

2009-11-03 Thread James B. Byrne
I have the following layout DNS01 - Master DNS02 - Remote slave DNS03 - Local network slave The master is configured so: acl HLLnetworks { 209.47.176/24; 216.185.71/24; }; options { allow-query { any; }; allow-recursion {

Re: [CentOS] Proper configuration for DNS slaves and masters

2009-11-03 Thread Craig White
On Tue, 2009-11-03 at 13:34 -0500, James B. Byrne wrote: zone byrnejb.ca { type slave; masters { 216.185.71.33; }; file /var/named/slaves/byrnejb.ca.hosts; }; Which is, as far as I can see, identical. In any case, the real problem

Re: [CentOS] Proper configuration for DNS slaves and masters

2009-11-03 Thread Les Mikesell
James B. Byrne wrote: I have the following layout DNS01 - Master DNS02 - Remote slave DNS03 - Local network slave The master is configured so: acl HLLnetworks { 209.47.176/24; 216.185.71/24; }; options { allow-query { any; };