Hi,
I am trying to host a .de domain.
They have very strict requirements.
One of those requirements is to have different IPs for the two nameservers(so ns1.domain.de and ns2.domain.de cannot point to the same IP).
They provide a tool to check if everything is setup well(https://www.denic.de/en/service/tools/nast/).
I have a class of IPs from my provider, so I have different IPs(different VPSes running myvesta) but I cannot properly set the DNS for the second NS.
I keep getting "Inconsistent set of NS RRs (IP, NS host names)" error when I check it using the tool above.
Can you please tell me what the proper setup should be?
Thank you.
Different nameserver IPs and proper setup
It's probably expecting the same SOA header.
I think you can trick it if you get the content of /home/USER/conf/dns/DOMAIN.COM.db and copy-paste to the second server (to the same file) and then restart bind9:
Other solution is CloudFlare DNS 
I think you can trick it if you get the content of /home/USER/conf/dns/DOMAIN.COM.db and copy-paste to the second server (to the same file) and then restart bind9:
Code: Select all
systemctl restart bind9
