S t i n g r a y wrote: > Well i cant seem to find a way to clear all the > records in arp cache ... > in other unix versions this commands works > > # arp -a -d > > but here it isnt working ? > > what can i do ?
for host in `arp -n | cut -f1 -d' '`; do arp -d $host; done Regards, Dennis -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]