- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2021 09:47 AM
PC0 will not ping PC2. My static routes are 192.168.2.0/24 via 192.168.1.2 for R0 and 192.168.0.0/24 via 192.168.2.1 for R1. Some help is appreciated, thanks.
Solved! Go to Solution.
- Labels:
-
Other Routing
-
Routing Protocols
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2021 10:03 AM
Hello,
the static routes don't look right. You need:
Left router:
ip route 192.168.3.0 255.255.255.0 192.168.1.2
Right router:
ip route 192.168.2.0 255.255.255.0 192.168.1.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2021 10:08 AM
Look like either the diagram wrong or the configuration wrong?
Thinking Switch act as Layer 2 here both the side below concept should work as expected.
R0 FE configured 192.168.0.254 then your PC 0 and PC 1 should be in the same network right ? 192.168.0.1 gateway 192.168.0.254 same with PC1
R1 FE configured 192.168.2.254 then your PC 2 and PC 3 should be in the same network right ? 192.168.2.1 gateway 192.168.2.254 same with PC1
Ro point static route 0.0.0.0 0.0.0.0 192.168.1.2
R1 point static route 0.0.0.0 0.0.0.0 192.168.1.1
then PC0 able to ping PC2 and PC3, PC2 able to PC0 and PC1?
is this make sense ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2021 10:03 AM
Hello,
the static routes don't look right. You need:
Left router:
ip route 192.168.3.0 255.255.255.0 192.168.1.2
Right router:
ip route 192.168.2.0 255.255.255.0 192.168.1.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2021 10:08 AM
Look like either the diagram wrong or the configuration wrong?
Thinking Switch act as Layer 2 here both the side below concept should work as expected.
R0 FE configured 192.168.0.254 then your PC 0 and PC 1 should be in the same network right ? 192.168.0.1 gateway 192.168.0.254 same with PC1
R1 FE configured 192.168.2.254 then your PC 2 and PC 3 should be in the same network right ? 192.168.2.1 gateway 192.168.2.254 same with PC1
Ro point static route 0.0.0.0 0.0.0.0 192.168.1.2
R1 point static route 0.0.0.0 0.0.0.0 192.168.1.1
then PC0 able to ping PC2 and PC3, PC2 able to PC0 and PC1?
is this make sense ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2021 10:50 AM
I got it to work by changing the ip addresses of routers 0 and 1. Also the gateways of all the computers.
