Node Director
|
The "DNS Zone" domain template allows writing host information out into a ISC Bind (www.isc.org) compatible zone file. In order to set up a DNS Zone you have to create a skeleton zone file, first, e.g. something like this:
The serial number will be incremented by the Director when necessary, all other information outside of the marked section (##BEGIN ... ##END) will be left untouched. There, you can manually maintain DNS records.
Now, you have to point your BIND server to the just created zone file. Make an entry in named.conf like i.e.:
Re-start your BIND server and watch the log messages - the zone should load ok.
Now setup your DNS Zone in the Director.
The template understands the following configuration options:
Only entries in this domain are emitted into the zone file. Reverse domains (i.e. 68.192.in-addr.arpa) are allowed.
Each host name that has no associated DNS domain is assumed to be part of the "Default Domain".
The file name and path of the zone file to be updated.
If set, then only hosts that are in the appropriate class will be included.
Only effective if "Restrict to one class" is set. It then specifies the host class.
The shell command to be executed on the target server after a zone file has be updated. If empty, some more or less generic default is being used.