今天在开发的同事来说,内网不能通过域名访问自己的服务器!然后做了下面的测试发现这样的问题:
[root@itmop ~]# ping www.downcc.com
ping: unknown host www.downcc.com
[root@itmop ~]#ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.537 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.430 ms
— 192.168.1.1 ping statistics —
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.430/0.483/0.537/0.057 ms
[root@itmop ~]#cat /etc/host.conf
order bind,hosts
经过一翻查找后解决了,原因和方法如下:
[root@itmop ~]# grep host /etc/nsswitch.conf
#hosts: db files nisplus nis dns
hosts: files
主机只找文件不走dns,将其该成hosts: files dns 即可!
相关文章
- 10-14能ping通域名,却不能上网
- 10-14netsh-winsock-reset;ping的通公网IP和DNS地址和内网网关,就是不能解析域名;
- 10-14解决redhat linux下IP地址可以ping通,域名无法ping通问题
- 10-14Linux 能PING IP 但不能PING 主机域名的解决方法 vim /etc/nsswitch.conf hosts: files dns wins
- 10-14Linux Ubuntu 能PING IP但不能PING主机域名的解决方法
- 10-14Linux(ubanto):可以ping通IP,但不能ping通域名
- 10-14Linux和Windows下ping命令详解
- 10-14Linux和Windows下ping命令详解(转:http://linux.chinaitlab.com/command/829332.html)
- 10-14VMware下虚拟机Linux中网络问题,设置静态IP后ping不通外网,或更换 WiFi 后 无法ping同外网
- 10-14Vmware linux CentOS 7 虚拟机 自动获取IP,解决虚拟机中CentOS不能ping局域网和不能上网的问题