03-02-2020 06:29 AM
I have attached the topology I've implemented but when I try pinging the PCs from other, I get the 'Destination Host Unreachable' message.
Solved! Go to Solution.
03-02-2020 09:10 AM - edited 03-02-2020 09:13 AM
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...
03-02-2020 06:39 AM
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
03-02-2020 07:55 AM
Yeah rectified the error but still the same !
03-02-2020 08:11 AM
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
03-02-2020 08:27 AM
Yeah that's exactly how they look now ! Still I'm getting the 'Destination Host unreachable' error when I try pinging PC1 from PC0.
03-02-2020 08:38 AM
03-02-2020 08:51 AM
03-02-2020 08:59 AM
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:\>
03-02-2020 09:02 AM - edited 03-02-2020 09:02 AM
Seems to be working for you. Still not working for me. I am using PT 5.0 though
03-02-2020 09:10 AM - edited 03-02-2020 09:13 AM
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...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide