cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1629
Views
0
Helpful
2
Replies

Destination Host Unreachable Issue in Packet Tracer

amStudent
Level 1
Level 1

 I am a student and i am unable to ping PCs from two different networks and i can't figure out what is wrong with my configuration.I have created a serial connection between two routers using RIP. I have attached my configuration.

1 Accepted Solution

Accepted Solutions

Hello,

 

there is no routing configured between the routers. The easiest way to resolve this is by adding:

 

router eigrp 1

network 0.0.0.0

no auto-summary

 

to each of the three routers. I have attached the revised, working file (saved in version 8.0).

View solution in original post

2 Replies 2

Hello,

 

there is no routing configured between the routers. The easiest way to resolve this is by adding:

 

router eigrp 1

network 0.0.0.0

no auto-summary

 

to each of the three routers. I have attached the revised, working file (saved in version 8.0).

Thank you, it worked.