想请问下,在两台路由器互联,每个路由器各带一个PC的情况下,如何进行路由器配置
下面是我的配置:
router1
interface FastEthernet0/0
ip address 10.10.10.1 255.255.255.0
no ip route-cache
half-duplex
half-duplex
interface FastEthernet1/0
ip address 192.200.0.1 255.255.0.0
no ip route-cache
duplex auto
speed auto
ip route 0.0.0.0 0.0.0.0 192.200.0.2
router2
interface FastEthernet0/0
ip address 20.20.20.1 255.255.0.0
no ip route-cache
speed auto
half-duplex
no cdp enable
interface FastEthernet1/0
ip address 192.200.0.2 255.255.0.0
no ip route-cache
duplex auto
speed auto
no cdp enable
ip route 0.0.0.0 0.0.0.0 192.200.0.1
虚拟PC分别是VPC1 10.10.10.2连接router1的F0/0,VPC2 20.20.20.2连接router2的F0/0
router1的F1/0连接 router2的F1/0
实验结果:在两个路由器上,ping路由器端口都是通的,虚拟PC上ping所属路由器是通的,但ping对方路由器和虚拟PC都是不通的,想知道原因。谢谢大家
------解决方案--------------------
show run看看...
------解决方案--------------------
router2 的Fa0/0 为什么是半双工
再检查下路由 不行就全都配静态路由 不用默认路由
------解决方案--------------------
你的虚拟PC有没有默认网关的配置啊,否则跨网段PC怎么发包