A ping of the default gateway, which can be found using ipconfig, will show you whether or not you at least have basic network connectivity.
C:\Users\Manny>ping 192.168.1.1A ping of a site such as www.google.com or www.yahoo.com will show you not only whether or you can reach that system, but whether or not your DNS resolution is working.
Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.1.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\Users\Manny>ping www.google.comping with the -f and -l options is sometimes used to determine the MTU for a given connection, but that is a discussion for later.
Ping request could not find host www.google.com. Please check the name and
try again.
Remember because ping is a command line utility and it must be run from a Window's command window. There are two basic ways to do this:
Either,
1) Go to the Start menu and select Run...
In the the Run dialog enter cmd /k ping hostname or ip address
Or
2) Open a command window and then run ping hostname or ip address in the window
Note: For versions of windows earlier than XP, use command instead of cmd
No comments:
Post a Comment