DNS名称服务器错误

对不起,我对这个DNS行话是新的,所以下面的问题可能听起来很明显。

我有一个VPS服务器,我正在使用第三方DNS服务器来pipe理DNS。 我的DNS提供商给了我自己的名字服务器,我用自己的名字服务器replace了我自己的名字服务器。

一切工作正常,我也在我的域名注册商更新胶水logging和名称服务器。 但是当我运行DNStesting时,我得到以下错误。

Inconsistent glue for name server ns2.domain.com. The address of a name server differed from the child and the parent. This is a configuration error and should be corrected as soon as possible. 

错误解释。

名称服务器的胶水不一致。

 Pingdom: On at least one of the parent-side a name server listed, there was an A or AAAA record and a record with the same name but different content was found on at least one of the child-side name servers. 

我不明白是什么原因造成这个错误? 这是与我的DNS提供商或我的域名注册商?

谢谢你的帮助。

问候,杰伊

这很简单。

对于名称ns2.domain.com ,您的区域中有一个A(或AAAA)logging,TLD区域中有一个胶水logging。 他们指向不同的地址。

胶水logging由您的注册商设置。 另一个是由您在DNSconfiguration中设置的。 如果你自己为ns2主机设置的地址是正确的,让你的注册商​​知道他们需要更新你的域名的胶水logging(并给他们新的IP)。 如果错误,请更改ns2主机的A或AAAAlogging以匹配胶水中的内容。

您可以通过查询TLD域名服务器来查找胶水logging中的内容。 这是一个com.的例子com. 在linux上:

 dig @m.gtld-servers.net in ns google.com 

这通常会返回一个额外的部分与名称服务器的Alogging。 你也可以改变查询更直接:

 dig @m.gtld-servers.net in a ns1.google.com