These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Help with Master / Slave DNS Record Creation on the new forum.
Hello everyone! I am having a problem with changing an IP address for my name servers in the DNS records. I have a Master / Slave DNS cluster setup and everything is working great except for the name server IPs that are being auto created in the DNS records.
As an example;
Master = ns1.mydomain.com = 1.1.1.1
Slave = ns2.mydomain.com = 2.2.2.2
DNS Records Created (when creating a virtual server);
@ IN NS ns1.mydomain.com.
@ IN NS ns2.mydomain.com.
ns1.mydomain.com. IN A 1.1.1.1
ns2.mydomain.com. IN A 1.1.1.1
What i'd like the automatically created DNS records to look like is;
@ IN NS ns1.mydomain.com.
@ IN NS ns2.mydomain.com.
ns1.mydomain.com. IN A 1.1.1.1
ns2.mydomain.com. IN A 2.2.2.2
I'm probibly missing something small but have been googling for days and going through setting and can't seem to find the solution. Any help on this is greatly appreciated!
Is the slave entered as a BIND Cluster Slave in the master's Webmin? In that case, the proper slave record should be automatically entered in new zones. Otherwise, you can use the options in the server template, secion "BIND DNS Domain", under "Additional manually configured nameservers" or "BIND DNS records for new domains".