我正在运行一个托管五个不同域的 VPS。一切都很好,直到我想使用我们的非活动域来设置 Google for Business Apps。我无法验证该域,因为该域上的 DNS 确实一团糟。对我来说,设置看起来与其他工作正常的设置没有什么不同。这是一个不受管理的 VPS,所以我希望这里的人可能会看到哪里出了问题。
服务器使用它自己的名称服务器,这些服务器在注册商处正确设置。他们是这样的:
我的第一个域 plangator.com 主要在 intodns 上报告正常。这是它的区域文件:
; Zone file for plangator.com
$TTL 14400
plangator.com. 86400 IN SOA ns1.lamardesigngroup.com. rlamar4088.aol.com. (
2016020105 ;Serial Number
86400 ;refresh
7200 ;retry
3600000 ;expire
86400 ;minimum
)
plangator.com. 86400 IN NS ns1.lamardesigngroup.com.
plangator.com. 86400 IN NS ns2.lamardesigngroup.com.
plangator.com. 14400 IN A 212.1.213.8
localhost 14400 IN A 127.0.0.1
plangator.com. 14400 IN MX 0 plangator.com.
mail 14400 IN CNAME plangator.com.
www 14400 IN CNAME plangator.com.
ftp 14400 IN …Run Code Online (Sandbox Code Playgroud)