tracerouteと同じようなcmdとしてwindowsにはtracertなるものがある。
基本的な動作はtracerouteと同じだと思っていたが、片方だけがtrace可能となるcaseがあることが判明
How do Unix and Windows traceroute differ?から引用。
The difference is that Unix/Linux `traceroute` uses UDP (User Datagram Protocol) packets to a random high port number, while Microsoft Windows uses ICMP (Internet Control Message Protocol) packets.両方使えるなら使い分けた方がよさげ。
This difference is critical when trying to understand why traceroute sometimes fails. The firewall rulesets and the router Access Control Lists (ACLs) between you and the destination must be examined to determine if they allow UDP high ports and/or ICMP.