From owner-freebsd-net Sun Dec 17 12: 9:49 2000 From owner-freebsd-net@FreeBSD.ORG Sun Dec 17 12:09:47 2000 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from p133.inode.at (p133.inode.at [195.58.160.3]) by hub.freebsd.org (Postfix) with ESMTP id 25B0837B400 for ; Sun, 17 Dec 2000 12:09:46 -0800 (PST) Received: from inode.at (line98.adsl.wien.inode.at [213.229.7.98]) by p133.inode.at (8.11.1/8.10.0.0) with ESMTP id eBHK9in13680 for ; Sun, 17 Dec 2000 21:09:44 +0100 Message-ID: <3A3D1D8D.17EE8696@inode.at> Date: Sun, 17 Dec 2000 21:09:49 +0100 From: Michael Bretterklieber X-Mailer: Mozilla 4.75 [de] (Windows NT 5.0; U) X-Accept-Language: de MIME-Version: 1.0 To: FreeBSD-net@FreeBSD.org Subject: mpd3.2 and pptp and mppe and FreeBSD 3.5.1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Here is a Howto for MPPE on FreeBSD 3.5.1: 1. Get these files from 4.1. sys/netgraph/ng_mppc.c sys/netgraph/ng_mppc.h sys/modules/netgraph/mppc/* copy ng_mppc.h to /usr/include/netgraph 2. get new crypto-sources from 4.1 cvs co -rRELENG_4_1_0_RELEASE src/sys/crypto change #ifdef _KERNEL to #ifdef KERNEL in /sys/crypto/sha1.h 3. Add new options: /sys/conf/options NETGRAPH_MPPC_COMPRESSION opt_netgraph.h NETGRAPH_MPPC_ENCRYPTION opt_netgraph.h 4. add these lines to /sys/conf/files netgraph/ng_mppc.c netgraph_mppc_encryption crypto/rc4/rc4.c netgraph_mppc_encryption crypto/sha1.c netgraph_mppc_encryption 5. get mpd3.2 port and change the Makefile: ENCRYPTION_MPPE=yes: 6. Add NETGRAPH_MPPC_ENCRYPTION option to the Kernel-config-file 7. Compile Kernel and mpd3.2 I tested it with successfully with Windows 2000 and Win98. bye, -- -------------------------------------- E-mail: Michael.Bretterklieber@jawa.at ---------------------------- JAWA MANAGEMENT und SOFTWARE Liebenauer Hauptstr. 200 A-8041 GRAZ Tel: ++43-(0)316-403274-12 Fax: ++43-(0)316-403274-10 GSM: ++43-(0)676-93 96 698 homepage: http://www.jawa.at --------- privat ----------- E-mail: mbretter@inode.at homepage: http://www.inode.at/mbretter -------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message