How to traceroute your domain from your pc ?

If you are using windows machine

1. Open Start menu
2. Click Run
3. Type cmd and press enter
4. In the command prompt type tracert domain.com and press enter
   You'll get the traceroute result from your pc to the domain.

If its a linux do the following steps,

1. Open terminal Window
2. Type tracert domain.com
    You can traceroute with an ip too.(Type tracert ipaddress)

If you are using Mac OS,


you can perform exactly same as how you did it in linux because Mac OS is unix based OS.
It also provides another option for tracerouting.
1. Go to the Applications folder > Utilities > Network Utility > Traceroute   and type the domain name or ip address in the following field "Please enter the network address to trace an internet route to".
2. Click Trace

  • 76 Users Found This Useful
Was this answer helpful?

Related Articles

How to check the status of ftp port?

  The port number of ftp is 21.   If you are using the linux os, just type the...

How to check the connection in linux,windows and mac OSs ?

  1.1) If you are using windows machine, then follow these stepsclick...