<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hello guys,<br class="">
<br class="">
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.<br class="">
<br class="">
On the both slaves (ns1 and ns2) the following is logged:<br class="">
May  6 19:56:36 darkshire named[49323]: transfer of ‘<a href="http://myzone.com/IN'" class="">myzone.com/IN'</a> from 192.168.50.50#53: failed while receiving responses: NOTAUTH.<br class="">
May  6 16:37:53 ruttheran named[40061]: transfer of ‘<a href="http://myzone.com/IN'" class="">myzone.com/IN'</a> from 192.168.50.50#53: failed while receiving responses: NOTAUTH.<br class="">
<br class="">
And on the master the following is logged:<br class="">
May  6 19:56:36 exodar named[5562]: client 192.168.50.15#15815: bad zone transfer request: ‘<a href="http://myzone.com/IN':" class="">myzone.com/IN':</a> non-authoritative zone (NOTAUTH)<br class="">
<br class="">
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.<br class="">
<br class="">
Master Configuration:<br class="">
zone "<a href="http://myzone.com" class="">myzone.com</a>" {<br class="">
<span class="Apple-tab-span" style="white-space: pre;"></span>type master;<br class="">
<span class="Apple-tab-span" style="white-space: pre;"></span>file "/var/lib/bind/myzone.com.db";<br class="">
<span class="Apple-tab-span" style="white-space: pre;"></span>notify yes;<br class="">
<span class="Apple-tab-span" style="white-space: pre;"></span>allow-transfer { intnameservers; };<br class="">
<span class="Apple-tab-span" style="white-space: pre;"></span>allow-update { key "DHCP_UPDATER"; };<br class="">
}; <br class="">
<br class="">
Slaves Configuration:<br class="">
zone "<a href="http://wfme2106.com.br" class="">wfme2106.com.br</a>" {<br class="">
<span class="Apple-tab-span" style="white-space: pre;"></span>type slave;<br class="">
<span class="Apple-tab-span" style="white-space: pre;"></span>file "/usr/local/etc/namedb/slave/<a href="http://myzone.com" class="">myzone.com</a>";<br class="">
<span class="Apple-tab-span" style="white-space: pre;"></span>masters { 192.168.50.50; };<br class="">
<span class="Apple-tab-span" style="white-space: pre;"></span>notify no;<br class="">
};<br class="">
<br class="">
Thanks in advance,<br class="">
Vinícius.<br class="">
<br class="">
PS: AXFR is working as expected when issuing “dig AXFR <a href="http://myzone.com" class="">myzone.com</a> @192.168.50.50”.
</body>
</html>