From owner-freebsd-questions Wed Oct 7 16:15:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA19204 for freebsd-questions-outgoing; Wed, 7 Oct 1998 16:15:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA19151 for ; Wed, 7 Oct 1998 16:15:28 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (root@woof.lan.awfulhak.org [172.16.0.7]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id AAA23969; Thu, 8 Oct 1998 00:14:41 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (brian@localhost [127.0.0.1]) by woof.lan.awfulhak.org (8.9.1/8.9.1) with ESMTP id AAA00740; Thu, 8 Oct 1998 00:13:16 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199810072313.AAA00740@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Craig Beasland cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP Problems In-reply-to: Your message of "Wed, 07 Oct 1998 09:29:37 +0800." <000901bdf191$b4883820$0a1e21cb@superbruce.hotmix.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 08 Oct 1998 00:13:16 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi there, > > I am having a problem with connecting to my ISP using userland ppp. > > My story: > I have been using a dialup modem connection 28.8 using userland ppp and > scripted logins, no problem. I then upgraded to 64K ISDN using an external > T/A (ISDN Modem) and at the same time converted over to CHAP authentication. > After some fiddling I got that to work for about 4 months. Now I want to > upgrade to 128K ISDN. My provider tells me that I need multilink PPP. No > problem I upgraded my version from 0.94 1997/05/10 to the newest version 2.0 > 1998/08/29. > > My problem: > Before I installed the new version of ppp I took a copy of the old ppp > program so that I wouldn't get stuck. If I dial using the old copy > origppp -ddial myisp - everything works fine (except fore rror messages for > the new log commands. Using the new ppp and I cannot authenticate myself. > ppp -ddial myisp dials, connects and fails to authenticate. I have included > the relevant (I hope) bits of the log file. > > Also: > My understanding was the the T/A would handle the multilink ppp part and > userland ppp would deal with it. Apparently not, so any thoughts on > multilink ppp using v2 of the ppp program and an external T/A. > > I am dialling into a cisco router and I am using a Crusader modem (the same > as the bit surfer pro from what I understand). The chap problem is stressed all over the place in the [latest] documentation... you're asking your ISP to authenticate themselves, they're agreeing and failing. Don't ``enable'' chap - It's ``accept''ed by default which will work in your case. Just ``set authname'' and ``set authkey''. Summary: remove ``enable chap''. Also, it looks like your TA isn't doing the multilink stuff. I know nothing about TAs, but the ones that notice the ppp negotiations on the fly and do the multilink side of things transparently should not be passing the MRRU option through. Yours is. This is probably some sort of config option on the TA. > Thanks for any help > Cheers > Craig -- Brian , , Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message