From owner-freebsd-questions Sun May 3 21:13:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA11329 for freebsd-questions-outgoing; Sun, 3 May 1998 21:13:42 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA11260 for ; Sun, 3 May 1998 21:13:22 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id FAA23081; Mon, 4 May 1998 05:13:17 +0100 (BST) (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199805040413.FAA23081@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Gunnar Flygt cc: questions@FreeBSD.ORG Subject: Re: ppp a never ending story In-reply-to: Your message of "Sun, 03 May 1998 17:10:20 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 04 May 1998 05:13:16 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'm trying to connect via ppp to a NT RAS-server. My settings (that I got > from an example of how to connect to NT RAS) for this server (I've tried a > lot) is: > > (excerpt from ppp.conf) > sr3: > set phone 54580131 > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 15 \"\" ATE1Q0 OK-AT-OK \\dATDI\\T TIMEOU > T 40 CONNECT" > #set login "TIMEOUT 15 name: flygt word: \qmypasswd\q name> ppp" > # Example with login script > flygt: > set authname flygt > set authkey mypasswd > set phone 54580131 > set openmode active > disable pap > disable chap [.....] > May 3 16:30:36 enigma ppp[275]: LCP: Received Configure Request (0) state = Req-Sent (6) > May 3 16:30:36 enigma ppp[275]: LCP: ACCMAP 00000000 > May 3 16:30:36 enigma ppp[275]: LCP: AUTHPROTO proto = c223 > May 3 16:30:36 enigma ppp[275]: LCP: MAGICNUM 000042f2 > May 3 16:30:36 enigma ppp[275]: LCP: PROTOCOMP > May 3 16:30:36 enigma ppp[275]: LCP: ACFCOMP > May 3 16:30:36 enigma ppp[275]: LCP: SendConfigNak(Req-Sent) > And then what happened ? You've enclosed your log up until we NAK the peers request - then truncated it. >From your AUTHPROTO link, I see you're not running an up-to-date version of ppp. I'd suggest getting the latest version from http://www.FreeBSD.org/~brian and making sure you've got DES installed on your machine before building ppp. Ppp will then support M$CHAP - which is probably what the difficulty is here. If this isn't the problem, re-post with the whole LCP/IPCP log. -- 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