授权问题

我在荷兰有一个小vps,并有一个域名注册到bluehost。

我通过将bluehost上的通讯域的名称服务器更改为ns1.xx.com和ns2.xx.com,将此域帐户(WHM)添加到了我的vps中 – 是实现这一目标的正确方法还是涉及更多? 似乎一切正常,使用这种方法,但我刚刚对pingdom进行了testing,结果如下:

No name servers found at child. No name servers could be found at the child. This usually means that the child is not configured to answer queries about the zone. Superfluous name server listed at parent: ns1.xx.com A name server listed at the parent, but not at the child, was found. This is most likely an administrative error. You should update the parent to match the name servers at the child as soon as possible. Superfluous name server listed at parent: ns2.xx.com A name server listed at the parent, but not at the child, was found. This is most likely an administrative error. You should update the parent to match the name servers at the child as soon as possible. 

对不起,我是一个初学者,但一些build议,将不胜感激,非常感谢,帕特里克

您正在将您的域名服务器指向您的VPS,但不在该VPS上运行实际的DNS服务器。

DNS的工作方式与电话簿非常相似 – 它是www.example.com等名称及其相应IP地址的列表。 名称服务器(ns1.xxx.com和ns2.xxx.com)会告诉您的计算机在哪里可以find包含您的域的所有信息的电话簿。

您可以在您的VPS上安装DNS服务器(如BIND)并对其进行configuration。 但是正确的DNS要求你有两台独立的服务器来运行DNS。 它可以从一个单一的系统完成,但是你正在增加一个巨大的失败点。

大多数托pipe公司提供免费或便宜的DNS托pipe。 他们可能会有一个简单的控制面板来设置它,并会告诉你什么名称的服务器,你需要使用(可能类似ns1.bluehost.com,但检查他们的文档或联系他们的支持)。

没有一个真正的DNS服务器运行在某个地方,没有人能够查找您的域的任何logging。