Hi,
I have setup an multiserver setup on DirectAdmin.
Everything is working and updating between the master and slave, only when I look at the slave named.conf all zones are added with type master instead of the type slave that we are seeing on other servers that we own.
I have checked every file but can't seem to find where this is set.
Any ideeas?
We need this to be like below:
Master server named.conf
zone "domain.com" { type master; file "/var/named/domain.com.db"; };
Slave server named.conf
zone "domain.com" { type slave; file "/var/named/domain.com.db"; masters { IP address of master ; }; };
But at the moment the zone files on master and on slave are identical.
zone "domain.com" { type master; file "/var/named/domain.com.db"; };
I have setup an multiserver setup on DirectAdmin.
Everything is working and updating between the master and slave, only when I look at the slave named.conf all zones are added with type master instead of the type slave that we are seeing on other servers that we own.
I have checked every file but can't seem to find where this is set.
Any ideeas?
We need this to be like below:
Master server named.conf
zone "domain.com" { type master; file "/var/named/domain.com.db"; };
Slave server named.conf
zone "domain.com" { type slave; file "/var/named/domain.com.db"; masters { IP address of master ; }; };
But at the moment the zone files on master and on slave are identical.
zone "domain.com" { type master; file "/var/named/domain.com.db"; };
Last edited: