From owner-freebsd-questions Mon Jul 7 14:27:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA09519 for questions-outgoing; Mon, 7 Jul 1997 14:27:48 -0700 (PDT) Received: from socrates.i-pi.com (socrates.i-pi.com [198.49.217.5]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA09432 for ; Mon, 7 Jul 1997 14:26:09 -0700 (PDT) Received: (from ingham@localhost) by socrates.i-pi.com (8.8.5/8.8.5) id PAA17502; Mon, 7 Jul 1997 15:25:00 -0600 (MDT) From: Kenneth Ingham Message-Id: <199707072125.PAA17502@socrates.i-pi.com> Subject: Re: pppd Auto-reconnect? In-Reply-To: <199707051451.KAA00233@deimos.senate.org> from Nathan Dorfman at "Jul 5, 97 10:51:55 am" To: nathan@deimos.senate.org (Nathan Dorfman) Date: Mon, 7 Jul 1997 15:24:59 -0600 (MDT) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Is it possible to have pppd reconnect automatically? I have a script Here's how I do mine. I have a 24x7 dial-up PPP connection. In /etc/ttys: cuaa1 "/usr/sbin/pppd /dev/cuaa1 115200 -detach" unknown on insecure So whenever it dies, init re-spawns it. Works well. Kenneth