Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!news.cs.su.oz.au!metro!metro!munnari.OZ.AU!news.Hawaii.Edu!news.caldera.com!enews.sgi.com!nntprelay.mathworks.com!howland.erols.net!cpk-news-hub1.bbnplanet.com!cam-news-hub1.bbnplanet.com!cpk-news-feed4.bbnplanet.com!cpk-news-feed1.bbnplanet.com!news.bbnplanet.com!news.ums.edu!haven.umd.edu!news.umbc.edu!not-for-mail From: pauld@umbc.edu (Paul Danckaert) Newsgroups: comp.unix.bsd.freebsd.misc Subject: FreeBSD Dialin to NT PPP Server Date: 1 Jul 1997 23:14:17 -0400 Organization: University of Maryland, Baltimore County Lines: 41 Message-ID: <5pch29$73f@umbc7.umbc.edu> NNTP-Posting-Host: f-umbc7.umbc.edu NNTP-Posting-User: pauld Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:43790 Hi, I'm trying to get a FreeBSD box dialing into a NT 4.0 server and establish a PPP connection, but am having quite a bit of trouble with it. I'm trying to use PAP or CHAP authentication, but from the unix side in ppp I get a dial OK, a login OK, and Packet mode.. but nothing is really connected. Looking at LCP debugging in /var/log/ppp.log, there is a go around of sent configs, and rejections, until both machines get tired of it, and call it a day. Here is an example..: 07-01 22:59:00 [6294] AUTHPROTO proto = c023 07-01 22:59:00 [6294] MAGICNUM 000018a2 07-01 22:59:00 [6294] PROTOCOMP 07-01 22:59:00 [6294] ACFCOMP 07-01 22:59:00 [6294] LCP: SendConfigAck(Req-Sent) 07-01 22:59:00 [6294] ACCMAP 00000000 07-01 22:59:00 [6294] AUTHPROTO proto = c023 07-01 22:59:00 [6294] MAGICNUM 000018a2 07-01 22:59:00 [6294] PROTOCOMP 07-01 22:59:00 [6294] ACFCOMP 07-01 22:59:00 [6294] LCP: state change Req-Sent --> Ack-Sent 07-01 22:59:00 [6294] LCP: Received Configure Reject (3) state = Ack-Sent (8) 07-01 22:59:00 [6294] LCP: RecvConfigRej. 07-01 22:59:00 [6294] AUTHPROTO proto = c223 07-01 22:59:00 [6294] LCP: SendConfigReq 07-01 22:59:00 [6294] ACFCOMP 07-01 22:59:00 [6294] PROTOCOMP 07-01 22:59:00 [6294] ACCMAP [6] 00000000 07-01 22:59:00 [6294] MRU [4] 1500 07-01 22:59:00 [6294] MAGICNUM [6] c898b6ca 07-01 22:59:00 [6294] AUTHPROTO [5] 49699 07-01 22:59:00 [6294] LCP: Received Configure Reject (4) state = Ack-Sent (8) Any ideas on what might be wrong, or other information that would be useful? Its possible the NT side is not correct, though the more NT-ish people than I looked it over and didn't see any problems.. thanks. paul