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

How do I flush my DNS cache?

Windows Go to Start > Run Type "cmd" and hit enter Type "ipconfig /flushdns" and hit enter...

Why did my site disappear after assigning a new IP address?

When you request a new IP address for your site you'll notice that your site is no longer...

What is Cron?

Cron jobs are a scheduled shell commands

PHP Limits for Shared Hosting & Resellers

PHP has been configured to use the following settings on our shared and reseller servers: safe...

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...