Thanks a lot, but using the allow-update statement, I use nsupdate in order to add a new record:
# nsupdate > server x.x.x.x >zone company.com.ar >update add test.company.com.ar 86400 A 1.1.1.1 >send >quit But the master zone is not refreshed until I execute "service bind9 restart" ("service bind9 reload" doesn't refresh the master zone). How can I do in order to add new records using nsupdate without restarting the bind9 service ??? Thanks again !!! On Fri, Apr 25, 2014 at 5:12 PM, Kevin Darcy <k...@chrysler.com> wrote: > 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" { > 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 > > > > > > > > > _______________________________________________ > Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe > from this list > > bind-users mailing > listbind-us...@lists.isc.orghttps://lists.isc.org/mailman/listinfo/bind-users > > > > _______________________________________________ > 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 >
_______________________________________________ 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