From owner-freebsd-questions Mon Aug 26 23:33:22 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA16287 for questions-outgoing; Mon, 26 Aug 1996 23:33:22 -0700 (PDT) Received: from localhost (suttonj.mel.interconnect.com.au [203.8.176.90]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id XAA16256 for ; Mon, 26 Aug 1996 23:33:11 -0700 (PDT) Received: from localhost (suttonj@localhost) by localhost (8.6.12/8.6.12) with SMTP id QAA00308; Tue, 27 Aug 1996 16:14:01 +1000 X-Authentication-Warning: localhost: suttonj owned process doing -bs Date: Tue, 27 Aug 1996 16:13:59 +1000 (EST) From: Joel Sutton X-Sender: suttonj@localhost To: Quanah Mount cc: questions@FreeBSD.org Subject: Re: PPP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Quanah, On Wed, 21 Aug 1996, Quanah Mount wrote: > uaf: > set phone 4740771 > set login "-\\n-name>--name> fxqjm word> holybats > c ppp" > set timeout 120 > set ifaddr 0 0 I had some similar problem when I was first getting used to PPP. After some experimentation I found out that I had to do something like this: add 0 0 The IP number of my ISP's terminal server is the gateway address I use. I haven't found a way to make it completely automatic yet as I keep getting a different terminal server each time I dial up. Default route stuff (I think). Do a "show route" from the PPP > prompt when you next make an attempt. You need to look out for an entry maked default. I hope my hotch-potch help helps. Cheers, Joel...