cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
675
Views
0
Helpful
3
Replies

Problems with my network

DanR45
Level 1
Level 1

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.

2 Accepted Solutions

Accepted Solutions

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

View solution in original post

balaji.bandi
Hall of Fame
Hall of Fame

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  ?

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

3 Replies 3

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

balaji.bandi
Hall of Fame
Hall of Fame

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  ?

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

I got it to work by changing the ip addresses of routers 0 and 1. Also the gateways of all the computers.

Review Cisco Networking for a $25 gift card