How do I use traceroute?

Traceroute is a tool used for diagnosing network-related issues. It does this by displaying the route to the destination specified - a domain name or an IP address - and records how long it takes packets to reach that destination. Occasionally we may ask you to perform a traceroute. Here's how to do it on our 3 hosting platforms:

Windows

  • Click 'Start'
  • Type in ​Run and then click on the icon that appears (a box should open)
  • Type cmd and then press OK to open command prompt
  • In the window that appears, type in: tracert yourdomain.com (or the IP address depending on the issue) and then press 'Enter'.

Apple iOS

  • Browse to Applications -> Utilities -> Network Utility -> Traceroute
  • Enter the domain or IP address you need to diagnose, then select Trace

Linux

  • Open a Terminal window
  • Type: traceroute yourdomain.com (or replace 'yourdomain.com' with an IP address if requested to do so)
  • 0 Els usuaris han Trobat Això Útil
Ha estat útil la resposta?

Articles Relacionats

How do I set up a cron job?

You can set up a cron job or 'scheduled task' in the Scheduled Tasks section of your hosting...

How do I use the File Permissions Checker?

The File Permissions Checker allows you to easily view and fix file permission issues which don't...

Is ImageMagick supported?

ImageMagick - the open-source image tool - is supported. We currently run Version 6.7.2. The path...

Can I enable GZIP Web Server Compression?

Gzip is a great of compressing files for faster network transfers - helping them load faster, so...

Can you update the version of cURL on your webservers?

Occasionally, applications in your webspace may run checks to help ensure your website is secure....