我使用的是具有根访问权限的VPS。
使用WHM时,我遵循这里指令
I put the last octet in my ip address in the domain field.
left the TTL as 14400.
Set the record type to PTR
In the hostname field I put websitename.com这导致在命令行中执行主机时出现.in-addr.arpa not found: 2(SERVFAIL)。
然后我将以下内容放入我的resolv.conf中
search websitename.com
nameserver xx.xxx.xxx.xx (with the right ip address instead of the x's)
nameserver xx.xxx.xxx.xx
which resulted in xx.xxx.xxx.xx.in-addr.arpa domain name pointer websitename.com.检查dnsstuff.com仍然说没有反向DNS记录,但是我认为当它在24小时内更新时,它会说它在那里。
但我只想在24小时前再确认一下我是否做对了。
发布于 2010-11-05 14:21:13
除非您拥有网卡,否则不能为非RFC1918地址设置反向DNS。您需要让网卡所有者为您设置正确的反向条目(您的VPS提供程序),或者将控制权委托给您(如果您只使用一个VPS比它的价值更多的麻烦,他们可能无论如何也不会这么做)。
https://serverfault.com/questions/198618
复制相似问题