How do I ping PC1 to PC3?

in Off-Topic
Hi!
Im just a newbie here and in Packet Tracer.
Here is my question: How do I ping PC1 to PC3?
i have 2 PCs (PC 1 and PC 2) connected to Router1 (2621xm) and Router1 is connected to Router2 (2621xm) via Serial Cable and the PC3 is connected to Router2.
The config for PC1 is
10.10.1.100/8
Gateway is 10.10.1.1
PC2 is
192.168.10.20/24
GW is 192.168.10.1
Router 1 is
Serial0/0 192.168.1.1/24
Fast0/0 192.168.10.1/24
Fast0/1 10.10.1.1/8
Router2 is
Serial0/0 192.168.1.2/24
Fast1/0 172.16.20.1/16
PC3 is
172.16.20.20/16
gw 172.16.20.1/16
i am able to ping Pc1 to pc2 but not to pc3.
it says reply from (ip address): destination host unreachable
can someone help me please?
thank you.
Im just a newbie here and in Packet Tracer.
Here is my question: How do I ping PC1 to PC3?
i have 2 PCs (PC 1 and PC 2) connected to Router1 (2621xm) and Router1 is connected to Router2 (2621xm) via Serial Cable and the PC3 is connected to Router2.
The config for PC1 is
10.10.1.100/8
Gateway is 10.10.1.1
PC2 is
192.168.10.20/24
GW is 192.168.10.1
Router 1 is
Serial0/0 192.168.1.1/24
Fast0/0 192.168.10.1/24
Fast0/1 10.10.1.1/8
Router2 is
Serial0/0 192.168.1.2/24
Fast1/0 172.16.20.1/16
PC3 is
172.16.20.20/16
gw 172.16.20.1/16
i am able to ping Pc1 to pc2 but not to pc3.
it says reply from (ip address): destination host unreachable
can someone help me please?
thank you.
Comments
So on Router 1 you need the following static route:
ip route 172.16.0.0 255.255.0.0 192.168.1.2
And on router 2 you need the following:
ip route 192.168.10.0/24 192.168.1.1
ip route 10.0.0.0 255.0.0.0 192.168.1.1
Hope that helps
Dave
So you either need to set up static routing (ie tell the router, if you want to reach these networks, send the traffic this way), or use a routing protocol (basically so the routers can talk to each other and say "yeah, I have access to these networks and if you want to reach them, just send the traffic my way.")
The other thing to remember with pings, is that you need to path to the destination (to send the ping request), and also the path back (to receive the reply) - so router 1 needs to know how to get to router 3's networks AND router 3 needs to know how to get to router 1's networks.
Enjoy!
https://www.youtube.com/watch?v=sAKgfi0tZZM&list=FLGjxuEBzQ5OBWJFKCOLsCAg&index=7
My ultimate career goal: To climb to the top of the computer network industry food chain.
"Winning means you're willing to go longer, work harder, and give more than anyone else." - Vince Lombardi