Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Dec 2001 10:25:56 +0000
From:      "S. Aeschbacher" <s.aeschbacher@bturtle.ch>
To:        Mike D <d01f1n@yahoo.com>, hackers@freebsd.org
Subject:   Re: cable modem connection problem
Message-ID:  <3C109934.DCE82783@bturtle.ch>
References:  <20011206071926.QTHW27606.mta05-svc.ntlworld.com@there> <20011206080612.KYRB10846.mta07-svc.ntlworld.com@there> <3C0F7966.908CD6E6@bturtle.ch> <20011206231737.HXJM10846.mta07-svc.ntlworld.com@there>

next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
> > > with "unsubscribe freebsd-hackers" in the body of the message

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C109934.DCE82783>