Quote:
|
Originally Posted by DuffMan
ummm.... how did you get their IP address  ?? Or of any other site for that matter??
To stay on topic, my school blocked yahoo games at games.yahoo.com, but play.yahoo.com still works  .
|
Code:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Owner>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] target_name
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.
C:\Documents and Settings\Owner>ping google.com
Pinging google.com [64.233.187.99] with 32 bytes of data:
Reply from 64.233.187.99: bytes=32 time=32ms TTL=241
Reply from 64.233.187.99: bytes=32 time=31ms TTL=241
Reply from 64.233.187.99: bytes=32 time=31ms TTL=241
Reply from 64.233.187.99: bytes=32 time=31ms TTL=241
Ping statistics for 64.233.187.99:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 31ms, Maximum = 32ms, Average = 31ms
C:\Documents and Settings\Owner>
Emphasis my own.