
How to Run a Traceroute and Report Network Connection Issues
A traceroute helps identify connection problems between your computer and a website's server. Here's how to run one on different operating systems:
Windows Instructions:
- Open Command Prompt:
- Click Start Menu
- Type "cmd" or search for "Command Prompt"
- Press Enter
- Type: tracert yourdomain.com (replace with actual domain)
- Press Enter
- Wait for results and copy the displayed information
Mac OS Instructions:
- Access Terminal:
- Open Spotlight Search
- Type "terminal"
- Click Terminal application
- Type: traceroute yourdomain.com (replace with actual domain)
- Press Enter
- Copy the results
Linux Instructions:
- Open Terminal
- Type: traceroute -I yourdomain.com (replace with actual domain)
- Press Enter
- Copy the results
Before Running a Traceroute:
- Clear your browser cache
- Try basic browser troubleshooting
- Verify if the issue is domain-related
Running a traceroute can help technical support identify:
- Where connection problems occur
- Network routing issues
- Server communication problems
- Points of failure in the connection path
After completing the traceroute, share the results with your technical support team for analysis.
Related Articles

How to Run a Traceroute for Domain Troubleshooting
