Configuring the Atomia DNS Bind-DLZ Nameserver.
Configuration file
You have to configure the Atomia DNS Bind-DLZ Nameserver to fit your environment. The config file used by Atomia DNS Bind-DLZ Nameserver is placed in /etc/atomiadns.conf
and contains the following settings:
PARAMETER | EXAMPLE | DESCRIPTION |
bdb_environment_path | /var/lib/bind/atomiadns_bdb | Path where the database should be stored. |
soap_uri | http://hostname.of.your.soap.server/atomiadns | URI of the Atomia DNS API. |
bdb_filename | dns_data.db | Filename of the database. |
servername | ns1.yourhost.com | Hostname of the nameserver. |
soap_uri and servername always needs to be changed. For the other two parameters, the default settings will work.
Default config file:
bdb_environment_path = /var/lib/bind/atomiadns_bdb soap_uri = http://your.atomia.dns.master.server.com/atomiadns bdb_filename = dns_data.db servername = your.name.server slavezones_config = /etc/bind/slave/named-slavezones.conf.local slavezones_dir = /etc/bind/slave/zones
Scripts and commands
For more information on how to use the Atomia DNS Sync application see Atomia DNS Bind-DLZ Nameserver usage.