web docta
03-13-2002, 10:42 PM
How do I go about pinging the hops to a website?
![]() | View Full Version : pinging routes web docta 03-13-2002, 10:42 PM How do I go about pinging the hops to a website? serve-you 03-13-2002, 10:49 PM Do you mean a trace route? -Dan allan 03-13-2002, 10:57 PM If you are on a windows machine, the command is: tracert domain If you are on a *nix machine the command is: traceroute (or /usr/sbin/traceroute) domain If you are a real admin on a *nix box, then you have it aliased to: tr domain If you are on a cisco router: gw1#>traceroute domain web docta 03-14-2002, 10:38 PM Thanks for your help guys, but could you be a little more specific? Lets say I wanted to trace the route for yahoo, what is the exact command that I need to type in my command prompt? Thanks. allan 03-14-2002, 10:43 PM Not sure how much more specific you are looking for, but since you said the words command line, I assume you are on a Windows machine, which is the first example I gave you: tracert www.yahoo.com web docta 03-14-2002, 10:46 PM Thanks Uuallan, Got it! bitserve 03-15-2002, 05:53 AM If you really wanted to "ping" the hops, you can use ping -R (although not in the default ping command with windows). :) |