cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
533
Views
0
Helpful
5
Replies

failed sending packets from one route to other route

Screenshot_20240126_120848.pngScreenshot_20240126_120901.png

 

can someone tell me what is the mistake I did 

 

1 Accepted Solution

Accepted Solutions

M02@rt37
VIP
VIP

Hello @kiranchoudari020403 

On router0 add this route:

M02rt37_0-1706254926525.png

Note that you could delete these 3 statics routes and add only one default route:

ip route 0.0.0.0 0.0.0.0 3.3.3.2

 

On router2 add this route:

M02rt37_1-1706254994259.png

You should be able to ping each PC each other now.

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

View solution in original post

5 Replies 5

M02@rt37
VIP
VIP

Hello @kiranchoudari020403 

On router0 add this route:

M02rt37_0-1706254926525.png

Note that you could delete these 3 statics routes and add only one default route:

ip route 0.0.0.0 0.0.0.0 3.3.3.2

 

On router2 add this route:

M02rt37_1-1706254994259.png

You should be able to ping each PC each other now.

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

i am still getting failed

Which fail please @kiranchoudari020403  ?

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

M02rt37_0-1706259383793.png

 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

Hello,

all routes are wrong because you are matching /24 networks, while in reality you have configured /8 networks. On Router0 and Router2 you only need a default route, on R1 you need two static routes pointing to the respective /8 networks. Attached the revised file...