How do I perform a traceroute?

From Windows, go to:

Start Menu -> Click Run... -> Type in "cmd" and click OK -> When the DOS prompt opens type in "tracert server.ip" replacing server.ip with the IP of the server your site is on.

From Mac, go to:

Open Macintosh HD/Applications/Utilities/Terminal -> Type in "traceroute server.ip" replacing server.ip with the IP of the server your site is on.

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Can I change my domain name?

Yes you can, if you like to change your domain name from domain1.com to domain2.com please open...

Is my site down?

If you can't reach your site, first make sure you have a connection to the internet and you can...

CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set

If you have a cURL script that tries to use CURLOPT_FOLLOWLOCATION you might get the following...

I can't connect to my database from home

We have turned off remote MySQL access at the firewall level to increase security on the server.

SMTP is not working in my script

You will need to change the SMTP server setting from "mail.yourdomain.com" to "localhost".