From owner-freebsd-questions Mon Aug 9 16: 0: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from awfulhak.org (dynamic-124.max1-du-ws.dialnetwork.pavilion.co.uk [212.74.8.124]) by hub.freebsd.org (Postfix) with ESMTP id DAE7A15313 for ; Mon, 9 Aug 1999 15:59:58 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from keep.lan.Awfulhak.org (root@keep.lan.Awfulhak.org [172.16.0.8]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id XAA01083; Mon, 9 Aug 1999 23:56:39 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (brian@localhost.lan.Awfulhak.org [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id WAA00858; Mon, 9 Aug 1999 22:36:27 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199908092136.WAA00858@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Iain Templeton Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP failing in LCP configuration In-reply-to: Your message of "Sat, 07 Aug 1999 13:28:46 +1000." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 09 Aug 1999 22:36:26 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi, > > After upgrading my home machine to FreeBSD 3.2 I found that my PPP dialin > no longer worked. This was with the same configuration file, and also with > a configuration file used by somebody else under 3.x. > > It seems to be failing when trying to negotiate on LDBACP (which apart > from being mentioned in src/usr.sbin/ppp/lcp.c as being an LCP option > doesn't get used). The value of this option changes on each time. > > I tried adding a line to lcp.c that adds TY_LDBACP, and just silently > ignores it - instead of just rejecting because it is unknown, but that > only produces the second ppp log I have, where I have ConfigAck's, but it > never actually works. > > As far as I know, the routers used at the other end are Cisco Systems > equipment, but that was all I was able to get out of the ISP; and it is > not the account itself that is the problem as I can still connect using > Win98 (as I am now). > > When I can find a copy of 2.2.X's PPP I shall also try that... > > Thanks, > > Iain. [.....] Ppp doesn't support BACP (yet). Your ISP shouldn't really be insisting on BACP like this... but if you want to tweak the code, you need to write the option back to the ``dec'' variable so that ppp ACKs it. I believe it's illegal to not mention any given option in a response. -- 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