cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
821
Views
0
Helpful
9
Replies

Unable to implement static routing topology for 3 routers in Packet Tracer 5.0

Pratheek_Menon
Level 1
Level 1

I have attached the topology I've implemented but when I try pinging the PCs from other, I get the 'Destination Host Unreachable' message.

1 Accepted Solution

Accepted Solutions

Hello,

 

that might be the problem. Version 5.0 is ancient. Can you download and install 7.3.0 ?

 

Post your email address in order to send you the link for the download of the latest version...

View solution in original post

9 Replies 9

Hello,

 

your problem is simple: there is a typo in your static routing on Router 1:

 

ip route 192.168.5.0 255.255.255.0 192.168.4.2
ip route 192.68.1.0 255.255.255.0 192.168.2.1 --> this needs to be 168
ip route 192.168.2.0 255.255.255.0 192.168.2.1
ip route 192.168.4.0 255.255.255.0 192.168.4.2

Yeah rectified the error but still the same !

Hello,

 

post the running config of Router 1 (show run). Make sure the static routes look like below:

 

ip route 192.168.5.0 255.255.255.0 192.168.4.2
ip route 192.168.2.0 255.255.255.0 192.168.2.1
ip route 192.168.4.0 255.255.255.0 192.168.4.2
ip route 192.168.1.0 255.255.255.0 192.168.2.1

Yeah that's exactly how they look now ! Still I'm getting the 'Destination Host unreachable' error when I try pinging PC1 from PC0.

Hello,

 

post your (zipped) project file again.

 

Attached is the working version (you need PT 7.3.0 to open it)...

This is the zip file

Hello,

 

these are the PING results from PC0, using the file you just sent:

 

Packet Tracer PC Command Line 1.0
C:\>ping 192.168.3.2

Pinging 192.168.3.2 with 32 bytes of data:

Request timed out.
Reply from 192.168.3.2: bytes=32 time=3ms TTL=126
Reply from 192.168.3.2: bytes=32 time=1ms TTL=126
Reply from 192.168.3.2: bytes=32 time=1ms TTL=126

Ping statistics for 192.168.3.2:
Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 3ms, Average = 1ms

C:\>ping 192.168.5.2

Pinging 192.168.5.2 with 32 bytes of data:

Request timed out.
Reply from 192.168.5.2: bytes=32 time=3ms TTL=125
Reply from 192.168.5.2: bytes=32 time=11ms TTL=125
Reply from 192.168.5.2: bytes=32 time=2ms TTL=125

Ping statistics for 192.168.5.2:
Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 11ms, Average = 5ms

C:\>

Seems to be working for you. Still not working for me. I am using PT 5.0 though

Hello,

 

that might be the problem. Version 5.0 is ancient. Can you download and install 7.3.0 ?

 

Post your email address in order to send you the link for the download of the latest version...

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card