From owner-freebsd-questions Thu Feb 27 16:50:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA28223 for questions-outgoing; Thu, 27 Feb 1997 16:50:32 -0800 (PST) Received: from highdesert.net (empnet80.empnet.com [208.192.38.114]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA28215 for ; Thu, 27 Feb 1997 16:50:24 -0800 (PST) Received: (from natlow@localhost) by highdesert.net (8.8.3/8.8.3) id QAA05873; Thu, 27 Feb 1997 16:50:36 GMT Date: Thu, 27 Feb 1997 16:50:35 +0000 () From: Nat Low X-Sender: natlow@highdesert.net To: RPD cc: freebsd-questions@FreeBSD.ORG Subject: Re: Automatic re-dial In-Reply-To: <2.2.32.19970227165143.006742f4@mail.webbernet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk To keep my connection established, I have a cron job that checks my mail every 10 minutes with popclient. If you setup ppp or pppd to dial on demand, this checking of mail will cause the connection to re-open if it gets dropped. The max down-time would be 10 minutes, but you could make the cron job run at lesser intervals. Instead of checking your mail, you could have cron run ping sending one packet to a host in the outside world, thereby causing ppp or pppd to re-establish your connection automatically. On Thu, 27 Feb 1997, RPD wrote: > I was wondering if there is a way to make ppp or pppd automatic redial if > there is a disconnection. > > > Thankz > Ryan Duda > > >