BIND server has to be installed on Ubuntu 16/18 or CentOS/Redhat 7.
For both Ubuntu and CentOS: BIND server needs to be installed.
- Set the appropriate repository.
- Execute the command: apt-get update.
- Execute the command: apt-get install atomiadns-bindsync.
- Set manually:
- In named.conf.local:
include "/etc/bind/slaves/named-slavezones.conf.local"; include "/etc/bind/tsig_keys.conf";
- In atomiadns.conf:
slavezones_dir = /etc/bind/slaves/zones slavezones_config = /etc/bind/slaves/named-slavezones.conf.local rndc_path = /usr/sbin/rndc #ubuntu bind_user = bind tsig_config = /etc/bind/tsig_keys.conf
- In named.conf.local:
- Execute the command:
service atomiadns-bindsync restart
.
- Set the appropriate repository.
- Execute the command: yum install atomiadns-bindsync.
- Set manually:
- In atomiadns.conf:
bind_user = named
- In atomiadns.conf:
- Execute the command:
service atomiadns-bindsync restart
.