域www.dnsblchile.org不想解析为IP(服务器是从Hetzner自己的Debian Jessie映像安装的).所有其他域当然都能正确解析(我在解决任何其他域之前没有遇到任何问题 – 或者我以前没有发现它).
当我测试nslookup -type = A www.dnsblchile.org时,我得到:
;; Got SERVFAIL reply from 213.133.98.98,trying next server ;; Got SERVFAIL reply from 213.133.99.99,trying next server Server: 213.133.100.100 Address: 213.133.100.100#53 ** server can't find www.dnsblchile.org: SERVFAIL
所以这里没有正确的答案,但当我尝试使用8.8.8.8(谷歌)作为名称服务器,如nslookup -type = A www.dnsblchile.org 8.8.8.8我得到:
Server: 8.8.8.8 Address: 8.8.8.8#53 Non-authoritative answer: Name: www.dnsblchile.org Address: 66.23.231.212
所以一切都很好,我得到了适当的IP.
`/etc/resolv.conf’的内容(安装后默认)是:
### Hetzner Online GmbH installimage # nameserver config nameserver 213.133.98.98 nameserver 213.133.99.99 nameserver 213.133.100.100
如果我将8.8.8.8添加为/etc/resolv.conf的新条目,那么一切正常.
现在 – 在Hetzner名称服务器配置方面是否有问题,或者我只是使用8.8.8.8名称服务器(作为一种好的做法)?
我已经和Hetzner支持了两天,但是在这里没有共同点 – 听说他们的名字服务器都很好.
他们自己的域名服务器应该正确解析www.dnsblchile.org域名吗?
从支持更新:
..but as the domain are using nameservers which are not allowing requests from our resolvers the domain can not be resolved. If you want to resolve the domain you have to use other resolvers or maybe own resolvers,which are allowed to request the nameservers of the domain
现在 – 他们的名字服务员可能像他们所说的那样“被阻止”(我不是这里的专家)吗?
同样 – 使用例如通常的做法(如下面的答案所示)谷歌名称服务器,只是跳过Hetzner名称服务器设置?
我只是将谷歌名称服务器添加到列表(在/etc/resolv.conf文件的顶部或底部),我应该删除Hetzner名称服务器(或保留它们)?
解决方法
我经常把8.8.8.8和8.8.4.4(或2001:4860:4860 :: 8888,2001:4860:4860 :: 8844)扔进去忘记它.