April 24, 2009

Configuration of Slave DNS server

Scenario

FQDN name: stand1.chd.edu

Domain name : chd.edu

Hostname : stand1

IP address: 172.24.25.1

Master Dns server address : server.chd.edu

Master Dns server IP : 172.24.25.254

=====================================================================================

# Yum install cachi* bind*

# vim /etc/named.rfc1912.zone ßBase configuration file for caching name server

Zone “ chd.edu ” IN {

Type slave;

File “slave/forward”;

master { 172.24.25.254; };

};

Zone “ 24.172.in-addr.arpa” IN {

Type slave ;

File “slave/reverse”;

master { 172.24.25.254; }

):-- save and exit the file

# service named restart

):-- Go to /var/named/chroot/caroot/var/named

):- Two files will be created automatically in slave server{forward & reverse}

No comments:

Post a Comment