六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 824|回复: 0

linux下能ping ip不能ping域名详解

[复制链接]
 楼主| 发表于 2014-12-16 12:22:57 | 显示全部楼层 |阅读模式
linux下能ping ip不能ping域名详解
今天在开发的同事来说,内网不能通过域名访问自己的服务器!然后做了下面的测试发现这样的问题:  [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 即可!


首先检查dns配置文件:/etc/resolv.conf,看下dns配置正确否;
  然后检查此文件:/etc/nsswitch.conf第38行,是否有dns,即hosts : files   dns
  这两项满足就解决了,有人说检查防火墙是否开通53端口,我没有添加端口就能访问了,我觉得和防火墙没关系。


linux下能ping ip不能ping域名详解

参考:
http://www.3lian.com/edu/2013/04-24/66744.html
http://blog.163.com/coco_blog/bl ... 930201063014836855/


该会员没有填写今日想说内容.
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表