Troubleshooting Ping Procedure

If at any time during the ping procedure you do not receive a return message for a successful ping, this means that the address you are pinging has been changed and is causing a conflict or is no longer available. Check the address in the configuration pages and make any necessary corrections. After you have made the corrections, continue with the ping procedure.

Note: Linux users can perform steps 3 through 7 after opening a terminal.

  1. Open a command prompt as follows:

    All other Windows operating systems:

  2. Do one of the following: This displays IP configuration, including values like the following:

    IP Address: 192.168.1.2
    Subnet Mask: 255.255.255.0
    Default Gateway: 192.168.1.1 (This is the Default Gateway of your LAN)
    DNS Server: 192.168.1.1



    If you do not see information for the Ethernet adapter connection information, your computer is not communicating with your Ethernet adapter.

    If you receive a message that your media is disconnected, your computer is communicating with your adapter but has not received an IP address from your router. For wireless connections, verify that your wireless security settings for your adapter match the wireless security settings on your router.

    If you have an IP address of 169.254 or 0.0.0.0, verify that your wireless security settings for your adapter match the wireless security settings on your router and repair the network connection on your computer.
  1. Type Ping 127.0.0.1 and press ENTER. This is your local host address and this will ensure that the TCP/IP protocol is installed and functioning properly. If you cannot complete this ping, you must install the TCP/IP framework for your operating system. See your operating system documentation for information on how to install the TCP/IP framework.

  2. Type Ping followed by the IP address you recorded in step 2, and press ENTER. This will ensure that your computer is responding to requests. If you cannot complete this ping, make sure all the cables are properly connected and that all the correct drivers are installed.

  3. Type Ping followed by the LAN IP address, which is the Default Gateway you recorded in step 2, and press ENTER. This checks the communication with your router or wireless router. This will ensure that you can get to the router. If you can establish communication with the router, you can access the configuration pages and configure the settings. If you cannot complete this ping, make sure the power cord of the router is plugged in and that it is properly connected to your computer.

  4. Type Ping followed by the IP address provided by your ISP as the Default Gateway for your router's WAN interface. This is not the same as the Default Gateway for your LAN that you saw in step 2. This address can be obtained from the Status > General page of the router. This procedure will ensure that you have access to the Internet.

  5. Type Ping followed by the DNS Server address you recorded in step 2, and press ENTER. This will allow you to resolve valid Internet host names to IP addresses and to verify that you can access the Internet.

Return to Troubleshooting page