How to do traceroute under Windows, Linux and MacOS
Here are instructions on how to perform traceroute checks under different operating systems:
Windows
1. Open Start menu
2. Click Run
3. Type cmd and press Enter
4. In the command prompt type tracert yourdomain.com and press Enter.
Mac OS
Go to
Applications folder > Utilities > Network Utility > Traceroute
Type the domain or IP address in the field under “Please enter the network address to trace an internet route to” and click Trace.
You can also use this with an IP, i.e. 192.168.2.1
Linux
Open a terminal window and type the following command.
traceroute -I domain.com
The -I option is used to force the usage of ICMP protocol. You can do the same with an IP, i.e.
traceroute -I 192.168.2.1
Was this article helpful?