我的域xyz.com配置了5种不同的ns在域注册控制面板。
such as
ns1.no-ip1.com
ns2.no-ip2.com
ns0.xyz.com
ns3.no-ip3.com
ns4.no-ip4.com所有ns都被同一个ip绑定。我如何知道哪个ns首先连接到我的域xyz.com?
这样我就可以更改ip,将我的域切换到新服务器,剩下的则保留在旧服务器上。万一新的不行的话。
tracert can tell me route with hops but not the ns.
nslookup can tell me which ip it is connected. but on my domain all are connected with same ip. 发布于 2012-06-14 15:42:56
没有对NS记录(或任何其他类型的DNS资源记录)进行排序。名称服务器可能会查询其中任何一个来获取有关您的域的信息。
我想问一下,为什么您会有5个名称服务器都指向相同的IP地址?这毫无意义。在这种情况下,您最好只为您的域提供一个名称服务器。
https://serverfault.com/questions/398797
复制相似问题