DNS Slave Configuration

The benefit of DNS Master is that one no longer needs to memorize the ip address to access a domain. The DNS Master will translate or translate ip addresses into a domain name and vice versa because DNS master is the one who holds the complete list of a domain it manages. While the benefits of DNS Slave is a backup of DNS Master.

The DNS Slave is a backup DNS if our primary DNS occurs damage. There will be mutual transfer of information between the primary DNS and the DNS slave. The steps to build a Slave DNS are as follows:

Set up a new DNS server, the old DNS server keeps running. For configuring the DNS Slave, we must first install DNS with the same steps as in DNS Server. We have to install bind9 first and then do the Slave DNS configuration.

Edit and add configuration for forward and reverse on named.conf.local file.

Finally, restart the daemon from bind9.

The dns master should be rebooted after the dns slave finishes in settings.

Comments

Popular posts from this blog

Computer Graphics Project "MINION" Source Code with Glut OpenGL

Computer Graphics Project "Planet Orbit" Source Code with Glut OpenGL

Image Processing : Image Enhancement & Grayscale Histogram - PART 1 -