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

2014-04-29 Thread Jeronimo L. Cabral
Dear, thanks for your help. Please the last question: can I dynamically update a zone and -when necessary- make a freeze, manually add/delete records, and after that make a thaw to continue with the dynamic update In other words, a mix betwwen dynamic and manually update. Thanks again, JeLo

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

2014-04-29 Thread Sten Carlsen
On 29/04/14 14.50, Jeronimo L. Cabral wrote: Dear, thanks for your help. Please the last question: can I dynamically update a zone and -when necessary- make a freeze, manually add/delete records, and after that make a thaw to continue with the dynamic update In other words, a mix

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

2014-04-29 Thread /dev/rob0
On Tue, Apr 29, 2014 at 09:50:11AM -0300, Jeronimo L. Cabral wrote: Please the last question: can I dynamically update a zone and -when necessary- make a freeze, manually add/delete records, and after that make a thaw to continue with the dynamic update In other words, a mix betwwen

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

2014-04-25 Thread Jeronimo L. Cabral
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;

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

2014-04-25 Thread Lyle Giese
Allow-update makes the zone a dynamic update zone. You have to stop hand editing the zone file. Use nsupdate to make changes to the zone. Lyle Giese LCR Computer Services, Inc. On 04/25/14 15:03, Jeronimo L. Cabral wrote: Dear, I'm using Bind 9.8.4 with a master / slave scenario. Zone

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

2014-04-25 Thread Kevin Darcy
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

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

2014-04-25 Thread Jeronimo L. Cabral
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

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

2014-04-25 Thread Alan Clegg
On 4/25/14, 4:29 PM, Jeronimo L. Cabral wrote: 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 http://company.com.ar update add test.company.com.ar http://test.company.com.ar 86400 A 1.1.1.1 send

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

2014-04-25 Thread Lyle Giese
How are you checking for updated info from the master? I recommend dig @ip address of master test.company.com.ar Lyle Giese LCR Computer Services, Inc. On 04/25/14 15:29, Jeronimo L. Cabral wrote: Thanks a lot, but using the allow-update statement, I use nsupdate in order to add a new

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

2014-04-25 Thread Evan Hunt
On Fri, Apr 25, 2014 at 05:29:30PM -0300, Jeronimo L. Cabral wrote: But the master zone is not refreshed until I execute service bind9 restart (service bind9 reload doesn't refresh the master zone). The zone has been updated, but the changes are stored in a journal file (zonefile.jnl). You can