refused zone transfer with hyphen in domain name

Lauren Matheson lmatheson at ivcf.ca
Thu Nov 7 17:02:08 UTC 2002


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?

-Lauren



On Thu, 2002-11-07 at 11:50, Kevin Darcy wrote:
> 
> Lauren Matheson wrote:
> 
> > Hello,
> >
> > I have two domains, intervarsity.ca and inter-varsity.ca, that are
> > identically configured.  The zone transfer is refused for
> > inter-varsity.ca.  Here is the relevant debugging output from the master
> > on level 2:
> >
> > datagram from [216.138.224.26].2161, fd 22, len 34
> > XX /216.138.224.26/inter-varisty.ca/SOA/IN
> > req: nlookup(inter-varisty.ca) id 7877 type=6 class=1
> > req: found 'inter-varisty.ca' as 'ca' (cname=0)
> > denied query from [216.138.224.26].2161 for "inter-varisty.ca" SOA/IN
> > ns_req: answer -> [216.138.224.26].2161 fd=22 id=7877 size=34 rc=5
> >
> > datagram from [216.138.224.26].2161, fd 22, len 33
> > XX /216.138.224.26/intervarsity.ca/SOA/IN
> > req: nlookup(intervarsity.ca) id 26821 type=6 class=1
> > req: found 'intervarsity.ca' as 'intervarsity.ca' (cname=0)
> > ns_req: answer -> [216.138.224.26].2161 fd=22 id=26821 size=164 rc=0
> >
> > Why is inter-varsity.ca being found as 'ca' and refused whereas
> > intervarsity.ca is found properly?  Is this a bug?  The master is
> > running Bind 8.3.3, the slave is running Bind 9.2.1
> 
> The query is being denied. Take a look at your "allow-query" statements.
> 
> 
> - Kevin
> 
> 
> 




More information about the bind-users mailing list