反向DNS错误

今天,我将我的DNS和名称服务器更改为Cloudflare。 之后,pingdom发出了一些奇怪的DNS错误。 我search了互联网,但找不到解决scheme。 错误是:

Could not find reverse address for 64.233.162.26 (26.162.233.64.in-addr.arpa.). PTR record(s) for the address could not be found in the .arpa-zone. (ip6.arpa. for IPv6 addresses and in-addr.arpa. for IPv4). Could not find reverse address for 64.233.189.27 (27.189.233.64.in-addr.arpa.). PTR record(s) for the address could not be found in the .arpa-zone. (ip6.arpa. for IPv6 addresses and in-addr.arpa. for IPv4). Could not find reverse address for 2404:6800:4008:c07:0:0:0:1b (b.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.7.0.c.0.8.0.0.4.0.0.8.6.4.0.4.2.ip6.arpa.). PTR record(s) for the address could not be found in the .arpa-zone. (ip6.arpa. for IPv6 addresses and in-addr.arpa. for IPv4). Could not find reverse address for 64.233.189.26 (26.189.233.64.in-addr.arpa.). PTR record(s) for the address could not be found in the .arpa-zone. (ip6.arpa. for IPv6 addresses and in-addr.arpa. for IPv4). Could not find reverse address for 2404:6800:4008:c07:0:0:0:1b (b.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.7.0.c.0.8.0.0.4.0.0.8.6.4.0.4.2.ip6.arpa.). PTR record(s) for the address could not be found in the .arpa-zone. (ip6.arpa. for IPv6 addresses and in-addr.arpa. for IPv4). 

有人可以帮忙吗?

谢谢!

DNS服务器具有caching,每个更改都需要时间才能完全适用于所有DNS服务器。 它可能会在几个小时内修复。 你可以试试nslookup -type=ns 64.233.162.26来得到一个非caching的答案

正如我在前面的评论中提到的那样,问题中提到的地址属于Google,因此这些地址是否具有反向的PTRlogging最终取决于Google。

我还没有真正挖掘出所有这些地址可能是什么(也许Pingdom提供给你的信息?),但例如64.233.189.26似乎是与ASPMX4.GOOGLEMAIL.COM相关联的地址ASPMX4.GOOGLEMAIL.COM 。 我是否正确地假设您在此域中使用Google Apps?

总而言之,缺乏逆向logging实际上是给你带来什么问题呢? 如果是这样,请联系服务提供商(Google)。