Hi
crontab -e as root and then, insert the following line:

*/10 * * * * /usr/sbin/arp -d IP.OF.DEF.GW

or the brutal version which deletes the entire arp-cache

*/10 * * * * /usr/sbin/arp -da

Stefan

Mike D wrote:
> 
> Stefan,
> 
> could you (if it's not too much hassle) mail me the details of setting that
> cron job up - as an interim solution. Hopefully we'll get a better one of
> this list soon!
> 
> Thanks in advance,
> 
> Mike
> 
<snip>
> > > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > > with "unsubscribe freebsd-hackers" in the body of the message

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to