re: Networking/File/Printer Sharing 4 Newbies
Friday, September 23, 2005 at 3:09 pm Windows XP Annoyances Discussion Forum
Posted by Dan Sarandrea, MCSE
(7132 messages posted)
To ping another computer:
Start>Run, type "cmd" without the quotes, click OK to open up a command prompt window.
At the command prompt, type "ping xxx.xxx.xxx.xxx" without the quotes to ping by
IP address.
At the command prompt, type "ping COMPUTER_NAME" without the quotes to ping by computer
name.
In situations where you can ping a computer by IP but not by name, that is an indicator
that there is something afoul with the DNS (domain naming system).
Here's what a good ping will return:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\DSarandrea>ping 192.168.0.1
Pinging 192.168.0.1 with 32 bytes of data:
Reply from 192.168.0.1: bytes=32 time<1ms TTL=127
Reply from 192.168.0.1: bytes=32 time<1ms TTL=127
Reply from 192.168.0.1: bytes=32 time<1ms TTL=127
Reply from 192.168.0.1: bytes=32 time<1ms TTL=127
Ping statistics for 192.168.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\Documents and Settings\DSarandrea>
|
All messages in this thread [show all]
 |  |  | re: Networking/File/Printer Sharing 4 Newbies (Dan Sarandrea, MCSE: Fri, Sep 23, 2005, 3:09 pm) |
| |
| |
| |
Return to the Windows XP Discussion Forum
|
|