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!