Packet tracer problem
Hello folks! i am trying to set up a lab that can show the differences between RIP an OSPF, but i have a problem that is getting me crazy. i create the topology:
host A > Switch 1 > router 1 > router 2 > switch 2 > host B
Router 2 can ping host A and B
Router 1 can ping host A and B
But the host A only ping until router 1 Wan interface
and host B only ping until router 2 Wan interface
The host under the ip 192.168.21.200/24 can ping 10.10.10.1/30 but can't ping 10.10.10.2/30
I already check all the IP's, masks and the gateways for both hosts.
It seens something wrong with the routers.
router table picture
i tryed to upload the packet tracer .pkt file but got a error! if someone can help me out would be great.
host A > Switch 1 > router 1 > router 2 > switch 2 > host B
Router 2 can ping host A and B
Router 1 can ping host A and B
But the host A only ping until router 1 Wan interface
and host B only ping until router 2 Wan interface
The host under the ip 192.168.21.200/24 can ping 10.10.10.1/30 but can't ping 10.10.10.2/30
I already check all the IP's, masks and the gateways for both hosts.
It seens something wrong with the routers.
router table picture
i tryed to upload the packet tracer .pkt file but got a error! if someone can help me out would be great.
Comments
-
Ramair2k Member Posts: 32 ■■□□□□□□□□Delete your existing routes on both routers and advertise your networks as classful
Router1
Router rip
Network 10.0.0.0
network [URL="tel:192.168.21.0"]192.168.21.0[/URL]
router2
Router rip
network 10.0.0.0
network [URL="tel:192.168.22.0"]192.168.22.0[/URL] -
bassualdo Registered Users Posts: 2 ■□□□□□□□□□Thanks a lot my friend. it turns out that what was missing was to advertise the networks 192.168.2x.xxx. i tought that because they were direct connect to the router it wasn't necessary to advertise that. i tought that the router should know that route already.
-
kmcintosh78 Member Posts: 195To do it right, don't forget to redistribute RIP to OSPF and so on.What I am working on
CCNP Route (Currently) 80% done
CCNP Switch (Next Year)
CCNP TShoot (Next Year)