Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
troubleshooting:testing-connection-with-ping [2010-03-04 17:10:34]
garrett.plasky created
troubleshooting:testing-connection-with-ping [2010-03-04 17:11:10]
garrett.plasky
Line 1: Line 1:
 ======Testing Connectivity with Ping====== ======Testing Connectivity with Ping======
  
-=====Running Ping=====+=====Running Ping=====
 Ping is one of the first tools to use to point to point connectivity. It's run through the command prompt, but getting the basic information is quite easy: Ping is one of the first tools to use to point to point connectivity. It's run through the command prompt, but getting the basic information is quite easy:
  
-  To run ping, type Start > Run. +  To run ping, type Start > Run. 
-  Type <c>cmd</c> in the Run window, and click OK. A black and white command line window pops up. +  Type <c>cmd</c> in the Run window, and click OK. A black and white command line window pops up. 
-  Type <c>ping</c> followed by an IP address or a DNS address. +  Type <c>ping</c> followed by an IP address or a DNS address. 
-  Press Enter to execute the command. Examples:+  Press Enter to execute the command. Examples:
     * <c>ping 1.1.1.1</c>, where 1.1.1.1 is the IP of your server with us. If the result is "Request timed out", then the computer is not making a connection to your server.     * <c>ping 1.1.1.1</c>, where 1.1.1.1 is the IP of your server with us. If the result is "Request timed out", then the computer is not making a connection to your server.
     * <c>ping www.yourdomain.com</c>, will test if your computer can connect to the server and also resolve your domain name properly (DNS test).     * <c>ping www.yourdomain.com</c>, will test if your computer can connect to the server and also resolve your domain name properly (DNS test).