我有一个网站,我调整了NS记录1-3,指向现在托管网站的Adobe Business Catalyst:
domain.nl. ns1.worldsecuresystems.com.
domain.nl. ns2.worldsecuresystems.com.
domain.nl. ns3.worldsecuresystems.com.
我认为这足以指向具有站点数据的新服务器。当我进行挖掘时,我看到了
dig +short SOA domain.nl
ns1.worldsecuresystems.com. hostmaster.domain.nl. 2014071224 14400 3600 1209600 86400
当我在viewdns.info检查网站时,我收到了两个警告:
Oops! Your local nameservers don't return IP addresses (glue) along with your NS records! This isn't a fatal error but means an extra lookup needs to be performed increasing the load time to your site. You can fix this by adding A records for each of the nameservers listed above.
和
Oops! It appears that the following nameserves listed at your local servers are not listed at the parent servers:
ns1.worldsecuresystems.com.
ns2.worldsecuresystems.com.
ns3.worldsecuresystems.com.
You should ensure that these nameservers are valid and working. If they are not, you will encounter connectivity issues with your domain.
该网站无法正常解决。它仍然是旧主机的ip(托管correcthosting.nl)旧网站现在的位置。
nslookup domain.nl
Server: x.x.x.x
Address: x.x.x.x#53
Non-authoritative answer:
Name: domain.nl
Address: XXX.xx.xx.xx // old ip address
我没有看到它不起作用的原因。我曾经问过Business Catalyst和域名所在的主机,但是必须等待答案。如果有人在这里有一些很好的指示。
答案 0 :(得分:1)
如果您的域名是domain.nl,则名称服务器ns * .worldsecuresystems.com不需要粘合剂。在这种情况下,无论谁说你需要胶水,都会骗你,除非你撒谎你的域名。 DNS不会传播 - 记录过期。使用dig或drill查询nameserver。
“看来,本地服务器上列出的以下名称未列在父服务器”
此消息表示忽略或未能将权限委派给您区域中的NS记录指定的名称服务器。这可能与胶水记录丢失的问题有关,但没有解释为什么需要胶水。
SOA记录中的数据没有说明区域权限。父区域中的委托记录。 看到你已经使用了挖掘,尝试挖掘+追踪你的域以查看授权链。
“网站没有正确解决。它仍然是旧的主机”
意味着它正确解析,而不是你期望的ip地址。
但是,ns1.worldsecuresystems.com并不认为自己对domain.nl具有权威性,这表示尚未在该名称服务器上设置区域domain.nl。