I'm updating my zone configuration using nsupdate. My question is - does bind need to be restarted for update to take place?

link|improve this question
feedback

2 Answers

I just tried adding a cname on a test system and didn't need to restart bind for the cname to become usable.

link|improve this answer
feedback

it should not be need it - this is what the man pages says

Zones that are under dynamic control via nsupdate or a DHCP server should not be edited by hand. Manual edits could conflict with dynamic updates and cause data to be lost.

also you can run the nsupdate with -d to debug the request/response.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.