Dynamic updates

Cricket Liu cricket at menandmice.com
Sun Oct 6 19:34:08 UTC 2002


> Need info on how to allow dynamic updates FROM a WIN2K Box. I am running
> BIND 8.2.3.

Add an allow-update substatement to the zone statements of the
zones you want to allow updates to, permitting updates from the
address of the Windows 2000 box.  For example:

zone "foo.example" {
    type master;
    file "db.foo.example";
};

You only need to do this on the primary master name servers
for the zone.

Then make sure the zones' SOA records have the primary master
name server's domain name in their MNAME fields.

Finally, consider upgrading to a newer version of BIND:

http://www.isc.org/products/BIND/bind-security.html

cricket

Men & Mice
DNS Software, Training and Consulting
www.menandmice.com

The DNS and BIND Cookbook, coming October 2002!
http://www.oreilly.com/catalog/dnsbindckbk/


More information about the bind-users mailing list