From owner-freebsd-questions Sat Aug 3 22:55:30 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA15197 for questions-outgoing; Sat, 3 Aug 1996 22:55:30 -0700 (PDT) Received: from PACBELL.net (chumash.snfc21.pbi.net [206.13.28.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA15187 for ; Sat, 3 Aug 1996 22:55:28 -0700 (PDT) Received: from ppp-1-62.snfc21.pacbell.net (ppp-1-62.snfc21.pacbell.net [206.170.1.62]) by PACBELL.net (8.7.5/8.7.1) with SMTP id WAA19220; Sat, 3 Aug 1996 22:55:21 -0700 (PDT) Message-Id: <199608040555.WAA19220@PACBELL.net> X-Authentication-Warning: chumash.snfc21.pbi.net: Host ppp-1-62.snfc21.pacbell.net [206.170.1.62] didn't use HELO protocol X-Sender: Leonard@pacbell.net (Unverified) X-Mailer: Windows Eudora Light Version 1.5.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sat, 03 Aug 1996 22:58:11 -0700 To: John Brann From: Leonard Chung Subject: Re: PPP usage? Cc: questions@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk http://www.ssimicro.com/~jeremyc/ppp.html At 04:03 PM 8/3/96 -0400, John Brann wrote: >Well, once the connection is made to your ISP, you (presumably) have to >log in somehow and allow PPP packet mode to start. How does your ISP >authenticate you? (PAP/CHAP, some login chat...) >From what I can gather from another PPP program I use (on another OS), it uses PAP. The program also indicates that it has PFC as an LCP option (although I'm not too sure exactly what that means). The ISP also runs VJ compression over the link. I was able to finally get the link working ok from PPP (the parity was set wrong), but unfortunately I still can't get my conf file to auto-dial for me. The system also doesn't seem to be able to find the DNS. I looked in the host.conf file, but can't seem to find a place to put the IP address. What I would like to try to get setup is have PPP dialup whenever a packet needs to be sent out over the internet from a program such as ping or ftp. My ppp.conf and ppp.linkup files are below. They are mainly derived from the samples. Thanks, Leonard ___________________________________ ppp.conf: ___________________________________ PacBell: set phone 896-1200 set authname leonard set authkey ho2u4rs set login "TIMEOUT 5 login:-\\r-login: \\U word: \\P PPP" set timeout 0 dial PacBell-pap: set phone 8961200 accept pap set authname leonard set authkey ho2u4rs set login "TIMEOUT 5 login:-\\r-login:" set timeout 0 set openmode active dial PacBell-chap: set phone 896-1200 accept chap deny pap set authname leonard set authkey ho2u4rs set login "TIMEOUT 5 login:-\\r-login:" set timeout 0 set openmode active dial PacBell-demand: set debug lcp set phone 896-1200 set login "TIMEOUT 5 login:-\\r-login: leonard password: ho2u4rs PPP" set ifaddr 0 206.13.28.11/20 add 0 0 206.13.28.11 ___________________________________ ppp.linkup: ___________________________________ PacBell-demand: delete ALL add 0 0 HISADDR MYADDR: add 0 0 HISADDR -- Leonard Chung Support the Blue Ribbon Campaign for free speech online () http://www.eff.org/blueribbon.html /\ "Those who will not reason perish in the act. Those who will not act, perish for that reason." - W. H. Auden