Restrict Dynamic Updates to a Portion of a Zone

Barry Margolin barmar at genuity.net
Fri Apr 7 20:56:40 UTC 2000


In article <8clets$d9u$1 at nnrp1.deja.com>,  <docbrown at mailexcite.com> wrote:
>Is there anyway using Bind 8.2.2p5 to restrict what parts of a give zone
> can be updated dynamically?
>
>For example, say I have a zone, testzone.com with hosts A, B, C, D.  Can
>I say let the hosts and IP address for C and D be updated dynamically
>while never dynamically change A and B?

You could delegate A and B into zones of their own:

zone "testzone.com" {
  ...
  allow-update { ... };
};

zone "a.testzone.com" {
  ...
};

zone "b.testzone.com" {
  ...
};

-- 
Barry Margolin, barmar at genuity.net
Genuity, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.



More information about the bind-users mailing list