linux下能ping ip不能ping域名(转)

[root@Aaronwang ~]# ping www.baidu.com
ping: unknown host www.baidu.com
[root@Aaronwang ~]#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@Aaronwang ~]#cat /etc/host.conf
order bind,hosts
经过一翻查找后解决了,原因和方法如下:
[root@Aaronwang ~]# grep host /etc/nsswitch.conf
#hosts: db files nisplus nis dns
hosts:            files
主机只找文件不走dns,将其该成hosts:      files   dns   即可


mdev ---> 


posted @ 2011-09-08 09:56  规格严格-功夫到家  阅读(660)  评论(0编辑  收藏  举报