638 B
638 B
Bind9 Master and Slave
-
Install bind9 service as well as some convinient utilities on master and slave servers
apt-get update apt-get install bind9 dnsutils
-
create the zone directory on the master server
mkdir /etc/bind/master chown bind.bind /etc/bind/master
-
Allow zone transfer on master by adding the following line to
named.conf.options
allow-transfer { slave-ip; };
-
Addlow notifications on the slave server by adding the following line to
named.conf.options
allow-notify { master-ip; };