我在以下虚拟机管理程序上安装了 CentOS 虚拟机 -VMWare Workstation 8 今天早上我突然无法 PING 网关。但我可以从主机 PING 同一个网关。
以下是我捕获的一些输出,可帮助分析此问题的根本原因。
[root@localhost ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0C:29:40:33:C9
inet addr:172.16.192.133 Bcast:172.16.195.255 Mask:255.255.252.0
inet6 addr: fe80::20c:29ff:fe40:33c9/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1083 errors:0 dropped:0 overruns:0 frame:0
TX packets:5693 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:147336 (143.8 KiB) TX bytes:239650 (234.0 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:6041 errors:0 dropped:0 overruns:0 frame:0
TX packets:6041 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:612224 (597.8 KiB) TX bytes:612224 (597.8 KiB)
昨晚运行正常。以下是相关命令的一些附加输出 172.16.192.1 是默认网关的 IP 地址
[root@localhost ~]# ping 172.16.192.1
PING 172.16.192.1 (172.16.192.1) 56(84) bytes of data.
From 172.16.192.133 icmp_seq=1 Destination Host Unreachable
From 172.16.192.133 icmp_seq=2 Destination Host Unreachable
root@localhost ~]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
172.16.192.0 0.0.0.0 255.255.252.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1002 0 0 eth0
0.0.0.0 172.16.192.1 0.0.0.0 UG 0 0 0 eth0
答案1
您的客户端 IP 是静态的吗?您是否意外更改了虚拟机的网络适配器?
据我了解,您的主机可以访问网关,但您的客户端却不能,但您的客户端仍然有一个 IP 地址