RedHat RH302 Question Answer
Configure the Slave DNS for example.com domain where master DNS is 192.100.0.254.
Slave DNS is the backup of master DNS. Automatically within a certain time slave DNS synchronizes with the Master DNS server.
1.vi /var/named/chroot/etc/named.conf
zone “example.com” IN {
type slave;
masters { 192.100.0.254; };
file “example.com.zone”;
};
named-checkconf command checks the syntax for /var/named/chroot/etc/named.conf file.
service named start | restart
TESTED 16 Dec 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved