Here is a picture of my network:
I am having trouble setting up static routes with my subnets. I have only started with Router1 so far. I can ping both interfaces of Router2 and Router3 from Router1 so far, as well as all 3 switches, but I cannot ping the PCs on Networks 192.168.2.0 and 192.168.3.0.
So far, the only static routes I setup are the following (from the show ip route command):
S 192.168.2.0/24 [1/0] via 192.168.4.2
S 192.168.3.0/24 [1/0] via 192.168.5.2
All of the end devices are on subnets 192.168.20.0 and 192.168.30.0, so I think I have to do something with that, but I can't figure it out. Here is a full show ip route:
C 192.168.1.0/24 is directly connected, FastEthernet0/0
S 192.168.2.0/24 [1/0] via 192.168.4.2
S 192.168.3.0/24 [1/0] via 192.168.5.2
C 192.168.4.0/24 is directly connected, Serial2/0
C 192.168.5.0/24 is directly connected, Serial3/0
C 192.168.20.0/24 is directly connected, FastEthernet0/0.20
C 192.168.30.0/24 is directly connected, FastEthernet0/0.30