【发布时间】:2016-05-11 22:06:48
【问题描述】:
VMS _________ eth0 的 IP 地址 __________ 网络掩码
PC1 __________ 10.0.1.100 / 24 __________ 255.255.255.0
PC2 __________ 10.0.1.101 / 28 __________ 255.255.255.240
PC3 __________ 10.0.1.120 / 24 __________ 255.255.255.0
PC4 __________ 10.0.1.121 / 28 __________ 255.255.255.240
结果:
从 PC1 ping PC3 -> 成功
从 PC1 ping PC2 -> 成功
从 PC1 ping PC4 -> 错误(100% 丢包)
从 PC4 ping PC1 -> 网络不可达
从 PC2 ping PC4 -> 网络不可达
从 PC2 ping PC3 -> 网络不可达
谁能解释一下为什么 PC1 到 PC4 是错误的,为什么 PC4 到 PC1 网络不可达?
它必须对网络前缀做些什么吗?
【问题讨论】:
标签: networking