Hello guys,

I’m probably missing something on my named.conf but I’m moving a zone to our 
DNS servers but we’re unable to do this correctly since our slaves are refusing 
to get the zone file from the hidden master DNS.

On the both slaves (ns1 and ns2) the following is logged:
May  6 19:56:36 darkshire named[49323]: transfer of 
‘myzone.com/IN'<http://myzone.com/IN'> from 192.168.50.50#53: failed while 
receiving responses: NOTAUTH.
May  6 16:37:53 ruttheran named[40061]: transfer of 
‘myzone.com/IN'<http://myzone.com/IN'> from 192.168.50.50#53: failed while 
receiving responses: NOTAUTH.

And on the master the following is logged:
May  6 19:56:36 exodar named[5562]: client 192.168.50.15#15815: bad zone 
transfer request: ‘myzone.com/IN':<http://myzone.com/IN':> non-authoritative 
zone (NOTAUTH)

On the master server I’m running: BIND 9.8.4-rpz2+rl005.12-P1 on Debian Linux 
and the slaves are on FreeBSD 10.2-RELEASE with BIND 9.10.3.

Master Configuration:
zone "myzone.com<http://myzone.com>" {
type master;
file "/var/lib/bind/myzone.com.db";
notify yes;
allow-transfer { intnameservers; };
allow-update { key "DHCP_UPDATER"; };
};

Slaves Configuration:
zone "wfme2106.com.br<http://wfme2106.com.br>" {
type slave;
file "/usr/local/etc/namedb/slave/myzone.com<http://myzone.com>";
masters { 192.168.50.50; };
notify no;
};

Thanks in advance,
Vinícius.

PS: AXFR is working as expected when issuing “dig AXFR 
myzone.com<http://myzone.com> @192.168.50.50”.
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to