Monday, 25 April 2016

How to use ping commang ?


ping 
command tells you if the connection between your computer and a particular domain is working correctly.
> ping  -t  192.168.0.1

If the results show a series of replies, the connection is working. The time shows you how fast the connection is.
If you see a "timed out" error instead of a reply, there is a breakdown somewhere between your computer and the domain.

Switches

Option
Usage
-t
Ping the specifed host until interrupted
-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

No comments:

Post a Comment

Note: only a member of this blog may post a comment.