From owner-freebsd-hackers Fri Oct 27 08:08:29 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA23089 for hackers-outgoing; Fri, 27 Oct 1995 08:08:29 -0700 Received: from asstdc.scgt.oz.au (root@asstdc.scgt.oz.au [202.14.234.65]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id IAA23065 ; Fri, 27 Oct 1995 08:08:21 -0700 Received: (from imb@localhost) by asstdc.scgt.oz.au (8.6.12/BSD-4.4) id BAA14094; Sat, 28 Oct 1995 01:08:04 +1000 From: michael butler Message-Id: <199510271508.BAA14094@asstdc.scgt.oz.au> Subject: Re: User-mode PPP, -auto, and -direct To: sos@FreeBSD.org Date: Sat, 28 Oct 1995 01:08:03 +1000 (EST) Cc: nate@rocky.sri.MT.net, hackers@FreeBSD.org In-Reply-To: <199510270815.BAA06354@freefall.freebsd.org> from "sos@FreeBSD.org" at Oct 27, 95 01:15:31 am X-Mailer: ELM [version 2.4 PL24beta] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 981 Sender: owner-hackers@FreeBSD.org Precedence: bulk Nate wrote .. > > [ Having PPP auto-dial the connection no matter if it's needed or not ] > > OK. The PPP code is quite readable, so I was able to get it to do what > > I wanted in 5 lines of actual code. [ .. ] .. then Soren wrote .. > We want it ! (or at least I do :) Er .. I was under the impression that a "dial" command in the relevant (host-specific) section of ppp.conf did just this .. did I miss something ? I've given up trying to use user-land PPP, however, as it is very (too) strict about getting either LQR or LCP echos. Modem-based links around here are almost always saturated to the point of losing the occasional echo response (people trying to slurp "full" newsfeeds down it and so on) .. in that event, user-land PPP will happily drop the call and 10 secs later dial back again because it thinks the link went away. The result is simply too many $$$$$$ added to the 'phone bill. I'd appreciate some mechanism of turning it off completely, michael