【发布时间】:2014-09-02 18:47:23
【问题描述】:
我有一个网站,我调整了 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 和域名所在的托管商寻求帮助,但必须等待答案。如果有人在此期间有一些指针,那就太好了。
【问题讨论】:
-
我确实在域名之后和域名服务器的末尾有一个指针。阅读 dns-sd.org/TrailingDotsInDomainNames.html 后,我现在明白了一些事情。另请阅读site-helper.com/dns.html。不能帮助我调试问题。可能是 Adobe 方面存在问题。等待回复我的票已打开。现在似乎无法查看那里的 DNS 记录。现在已经24小时左右了。也许问题是:主机没有从他们的域名服务器中删除我的域记录,或者我还需要再等 24 小时。
-
在 A 记录上的 whatsmydns.net 进行了传播检查。以前不知道这个网站。似乎有几个位置确实加载了正确的 IP 地址而不是旧地址,但荷兰的那些位置却没有。所以这个问题是传播问题。
-
现在还找到了helpx.adobe.com/business-catalyst/kb/…,这有助于解释需要额外的 A 记录。
-
另外应该提到一个通用的A记录,指向站点文件新位置的ip。在 NS 问题上,请参阅@Bushmills 的精彩回答
标签: dns business-catalyst