From owner-freebsd-isdn Wed Jul 28 0:43:33 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from Dolinca.IBC.IskraSistemi.Si (Dolinca.IBC.IskraSistemi.Si [194.249.213.241]) by hub.freebsd.org (Postfix) with ESMTP id A42171542C for ; Wed, 28 Jul 1999 00:43:21 -0700 (PDT) (envelope-from brodnik@Dolinca.IBC.IskraSistemi.Si) Received: (from brodnik@localhost) by Dolinca.IBC.IskraSistemi.Si (8.8.8/8.8.7) id JAA14502 for freebsd-isdn@FreeBSD.ORG; Wed, 28 Jul 1999 09:48:43 +0200 (CEST) (envelope-from brodnik) From: Andrej Brodnik (Andy) Message-Id: <199907280748.JAA14502@Dolinca.IBC.IskraSistemi.Si> Subject: sPPP, RAS, MD5, CHAP, ISDN, FreeBSD and WinNT To: freebsd-isdn@FreeBSD.ORG Date: Wed, 28 Jul 1999 09:48:43 +0200 (CEST) Organization: IBC, Iskra Systems Reply-To: Andrej.Brodnik@IBC.IskraSistemi.SI (Andrej Brodnik (Andy)) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org These keywords briefly describe my problem:-( I have an FBSD 3.2 box and an ISDN card in it. On the other side my ISP has WinNT box and I'm trying to connect from my machine to the ISP's, but the negotiating protocol fails. I did: --------------- spppcontrol isp0 authproto=chap \ myauthname= myauthsecret= \ hisauthproto=none --------------- and then the log of the negotiation goes: --------------- isp0: lcp open(initial) isp0: phase establish isp0: Up event isp0: lcp up(starting) isp0: lcp output isp0: lcp TO(req-sent) rst_counter = 10 isp0: lcp output isp0: lcp input(req-sent): isp0: lcp parse opts: mru auth-proto proto-comp [rej] addr-comp [rej] 0x11 [rej] 0x13 [rej] send conf-rej isp0: lcp output isp0: lcp input(req-sent): isp0: lcp parse opts: mru auth-proto isp0: lcp parse opt values: mru 1590 auth-proto [chap not MD5] max_failure (10) exceeded, send conf-rej isp0: lcp output isp0: lcp TO(req-sent) rst_counter = 9 isp0: lcp output isp0: lcp input(req-sent): isp0: lcp TO(ack-rcvd) rst_counter = 10 isp0: lcp output isp0: lcp input(req-sent): isp0: lcp TO(ack-rcvd) rst_counter = 10 isp0: lcp output isp0: lcp input(req-sent): isp0: lcp input(ack-rcvd): isp0: lcp parse opts: mru auth-proto isp0: lcp parse opt values: mru 1590 auth-proto [chap not MD5] max_failure (10) exceeded, send conf-rej isp0: lcp output isp0: lcp TO(ack-rcvd) rst_counter = 10 isp0: lcp output isp0: lcp down(req-sent) isp0: Down event (carrier loss) isp0: phase dead --------------- Note in particular: isp0: lcp parse opt values: mru 1590 auth-proto [chap not MD5] ... ============== In FAQs for the ISDN group I found that somebody had similar problem recently: -------------------------------------------------------------------- Date: Fri, 11 Jun 1999 22:37:50 +0100 From: "Barry Scott" Subject: Need CHAP/Microsoft so I can call a Windows NT RAS server from FreeBSD I have been trying to connect FreeBSD up to the Windows NT RAS server at work. The RAS server wants to use authentication CHAP/Microsoft and sppp wants to use CHAP/MD5 - according to tcpdump. Does anyone know if its possible to call from FreeBSD and authenticate into the Windows NT RAS server? Do I need newer sppp code with Microsoft support or do I need to configure the Windows NT RAS Server differently? -------------------------------------------------------------------- and got the reply: -------------------------------------------------------------------- Date: Sat, 12 Jun 1999 10:05:59 +0200 From: Gary Jennejohn Subject: Re: Need CHAP/Microsoft so I can call a Windows NT RAS server from FreeBSD There's an entry in the FAQ (number 17) for dialing _from_ RAS _to_ sPPP. Might work going the other way, too. -------------------------------------------------------------------- Now, I can't get hold nither on Gary nor on Barry, but the whole thing is pretty urgent. Did anybody else have similar problems? How did you solve them? Thanx in advance for your answer(s)! LPA PS: BTW, where are these FAQs Gary is writing about? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message