Question:
Why my tracert are all time out?
L
2015-04-30 21:12:42 UTC
Hello! I am using and standard network at home but when i try to run a tracert on a site it always only shows the first 2 hops but 3 to 30 r all * * * Request time out. Can someone explain why this is happening? I also try tracert other site but still the same condition.
Four answers:
efflandt
2015-05-01 06:38:23 UTC
Tracert does use ICMP echo (ping) which is why it does not always work https://support.microsoft.com/en-us/kb/162326



Ping is not essential to networking, it is just a test tool "if" enabled. But ping packets with spoofed source address can be used in DoS attacks, so it is possible that your ISP blocks ping or certain Internet routers or sites might not respond to ping (or tracert). So some Linux versions have "tracepath" which might have better luck with alternate methods and ports that might not work for "tracert" or "traceroute".
anonymous
2015-04-30 21:48:07 UTC
The first hop would be your router, the second would be your ISP's router. What's probably happening is that your ISP's router is blocking traceroute packets. You can use traceroute in "ICMP" mode, which might be more successful.



Some versions of traceroute (eg on Linux) allow you to change from UDP to ICMP. Also, some versions of "ping" can record the route, similar to traceroute using ICMP.



For example, on Windows, run: ping -r9 10.1.2.3
Ruth T
2015-04-30 22:39:20 UTC
You may have a firewall configuration issue that prevents the packets from either getting out or getting back. Try again turning off your firewall.
Sundeep J
2015-05-01 08:16:13 UTC
meaning the device u r trying to ping is switch off


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...