networking - Need help on Network Prefix and Pings -


vms _________ ip address of eth0 __________ network mask

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

results:

from pc1 ping pc3 -> successful

from pc1 ping pc2 -> successful

from pc1 ping pc4 -> error (100% packet loss)

from pc4 ping pc1 -> network unreachable

from pc2 ping pc4 -> network unreachable

from pc2 ping pc3 -> network unreachable


can explain why pc1 pc4 error , why pc4 pc1 network unreachable?

does have network prefixes?

all addresses in 10.0.1.0/24 network. putting different masks on them cause nothing grief.

pc4 in network 10.0.1.112/28 can pc1 through it's gateway, therefore can't respond pings pc1. pc1 thinks it's in same network @ address of pc4, don't network unreachable error, pc4 can't respond ping times out.


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -