Zone transfer doesn't work when I set allow-update statement

Kevin Darcy kcd at chrysler.com
Fri Apr 25 20:12:04 UTC 2014


allow-update + manual editing of zone file = bad.

Use nsupdate.
     - Kevin

On 4/25/2014 4:03 PM, Jeronimo L. Cabral wrote:
> Dear, I'm using Bind 9.8.4 with a master / slave scenario. Zone 
> transfer works OK when I have this config in named.conf.local from 
> master server, add some A records and execute "service bind9 reload":
>
> zone "company.com.ar <http://company.com.ar>" {
>     type master;
>     file "/etc/bind/zones/company.com.ar.db";
>     allow-transfer { key "company"; };
>     check-names ignore;
>
> After that I add the allo-update statement and restart bind9 service:
>
> zone "company.com.ar <http://company.com.ar>" {
>     type master;
>     file "/etc/bind/zones/company.com.ar.db";
>     allow-transfer { key "company"; };
>     allow-update { 172.12.88.3; 10.8.91.7;};
>     check-names ignore;
>
> Finally, I add some A records in my company.com.ar 
> <http://company.com.ar> zone and increment the serial number, then I 
> execute "service bind9 reload" but the Slave doesn't receive the new 
> records. The only way Slave receives the new records is when I execute 
> "service bind9 restart" in Master which is not the idea.
>
> What is the problem please ???
>
> Thanks a lot,
>
> JeLo
>
>
>
>
>
>
>
>
> _______________________________________________
> Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list
>
> bind-users mailing list
> bind-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20140425/a2f6921f/attachment.html>


More information about the bind-users mailing list