DNS : Setting up MASTER SLAVE DNS setup with BIND
Setting up MASTER SLAVE DNS setup with BIND In this tutorial we will discuss how we can create a master slave DNS server setup. In Master Slave DNS setup when a slave is created, it obtains an identical copy of all master records using zone transfer method. Master-slave have easy replication mechanism, as soon as a change is made on Master server, it notifies the slave & slave then fetches the data. All process taking mere seconds. Scenario Master server dns.ltechlab.com Slave server slave.ltechlab.com IP address 192.168.1.100 IP address 192.168.1.110 We have already discussed how we can create a Master server. If you have not don...