From owner-freebsd-questions Mon Jul 28 19:32:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA26529 for questions-outgoing; Mon, 28 Jul 1997 19:32:43 -0700 (PDT) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA26379 for ; Mon, 28 Jul 1997 19:31:33 -0700 (PDT) Received: from awfulhak.org (dev.lan.awfulhak.org [10.0.1.5]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id DAA18876; Tue, 29 Jul 1997 03:30:19 +0100 (BST) Received: from dev.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.6/8.8.6) with ESMTP id DAA12567; Tue, 29 Jul 1997 03:30:19 +0100 (BST) Message-Id: <199707290230.DAA12567@awfulhak.org> X-Mailer: exmh version 2.0delta 6/3/97 To: Phil Gilley cc: questions@FreeBSD.ORG Subject: Re: User level PPP and PAP In-reply-to: Your message of "Mon, 28 Jul 1997 19:30:19 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 29 Jul 1997 03:30:18 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > My service provider has just switched over to IITS > (http://www.swbell.com/News/Article.html?query_type=article&query=19970114-01) > and is requiring me to use PAP but I can't seem to get it to work. I can > connect and authenticate but that's all. Can someone suggest something to > try? I've tried PPP under 2.1.7-RELEASE and 2.2.2-RELEASE. > > Here's my /etc/ppp/ppp.conf: > > > default: > > set device /dev/cuaa1 > > set speed 57600 > > disable lqr > > deny lqr > > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1M1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 30 CONNECT" > > > > MyISP: > > set phone 5551212 > > disable chap > > deny chap > > disable pap > > accept pap > > set debug phase > > set authname MyName > > set authkey MyPass > > set openmode active > > set ifaddr 10.0.0.0/0 10.0.0.1/0 > > add 0 0 10.0.0.0 These IP numbers are bogus unless your netmask is bigger than 255.0.0.0. Try "set ifaddr 10.0.0.1/0 10.0.0.2/0". > Here's the log file: > > > 07-28 19:03:37 [299] Listening at 3000. > > 07-28 19:03:37 [299] PPP Started. > > 07-28 19:03:39 [299] Phone: 5551212 > > 07-28 19:04:01 [299] *Connected! > > 07-28 19:04:01 [299] Phase: Authenticate > > 07-28 19:04:01 [299] his = c023, mine = 0 > > 07-28 19:04:01 [299] PAP: MyName (MyPass) > > 07-28 19:04:02 [299] PapInput: ACK > > 07-28 19:04:02 [299] Received PAP_ACK () > > 07-28 19:04:02 [299] Phase: Network > > 07-28 19:04:02 [299] Unknown protocol 0x804b > > Here's what I'm trying to login to: > > > CONNECT 28800/ARQ/V34/LAPM/V42BIS > > > > Nortel Rapport Dialup Switch 112, Version 4.5.6 97/05/19 > > login: Your ISP may be running mgetty where you get a login prompt if you don't talk ppp. Try downloading the latest version of ppp (http://www.freebsd.org/~bri an) and see if you get any results from "set log +lcp" ("set debug" is now "set log"). Ppp now uses syslogd. You could take a look at the man page for how to set up the log file correctly. > Please CC me on responses since I don't subscribe to this list anymore. > > Thanks, > Phil Gilley > pgilley@metronet.com > -- Brian , Don't _EVER_ lose your sense of humour....