Ramanou Biaou <rama...@netim.com> wrote:

> Someone has resources, links or tutorial to understand and implement the
> dynamic update zone files with BIND

If you search the web for [nsupdate howto] or [nsupdate tutorial] you
should find some useful resources.

If you are running BIND 9.7 or newer then it has a built-in setup for
simple DNS UPDATE uses. Try adding the following line to your zone's
configuration:

        update-policy local;

Then on your master server you can run

        $ nsupdate -l

The nsupdate man page explains the input format. For most purposes you
only need to use "update add", "update delete", and "send", e.g. on my
server I can type

        $ nsupdate -l
        > add example.dotat.at 3600 in a 192.0.2.4
        >
        > ^D

And my log says:

26-Mar-2014 11:44:00.603 update: info: client 127.0.0.1#43926/key local-ddns: 
view auth: updating zone 'dotat.at/IN': adding an RR at 'example.dotat.at' A 
192.0.2.4
26-Mar-2014 11:44:00.607 notify: info: zone dotat.at/IN/auth: sending notifies 
(serial 2434)

Tony.
-- 
f.anthony.n.finch  <d...@dotat.at>  http://dotat.at/
Humber, Thames: North becoming cyclonic then east, 5 to 7, occasionally 4
later. Slight or moderate, becoming moderate or rough in Humber. Rain or
showers. Good, occasionally poor.
_______________________________________________
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

Reply via email to