Troubleshoot Internet Connection Problems
Troubleshoot Internet Connection Problems
The ping command sends ICMP echo request packets to a destination. For example, you could run
ping google.com or ping 173.194.33.174 to ping a domain name or IP address.
These packets ask the remote destination to reply. If the remote destination is configured to reply, it
will respond with packets of its own. Youll be able to see how long the round-trip time is between
your computer and the destination. Youll see a request timed out message if packet loss is
occurring, and youll see an error message if your computer cant communicate with the remote
host at all.
This tool can help you troubleshoot Internet connection problems, but bear in mind that many
servers and devices are configured not to reply to pings.
nslookup
The nslookup command will look up the IP addresses associated with a domain name. For example,
you can run nslookup howtogeek.com to see the IP address of How-To Geeks server.
whois
The whois command looks up the registration record associated with a domain name. This can show
you more information about who registered and owns a domain name, including their contact
information.