綠色資源網(wǎng):您身邊最放心的安全下載站! 最新軟件|熱門排行|軟件分類|軟件專題|廠商大全

綠色資源網(wǎng)

技術(shù)教程
您的位置:首頁操作系統(tǒng)linux → linux下能ping ip不能ping域名

linux下能ping ip不能ping域名

我要評(píng)論 2013/04/23 13:12:46 來源:綠色資源網(wǎng) 編輯:m.sonlywya.cn [ ] 評(píng)論:0 點(diǎn)擊:316次

今天在開發(fā)的同事來說,內(nèi)網(wǎng)不能通過域名訪問自己的服務(wù)器!然后做了下面的測(cè)試發(fā)現(xiàn)這樣的問題:

[root@itmop ~]# ping m.sonlywya.cn

ping: unknown host m.sonlywya.cn

[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

經(jīng)過一翻查找后解決了,原因和方法如下:

[root@itmop ~]# grep host /etc/nsswitch.conf

#hosts: db files nisplus nis dns

hosts: files

主機(jī)只找文件不走dns,將其該成hosts: files dns 即可!

關(guān)鍵詞:linux,ping

閱讀本文后您有什么感想? 已有 人給出評(píng)價(jià)!

  • 0 歡迎喜歡
  • 0 白癡
  • 0 拜托
  • 0 哇
  • 0 加油
  • 0 鄙視