Subject: Re: defined disconnect and reconnect with pppoe
To: Mirko Thiesen <thiesi@NetWorkXXIII.de>
From: Martin Husemann <martin@duskware.de>
List: netbsd-users
Date: 08/08/2004 12:28:43
On Thu, Aug 05, 2004 at 03:30:54AM +0200, Mirko Thiesen wrote:
> The easiest way would be to run something like that from a cron job, which 
> at least works for me:
> 
> ifconfig pppoe0 down && sleep 1 && ifconfig pppoe0 up

Correct. Or you could switch it from "always on" to "hangup after 1 minute
idle" mode at 4:00 and move it back to "always on" in the ip-up script.

Martin