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

Jeronimo L. Cabral jelocabral at gmail.com
Fri Apr 25 20:03:37 UTC 2014


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" {
    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" {
    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 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20140425/f819d710/attachment.html>


More information about the bind-users mailing list