cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2159
Views
15
Helpful
4
Replies

Ping between 2 PCs through 2 router 2811 using Ethernet port

Henry1601
Level 1
Level 1

I'm having a network diagram like this

Capture.PNG

I've made all the necessary configuration but it still not be able to ping between 192.168.100.10 to 192.168.102.10, even though there is connection between two networks.

Someone please help me. I'm student and I'm new to this.

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

Do you have static route for those network on R0 pointing to R1 and R1 pointing back to R0

 

1. From R0 are you able to ping 102.X  network

2. same R1 you able to 100.X IP address

3. Traceroute will give you some information where it blocking

BB

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

How to Ask The Cisco Community for Help

View solution in original post

4 Replies 4

balaji.bandi
Hall of Fame
Hall of Fame

Do you have static route for those network on R0 pointing to R1 and R1 pointing back to R0

 

1. From R0 are you able to ping 102.X  network

2. same R1 you able to 100.X IP address

3. Traceroute will give you some information where it blocking

BB

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

How to Ask The Cisco Community for Help

Thanks a lot for your help Balaji. I've made it.

Joseph W. Doherty
Hall of Fame
Hall of Fame

The two usual reasons for your issue, first is the one already described by Balaji, i.e. your routers don't have the routing information they need. Routers only "know", by default, about directly connected networks. R0 needs to know of 192.168.102.0/24 and R1 needs to know of 192.168.100.0/24. The two normal ways to accomplish this is to either add the needed route information, on each router, using static routes, or run a dynamic routing protocol between them, sharing the networks you want other routers to know about.

The second common reason is, for this problem, your PC hosts don't have their same network router interface IP as a gateway.

Hello,

 

in case you cannot get this to work with the information provided, post the zipped Packet Tracer project (.pkt) file here...