問題描述
解決方法
1.首先確定已經連線上路由器,並且路由器能夠訪問外網,可以通過訪問閘道器進行確定
[root@localhost ~]# 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=2.96 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=1.75 ms
如果確定網路沒問題的情況下, 可以通過如下步驟尋找解決辦法:
1) 確定設定了網域名稱伺服器, 沒有的話, 建議設定google的公共dns服務, 它應該不會出問題的 8.8.8.8
[root@localhost ~]# cat /etc/resolv.conf //檢視是否設定網域名稱伺服器
[root@localhost ~]# vi /etc/resolv.conf
加入下面兩行:
nameserver 8.8.8.8
nameserver 8.8.4.4
2) 確保閘道器已設定
檢視命令 :
# grep gateway /etc/sysconfig/network-scripts/ifcfg*
/etc/sysconfig/network-scripts/ifcfg-eth0:gateway=192.168.40.1
如果未設定, 則通過如下方式增加閘道器:
route add default gw 192.168.40.1
或者手工編寫/etc/sysconfig/network-scripts/ifcfg*檔案後, 重啟network服務:
# service network restart
3) 確保可用dns解析
# grep hosts /etc/nsswitch.conf
hosts: files dns
centos虛擬機器Ping不通閘道器
今天在vmware中安裝了centos mini版本,安裝完成後,用xshell連線一直連不上,本來以為是mini版本沒有安裝ssh server,於是就用命令 yum search ssh結果報錯 could not retrieve mirrorlist 網上說是沒有配置resolv.conf,...
vip位址能ping不通 ping不通的幾種情況
一 為什麼ping 不通?ping 不通也有好幾種返回資訊的 ping 不成功的返回資訊有 request timed out destination net unreachable 和 ba d ip address 還有 source quench received request timed ...
ping不通內網ip
這兩天伺服器出現了奇怪的事情,我們公司有兩台伺服器,放在同乙個機房。乙個123.196.113.4和123.196.113.5,我登入123.196.113.4,ping不通123.196.113.5,出現 from 123.196.113.5 icmp seq 1 destination host...