| Type "command" with out
the quotes into the run box in your start menu.
Or just start a DOS window
type in ping X-10.com
DOS will answer
C:\>ping X-10.com
Pinging X-10.com [63.211.210.22] with 32 bytes of data:
Reply from 63.211.210.22: bytes=32 time=110ms TTL=238
Reply from 63.211.210.22: bytes=32 time=130ms TTL=238
Reply from 63.211.210.22: bytes=32 time=130ms TTL=238
Reply from 63.211.210.22: bytes=32 time=111ms TTL=238
Ping statistics for 63.211.210.22:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 110ms, Maximum = 130ms, Average = 120ms
C:\>
Now you have and IP number to play with. IP
addresses are just like the one above. it's always like
000.000.000.000
Ping has switches to make it do more
stuff. To see a list just type "ping" at the prompt,
without the quotes.
C:\>ping
Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS]
[-r count] [-s count] [[-j host-list] | [-k host-list]]
[-w timeout] destination-list
Options:
-t Ping the specified host until stopped.
To see statistics and continue - type Control-Break;
To stop - type Control-C.
-a Resolve addresses to hostnames.
-n count Number of echo requests to send.
-l size Send buffer size.
-f Set Don't Fragment flag in packet.
-i TTL Time To Live.
-v TOS Type Of Service.
-r count Record route for count hops.
-s count Timestamp for count hops.
-j host-list Loose source route along host-list.
-k host-list Strict source route along host-list.
-w timeout Timeout in milliseconds to wait for each reply.
try this with the switches
C:\>ping 63.211.210.22 -n 1000 -l 64400 -w 0
This will ping them 1,000 times, with the
biggest packet you can send, and will not wait for a return.
Or you can copy the command into clip board and paste it into the
command line. Just high light the text in the box, right mouse
button or Ctrl C to copy. Then paste it in your DOS box, right on
the command line and press enter.
Good
Luck and good hunting
|