0

每天我都会收到来自 cpanel 的以下电子邮件,我不知道这意味着什么,在当前配置中,我有一个 ns1.nameserver 的 ip 和一个 ns2.nameserver 的 ip,但顶级域名服务器映射到一个 ip 地址。但是没有办法在那里添加另一个 A 记录(我不知道如何)或者我想禁用这个通知,因为在网络中仍然一切正常......

The hostname (nameserver.com) resolves to 67.xxx. It should
resolve to 67.xxxx. Please be sure that the contents of
/etc/hosts are configured correctly, and also that there is a
correct 'A' entry for the domain in the zone file.

Some or all of these problems can be caused by /etc/resolv.conf
being setup incorrectly. Please check that file if you believe
everything else is correct.

You may be able to automatically correct this problem by using the
'Add an A entry for your hostname' option under 'Dns Functions' in
your Web Host Manager.
4

2 回答 2

1

解决问题的两种方法。

  1. 为 IP 和完全限定域名添加正确的 A 记录

  2. 根据 cPanel,它不应该在 NAT 后面运行,尽管许多人发现这确实有效。因此,您可以通过进入联系人管理器并禁用“IP 地址 dns 检查”选项来“修复”或停止此消息

于 2012-06-22T14:41:38.783 回答
0

您需要确保已为您的主机名正确添加 A 记录并将其分配给您的服务器的 IP 地址。例如,如果您的服务器主机名是 xyz.abcd.com,那么您需要在 abcd.com DNS 区域中添加 xyz A 记录并将其指向您的服务器 IP 地址。

于 2012-04-23T05:28:22.367 回答