How to Ping the loopback address to verify that TCP/IP is installed and correctly configured on the local computer?
- Ping the loopback address to verify that TCP/IP is installed and correctly configured on the local computer. To do this, type the following command:ping 127.0.0.1If the loopback test fails, the IP stack is not responding. This problem may occur if any one or more of the following conditions is true:
- The TCP drivers are corrupted.
- The network adapter is not working.
- Another service is interfering with IP.
- Ping the IP address of the local computer to verify that the computer was correctly added to the network. If the routing table is correct, this procedure just forwards the packet to the loopback address of 127.0.0.1. To do this, type the following command:ping IP address of local hostIf the loopback test succeeds but you cannot ping the local IP address, there may be an issue with the routing table or with the network adapter driver.
- Ping the IP address of the default gateway to verify that the default gateway is working and that you can communicate with a local host on the local network. To do this, type the following command:ping IP address of default gatewayIf the ping fails, you may have an issue with the network adapter, the router or gateway device, the cabling, or other connectivity hardware.
- Ping the IP address of a remote host to verify that you can communicate through a router. To do this, type the following command:ping IP address of remote hostIf the ping fails, the remote host may not be responding, or there may be a problem with the network hardware between computers. To rule out an unresponsive remote host, use Ping again to a different remote host.
- Ping the host name of a remote host to verify that you can resolve a remote host name. To do this, type the following command:ping Host name of remote hostPing uses name resolution to resolve a computer name into an IP address. Therefore, if you successfully ping an IP address but you cannot ping a computer name, there is a problem with host name resolution, not with network connectivity. Verify that DNS server addresses are configured for the computer, either manually in the properties of TCP/IP, or by automatic assignment. If DNS server addresses are listed when you type the ipconfig /all command, try to ping the server addresses to make sure that they are accessible.
-M S Ali
For more news and post kindly like my page:
http://facebook.com/msalionline
Follow me on Twitter:
http://twitter.com/msali43a
For more videos and updates kindly subscribe my channel:
http://youtube.com/msali4u2
Visit my Blog:
http://msalionline.blogspot.com
Visit website::
www.msali.com and www.msali.tk
http://facebook.com/msalionline
Follow me on Twitter:
http://twitter.com/msali43a
For more videos and updates kindly subscribe my channel:
http://youtube.com/msali4u2
Visit my Blog:
http://msalionline.blogspot.com
Visit website::
www.msali.com and www.msali.tk
Comments