Really need help : zone transfer not work.

Roy Arends Roy.Arends at nominum.com
Tue Mar 20 16:20:18 UTC 2001


On Tue, 20 Mar 2001, Denis Garon wrote:

> Hi,
> 
> I try to activate, from my primary DNS, zone transfer to two of our
> secondary DNS.  I try many way in named.conf, but not seem to work.
> 
> I always recevied this error when trying a zone transfer with my sam spade
> client :
> 03/20/01 09:11:03 Zone transfer mtq.gouv.qc.ca at ness.mtq.gouv.qc.ca
> Zone transfer mtq.gouv.qc.ca at ness.mtq.gouv.qc.ca (132.221.36.130) ...
> Query refused. Nameserver won't talk to me for policy reasons
> 
> In file "named.conf", I put these :
> options {
>         directory "/usr/local/lib/named";
> };
> 
> This options suppose to permit all zone transfer to any people.  I try also
> this  and not work when try to do the zone transfer from x.y.w.z :
> options {
>         directory "/usr/local/lib/named";
>         allow-transfer {x.y.w.z};
> };

In line 35 of the zonefile "mtq.gouv.qc.ca" has no priority for MX record.
Because of this named will reject the zone and will log a messages like:

named[]: mtq.gouv.qc.ca:35: Priority error near (elliot)
named[]: master zone "mtq.gouv.qc.ca" (IN) rejected due to errors
         (serial 2001031303)

Fix line 35, and you're should be ready.

Regards,

Roy Arends
Nominum



More information about the bind-users mailing list