为什么ping 不通别的机器?
网卡系统可以认,网络配置如下:
/etc/hosts
127.0.0.1 localhost server0
192.168.0.11 webser
________________
/etc/hostname.rtsl0()
webser
______________
/etc/netmasks
192.168.0.0 255.255.255.0
_______________
/etc/defaultrouter
192.168.0.1
________________
在ping 本机时候:
ping 127.0.0.1
127.0.0.1 is alive
ping 192.168.0.11
192.168.0.11 is alive
ping 网络中任何一台别的机器都ping 不通,