Hoster与服务器一起提供自己的DNS服务器。在具有主机DNS的物理服务器上,解析器可以工作,但是当我使用相同的DNS主机安装KVM / QEMU虚拟服务器时,ping通过,站点的地址没有解析。
当我更改为公共谷歌8.8.8.8 -一切正常运作,如预期。我换回DNS主机,重新启动-- ping是开的,没有解析。我怎样才能检查这个问题?
Hoster online net - DNS 62.210.16(6/7)
#mtr google.com
Failed to resolve host: Temporary failure in name resolution
# traceroute google.com
google.com: Temporary failure in name resolution
Cannot handle "host" cmdline arg `google.com' on position 1 (argc 1)
# mtr 62.210.16.6 --report
Start: Mon Jul 30 21:19:38 2018
HOST: hp1 Loss% Snt Last Avg Best Wrst StDev
1.|-- 163.172.216.1 0.0% 10 0.6 0.6 0.5 0.8 0.0
2.|-- 195.154.2.128 0.0% 10 0.4 0.6 0.4 0.7 0.0
3.|-- 195.154.2.108 0.0% 10 1.0 1.0 0.9 1.2 0.0
4.|-- 195.154.2.124 0.0% 10 0.7 0.7 0.7 0.8 0.0
5.|-- 195.154.1.224 0.0% 10 0.7 0.6 0.6 0.7 0.0
6.|-- 62.210.16.6 0.0% 10 0.3 0.4 0.3 0.4 0.0使用dns主机,traceroute 8.8.8.8工作,但很长时间- 2-3分钟.
# traceroute 8.8.8.8
traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets
1 163.172.216.1 (163.172.216.1) 0.607 ms 0.955 ms 0.894 ms
2 195.154.2.128 (195.154.2.128) 0.545 ms 0.487 ms 195.154.2.126 (195.154.2.126) 0.458 ms
3 195.154.2.106 (195.154.2.106) 0.579 ms 0.770 ms 0.640 ms
4 80.249.208.247 (80.249.208.247) 13.231 ms 13.352 ms 13.493 ms
5 108.170.241.193 (108.170.241.193) 13.271 ms 13.367 ms 13.306 ms
6 108.170.234.19 (108.170.234.19) 14.028 ms 216.239.50.197 (216.239.50.197) 14.305 ms 108.170.236.147 (108.170.236.147) 12.830 ms
7 8.8.8.8 (8.8.8.8) 10.722 ms 10.799 ms 10.528 ms发布于 2018-12-28 15:40:30
首先,您的主机DNS地址( cat /etc/cat)是什么?
我认为您需要检查hoster是否提供反向解析,尝试执行接下来的步骤:
dig example.com @YOUR_HOSTER(IP或DNS名称)https://stackoverflow.com/questions/51610170
复制相似问题