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
Options Selected by Other Users:
Option A: (20 votes)
100%
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit