From owner-freebsd-questions Mon Jul 28 20:28:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA02198 for questions-outgoing; Mon, 28 Jul 1997 20:28:56 -0700 (PDT) Received: from centralplains.freenet.mb.ca (root@centralplains.freenet.mb.ca [204.112.116.101]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id UAA02168 for ; Mon, 28 Jul 1997 20:28:30 -0700 (PDT) Received: from stephane.cybersurf.net by centralplains.freenet.mb.ca (SMI-8.6/SMI-SVR4) id WAA21940; Mon, 28 Jul 1997 22:32:22 -0500 Message-ID: <33DD0EBF.41C67EA6@freenet.mb.ca> Date: Mon, 28 Jul 1997 15:27:27 -0600 From: Stephane Raimbault X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.1.7.1-RELEASE i386) MIME-Version: 1.0 To: Phil Gilley CC: questions@FreeBSD.ORG Subject: Re: User level PPP and PAP References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I myself have had this problem and have come up with the following script which works well. Please keep in mind my ISP is using NT3.51 PAP and not NT4 PAP which I have heard wouldn't work with NT4 because of the new technology with NT4. default: set device /dev/cuaa1 set speed 115200 set timeout 600 set openmode active disable lqr deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT&F&C1&D2S95=3 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" ISP: set phone 1234567 deny chap accept pap set authname MyUserName set authkey MyPasswd Hope this helps you out. Phil Gilley wrote: > > 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 > > 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: > > Please CC me on responses since I don't subscribe to this list anymore. > > Thanks, > Phil Gilley > pgilley@metronet.com