PDA

View Full Version : Network issue.


dave666
Jan 6, 2009, 07:07 PM
What does the ping 192.168.0.1 -l 1000 -n 100 command do?

michealb
Jan 6, 2009, 07:14 PM
Well ping sends a packet with a reply request.
-l tells the size of the packet in bytes.
-n tells the count of how many times you want to send the packet.

This was probably done to check your connectivity to your router.