News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

PingPing

Started by Sunite, November 13, 2007, 09:00:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Sunite

Ping


    In a previous tip, it was revealed how to continuously ping a host until stopped. Here are all of the ping options:

    example .. In DOS .. c:>ping 192.168.0.1 -t

    -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

    Experiment to see how helpful these can be!