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:
- Click on the "Start Orb" and then type "Command Prompt" in the "Start Search" field.
- From the search results, click on the "Command Prompt" icon that's listed under "Programs."
- 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 Dreamnix.com or ping -n 50 Dreamnix.com > ping.txt
- 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.
- 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:
- From the Start Menu, select: RUN
- Type: cmd
- 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 Dreamnix.com or ping -n 50 Dreamnix.com > ping.txt
- 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.
- 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:
- Click on the "Start Orb" and then type "Command Prompt" in the "Start Search" field.
- From the search results, click on the "Command Prompt" icon that's listed under "Programs."
- After the "Command Prompt" window is open, type: tracert [hostname]
- (without the brackets)
- Example: tracert HostingAccountDomain.com
- 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:
- From the Start Menu, select: RUN
- Type: cmd
- In the popup window, type: tracert [hostname]
- (without the brackets)
- Example: tracert Dreamnix.com
- 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
- Right click in the Command Prompt Screen
- Select: Select All
- Press Enter Key (This will copy the text)
- Open Notepad
- Right click in Notepad screen
- Select: Paste
Article ID: 67, Created: July 2, 2012 at 2:30 AM, Modified: July 2, 2012 at 2:30 AM