Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jul 1999 09:48:43 +0200 (CEST)
From:      Andrej Brodnik (Andy) <brodnik@IBC.IskraSistemi.Si>
To:        freebsd-isdn@FreeBSD.ORG
Subject:   sPPP, RAS, MD5, CHAP, ISDN, FreeBSD and WinNT
Message-ID:  <199907280748.JAA14502@Dolinca.IBC.IskraSistemi.Si>

next in thread | raw e-mail | index | archive | help
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=<ME> myauthsecret=<MY_SECRET> \
            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 <conf-req id=0x5f len=10 05-06-01-ab-c8-41>
isp0: lcp TO(req-sent) rst_counter = 10
isp0: lcp output <conf-req id=0x60 len=10 05-06-01-ab-c8-41>
isp0: lcp input(req-sent): <conf-req id=0x0 len=31 01-04-05-dc-03-05-c2-23-80-07-02-08-02-11-04-05-dc-13-0a-05-01-07-06-06-06-06-00>
isp0: lcp parse opts:  mru  auth-proto  proto-comp [rej]  addr-comp [rej]  0x11 [rej]  0x13 [rej]  send conf-rej
isp0: lcp output <conf-rej id=0x0 len=22 07-02-08-02-11-04-05-dc-13-0a-05-01-07-06-06-06-06-00>
isp0: lcp input(req-sent): <conf-req id=0x1 len=13 01-04-06-36-03-05-c2-23-80>
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 <conf-rej id=0x1 len=9 03-05-c2-23-05>
isp0: lcp TO(req-sent) rst_counter = 9
isp0: lcp output <conf-req id=0x61 len=10 05-06-01-ab-c8-41>
isp0: lcp input(req-sent): <conf-ack id=0x61 len=10 05-06-01-ab-c8-41>
isp0: lcp TO(ack-rcvd) rst_counter = 10
isp0: lcp output <conf-req id=0x62 len=10 05-06-01-ab-c8-41>
isp0: lcp input(req-sent): <conf-ack id=0x62 len=10 05-06-01-ab-c8-41>
isp0: lcp TO(ack-rcvd) rst_counter = 10
isp0: lcp output <conf-req id=0x63 len=10 05-06-01-ab-c8-41>
isp0: lcp input(req-sent): <conf-ack id=0x63 len=10 05-06-01-ab-c8-41>
isp0: lcp input(ack-rcvd): <conf-req id=0x2 len=13 01-04-06-36-03-05-c2-23-80>
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 <conf-rej id=0x2 len=9 03-05-c2-23-05>
isp0: lcp TO(ack-rcvd) rst_counter = 10
isp0: lcp output <conf-req id=0x64 len=10 05-06-01-ab-c8-41>
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" <barry@scottb.demon.co.uk>
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 <garyj@peedub.muc.de>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907280748.JAA14502>