From owner-freebsd-questions@FreeBSD.ORG Wed Oct 15 13:30:47 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FD9416A4B3 for ; Wed, 15 Oct 2003 13:30:47 -0700 (PDT) Received: from trueband.net (director.trueband.net [216.163.120.8]) by mx1.FreeBSD.org (Postfix) with SMTP id DC9DD43FE3 for ; Wed, 15 Oct 2003 13:30:45 -0700 (PDT) (envelope-from jhall@vandaliamo.net) Received: (qmail 13354 invoked by uid 1006); 15 Oct 2003 20:30:32 -0000 Received: from jhall@vandaliamo.net by rs0 by uid 1003 with qmail-scanner-1.16 (spamassassin: 2.44. Clear:SA:0(2.5/100.0):. Processed in 0.699862 secs); 15 Oct 2003 20:30:32 -0000 X-Spam-Status: No, hits=2.5 required=100.0 X-Spam-Level: ** Received: from unknown (HELO trueband.net) (127.0.0.1) by -v with SMTP; 15 Oct 2003 20:30:31 -0000 Received: (qmail 13295 invoked from network); 15 Oct 2003 20:30:30 -0000 Received: from unknown (HELO admintool.trueband.net) (127.0.0.1) by -v with SMTP; 15 Oct 2003 20:30:30 -0000 Received: from 199.223.158.225 (SquirrelMail authenticated user jhall@vandaliamo.net) by admintool.trueband.net with HTTP; Wed, 15 Oct 2003 20:30:30 -0000 (GMT) Message-ID: <64926.199.223.158.225.1066249830.squirrel@admintool.trueband.net> Date: Wed, 15 Oct 2003 20:30:30 -0000 (GMT) From: jhall@vandaliamo.net To: questions@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: pptp client, cap and DES X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 20:30:47 -0000 I am trying to connect a remote office to the corporate office using pptpclient. However, I am not able to connect, and I am seeing the following message in /var/log/ppp.log tun0: Warning: CHAP 0X81 not supported without DES. >From what I have read, my understanding is that I am missing the DES encryption library, or ppp has not been complied with DES support. I am using FreeBSD 4.8-RELEASE and pptpclient-1.1.0. ppp has not been modified. How can I check to see if DES is installed, and what else should I be looking for? Thanks for your help. Jay