View Single Post
  #2 (permalink)  
Old 10-22-08, 18:52
stuart
 
Posts: n/a
Default

Syntax :
Quote:
PING [options] destination_host
Options:

-w timeout = Timeout in milliseconds to wait for each reply.

-i TTL = Time To Live.

-v TOS = Type Of Service.

-a = Resolve addresses to hostnames.

-n count = Number of echo requests to send.

-t = Ping the destination host until interrupted.

-l size = Send buffer size.

-f = Set Don't Fragment flag in packet.

-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.

destination_host = The name of the remote host
Reply With Quote