On Jun 28, 2005, at 11:53 AM, Gary Mu1der wrote:

If you have a spare server you don't mind crashing, can you try running 20-60 instances of the following script:

#!/bin/sh

while :
do
        arp -d <some valid IP> >/dev/null 2>&1
        ping -c 1 -t 1 <the same valid IP> >/dev/null 2>&1
done


all copies pinging the same remote IP or different remote IP's?

Vivek Khera, Ph.D.
+1-301-869-4449 x806


Reply via email to