Hello, I currently have all-in-one server (venus) as pretty much everybody. In the same box I have 3 ips with 2 name servers (ns1 and ns2) However I want to move to a distributed DNS environment. My idea is to have two small VPS in different locations. I'm currently testing with one of them, I changed my child name server NS2 from venus-ip to ceres-ip (my new vps running DNS ONLY) then I edited my DNS Record of "venus" changing the ip of ns2.
The problem? is that when I try to do a nslookup I get this:
root@venus [~]# nslookup ns2.genohost.com genohost.com
Server: genohost.com
Address: 207.210.106.40#53
Name: ns2.genohost.com
Address: 207.210.78.226
But if I query my secondary server it just works fine:
root@venus [~]# nslookup ns2.genohost.com ceres.genohost.com
Server: ceres.genohost.com
Address: 199.195.248.235#53
Name: ns2.genohost.com
Address: 199.195.248.235
The zone of "genohost.com"
root@venus [~]# cat /var/named/genohost.com.db | grep "ns[1,2]"
..
...
....
ns2 14400 IN A 199.195.248.235
ns1 14400 IN A 207.210.78.91
Not sure what is wrong :S I've never done this, but surely somebody will have an idea of how to, thanks in advance.
The problem? is that when I try to do a nslookup I get this:
root@venus [~]# nslookup ns2.genohost.com genohost.com
Server: genohost.com
Address: 207.210.106.40#53
Name: ns2.genohost.com
Address: 207.210.78.226
But if I query my secondary server it just works fine:
root@venus [~]# nslookup ns2.genohost.com ceres.genohost.com
Server: ceres.genohost.com
Address: 199.195.248.235#53
Name: ns2.genohost.com
Address: 199.195.248.235
The zone of "genohost.com"
root@venus [~]# cat /var/named/genohost.com.db | grep "ns[1,2]"
..
...
....
ns2 14400 IN A 199.195.248.235
ns1 14400 IN A 207.210.78.91
Not sure what is wrong :S I've never done this, but surely somebody will have an idea of how to, thanks in advance.