具有.no域名的虚荣名称服务器

我创build了名为虚拟名称的服务器,例如ns1.example.com和ns2.example.com,它们只是maskAnd,并指向了rackspace免费的dns服务。 换句话说,ns1.example.com指向dns1.stabletransit.com,ns2.example.com指向dns2.stabletransit.com(stabletransit.com是rackspace的名称服务器)。 一般来说,它工作正常,我可以转发域名ns1.example.com,他们将正常工作,并redirect到dns1.stabletransit.com。 然而对于.no(挪威)域名,我偶然发现了以下错误:

The nameserver ns1.example.com is not correctly configured. It has the following NS records in the zone file for somedomain.no: dns1.stabletransit.com dns2.stabletransit.com This does not correspond with the nameservers you have entered, which are: ns1.example.com ns2.example.com The list you enter must be identical to the list of NS records returned by each nameserver on the list. For .no domains the nameservers must be configured correctly before the delegation can be completed. Not all ISPs are aware of this. Please contact the administrators of the nameservers you are trying to use, and ask them to create a valid zone file for somedomain.no on all the nameservers. 

这是我在尝试将.no域指向我的虚荣名称服务器时得到的错误消息。 如果有人能够解释为什么会发生这种情况,我会比较好,我该如何解决这个问题。 据我了解,这是通过创build虚名服务器来屏蔽名称服务器的正确方法,所以我不确定我在哪里弄错了。

提前感谢任何帮助!

这是因为域的“真实”名称服务器告诉dns1.sabletransit.comdns2.stabletransit.com是该域的权威名称服务器。 (NSlogging)

.noregistry似乎检查了这一点。

我不认为rackspace免费的DNS允许你改变这个,所以我不认为你有什么可以做的。

这可能是由于example.com DNS更改尚未传播。 或者因为你没有把它们指向你的虚荣名字服务器。