English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

What is the proper way to ping a computer on your network? I would like details on how to do it.

2007-10-30 08:00:30 · 11 answers · asked by Jason B 2 in Computers & Internet Computer Networking

11 answers

First you need to know the IP address of the computer you want to ping (say it is 100.100.100.1)
If you do not know the address, click on Start and select Run
Type in: cmd
A Command Propmpt Window will open
Type in: ipconfig
Will display four lines of information with the IP address on the second line.

Then from another computer you click on Start and select Run
Type in: cmd
That will open a Command Prompt window
Type in: ping 100.100.100.1
(Of course you would use the real address, not 100.100.100.1)
I will ping that computer four times and report the results of each ping.

For more options when using ping, type in: ping /?
It will list all the additional ping commands for you.

2007-10-30 08:07:04 · answer #1 · answered by dewcoons 7 · 0 0

The ping tests a PC's capacity to successfully send a packet to another IP address and receive a response. For XP, at the command prompt, enter "ipconfig/all." If the TCP/IP confiruration is correct and an IP address is assigned, the IP address, subnet masks and default gateway apprear along with the adapter address. For dynamic IP addressing, if the PC cannot reach the DHCP server, then it assigns itself an IP address. The results of the Iconfig command shows the IP address as the IP Autoconfiguration Address. To check the address, try a loopback address test. Enter Ping 127.0.0.1 at the command prompts and if it works TCP/IP is likely to be configured correctly. If you get errors up to this point, assume that the problem is on your PC.

2007-10-30 08:29:28 · answer #2 · answered by Joey C 2 · 0 0

PING stands for Packet INternet Groper >The Internet Ping program works sending a small packet of information containing an ICMP ECHO_REQUEST to a specified computer, which then sends an ECHO_REPLY packet in return >U can check the reply contains Time to Live(TTLs and total time to response)

2016-05-26 02:51:07 · answer #3 · answered by amada 3 · 0 0

All those answers give you the steps to ping correctly. Windows XP won't answer a ping in the firewall is turned on though.

2007-10-30 09:50:49 · answer #4 · answered by a1222256 4 · 0 0

Start > Run > cmd

Then type: ping (and then the pc name/IP that your after): i.e. ping 192.168.46.10

Alternatively, theres the "nslookup" command, just type that instead of ping, but follow the same principles.

2007-10-30 08:05:43 · answer #5 · answered by Anonymous · 0 0

open your command prompt (it can be found under all programs / accessories or press the windows key and r at the same time - then type cmd)

When you have done this, in the console type 'ping *then put the other computer's on your networks ip*'

find your ip's on the other computers by typing 'ipconfig' in the cmd prompt

2007-10-30 08:04:29 · answer #6 · answered by Anonymous · 0 0

using windows, go to start --> run--(type) cmd
to open the command window
type ping xxx.xxx.xxx.xxx, where the X's is the computer's ip, who you want to ping.

2007-10-30 08:05:13 · answer #7 · answered by mx503 3 · 0 0

START type in RUN type in CMD type PING 127.0.0.1

There you go and if you want to ping anyone else you type in PING www.yahoo.com and so on.

You should get 4 replys

2007-10-30 08:07:23 · answer #8 · answered by ஐ♥Bethஐ♥ 5 · 0 0

Start
run
cmd
press enter
type the following in the command prompt:
ping

press enter again


example:
ping 192.168.1.12

2007-10-30 08:03:58 · answer #9 · answered by PHormality 3 · 1 0

press START->RUN

and type:

ping -t

where is of the form xxx.xxx.xxx.xxx

2007-10-30 08:10:30 · answer #10 · answered by DeAd MaN 4 · 0 0

fedest.com, questions and answers