描述1
- centos 系统, 安装好 nslookup 之后, 通过命令 nslookup <url> <dns-server> 来测试响应.
- 问题来了:
- nslookup <url> 223.5.5.5 成功返回
nslookup <url> 61.139.2.69 提示:
;; connection timed out; no servers could be reached
- 上面的 IP 都能 PING 通
- 通过 zc 发送 udp 包到 53 端口, 只有 61.1.39.2.69 这 IP 超时
描述2
- 这台服务器还有死活 ping 不通某个 IP-A 的情况
- 而 tracert 又能看到抵达对方网关
依赖
- centos7.5
- selinux disabled 状态
- firewalld stop/disable 状态
- iptables --list 检查无误
百思不得其解, 求大神分析下, 我这台服务器怎么了?
描述1:
说明61.1.39.2.69 这个dns服务器有问题,无法给你正常响应dns解析。
描述2:
极有可能网络是正常的,只是对方设置了禁ping,所有的ping包都不回应。