> term% for (i in `{seq 1 254}) {ip/ping -n 1 192.168.1.1&} i think you mean
for(i in `{seq 1 254}){ip/ping -n1 192.168.1.$i} > panic: Fsprotoclone: all conversations in use > panic :Fsprotoclone: all conversations in use > dumpstack disabled > cpu0: exiting > > Regardless of whether my program was sensible I guess this isn't > supposed to happen. Right? nope. that's the way it's supposed to go. the idea is that if all the conversations are used up, then your machine is useless and you might as well panic. however, a fair question to ask is, is this limit reasonable, and is panicing really the right thing to do. i'd guess printing nasties on the console makes more sense. - erik