refused zone transfer with hyphen in domain name

Pete Ehlke pde at ehlke.net
Thu Nov 7 17:18:06 UTC 2002


On Thu, Nov 07, 2002 at 12:02:08PM -0500, Lauren Matheson wrote:
> 
> The configuration is identical between those two domains, here is the
> section from named.conf from the master:
> 
> zone "inter-varsity.ca" {
>         type master;
>         file "/etc/bind/db.inter-varsity.ca";
>         allow-query { any; };
>         allow-transfer { 
>                 216.138.224.26;
>         };
> };
> 
> zone "intervarsity.ca" {
>         type master;
>         file "/etc/bind/db.intervarsity.ca";
>         allow-query { any; };
>         allow-transfer { 
>                 216.138.224.26;
>         };
> };
> 
> .. so I don't think that it is a problem with the allow query
> statement.  Do you have any other ideas?
> 
At a guess here: were both zones added to named.conf at the same time?
Since the registration for inter-varsity.ca and intervarsity.ca was done
today, and the NS records have not yet been added to the .ca zone, if
your master was not reconfig'd or restarted after the inter-varsity.ca
zone was added to named.conf, it will misinterpret the SOA query for
inter-varsity.ca and refuse it if, as I suspect, you have a more
restrictive allow-query{} statment in your options{} block.

If they were added at the same time, was there anything about
inter-varsity.ca in your logs when you reconfig'd? If the zone was
rejected at load time, I suspect the same sort of error will manifest
itself.

-Pete


More information about the bind-users mailing list