General Network Troubleshooting Tools (Ping, Traceroute)

Miscellaneous questions and troubleshooting

Ping


Ping is a utility that forwards data packets to check the quality of a link or verify the connection of a machine to the Internet.

How to run a ping if your computer is Windows Vista or Windows7:
  1. Click on the "Start Orb" and then type "Command Prompt" in the "Start Search" field.
  2. From the search results, click on the "Command Prompt" icon that's listed under "Programs."
  3. After the "Command Prompt" window is open, type: ping [hostname], and enter
    • [hostname] means your domain name
    • (without the brackets)
    • If you wish to keep ping and get a more helpful result, you can type in ping -n 50 [hostname] > ping.txt
    • Example: ping myWindowsHosting.com  or  ping -n 50 myWindowsHosting.com > ping.txt
  4. If you use the keep ping command, it will run for few minutes, depending on the network speed. Once the diagnostic is complete, the results will be saved in a filed named ping.txt.
  5. If our Technical Support staff asked you to run a ping, please send them the text file for review.
How to run a ping if your computer is Windows 2000 or Windows XP:
  1. From the Start Menu, select: RUN
  2. Type: cmd
  3. In the popup window,type: ping [hostname], and enter
    • [hostname] means your domain name
    • (without the brackets)
    • If you wish to keep ping and get a more helpful result, you can type in ping -n 50 [hostname] > ping.txt
    • Example: ping myWindowsHosting.com  or  ping -n 50 myWindowsHosting.com > ping.txt
  4. If you use the keep ping command, it will run for few minutes, depending on the network speed. Once the diagnostic is complete, the results will be saved in a filed named ping.txt.
  5. If our Technical Support staff asked you to run a ping, please send them the text file for review.

Traceroute


A traceroute is a TCP/IP utility which allows the user to determine the route packets are taking to a particular host. A traceroute is useful in determining whether there is a network problem between your computer and our servers.

How to run a traceroute if your computer is Windows Vista or Windows 7:
  1. Click on the "Start Orb" and then type "Command Prompt" in the "Start Search" field.
  2. From the search results, click on the "Command Prompt" icon that's listed under "Programs."
  3. After the "Command Prompt" window is open, type: tracert [hostname]
    • (without the brackets)
    • Example: tracert HostingAccountDomain.com
  4. If the Technical Support staff asked you to run a traceroute, please capture the results and send them to us for review. If you are not familiar with how to capture information from the command prompt, please see below.
How to run a traceroute if your computer is Windows 2000 or Windows XP:
  1. From the Start Menu, select: RUN
  2. Type: cmd
  3. In the popup window, type: tracert [hostname]
    • (without the brackets)
    • Example: tracert myWindowsHosting.com
  4. If the Technical Support staff asked you to run a traceroute, please capture the results and send them to us for review. If you are not familiar with how to capture information from the command prompt, please see below.

How to capture results from the Command Prompt


To capture the results from the Command Prompt Screen
  1. Right click in the Command Prompt Screen
  2. Select: Select All
  3. Press Enter Key (This will copy the text)
  4. Open Notepad
  5. Right click in Notepad screen
  6. Select: Paste