就帮忙 两台路由器用交叉线相连 配置了静态路由但只能ping通一个端口这是为什么啊

如题所述

路由器一:
interface f1/0
ip add 192.168.10.2 255.255.255.0
no shutdown
interface l0
ip add 192.168.0.100 255.255.255.0
no shutdown
路由器二:
interface f0/1
no sh
ip add 192.168.10.1 255.255.255.0
exit
ip route 192.168.0.0 255.255.255.0 192.168.10.2
温馨提示:内容为网友见解,仅供参考
第1个回答  2011-12-26
路由器2要有回指路由: 192.168.0.0 255.255.255.0 指向 192.168.10.2追问

可能我没讲清楚 是这图的路由器2 ping 192.168.10.2 能通但ping 192.168.0.100这个不能通

相似回答