Author : Kendiv
Date : 2006.12.16
***********************************
所使用的软件
***********************************
1. linux-2.6.12.6.tar.bz2
2. linux-2.6.12-mppe-mppc-1.3.patch.gz
3. ppp-2.4.3.tar.gz
4. ppp-2.4.3-mppe-mppc-1.1.patch.gz
5. pptpd-1.3.3.tar.gz
***********************************
一、下载最新的Kernel源代码
***********************************
下载地址:http://www.kernel.org/pub/linux/kernel/
http://pptpclient.sourceforge.net/
News: MPPE in Linux 2.6.15
Linux kernel 2.6.15 has been released and includes the PPP MPPE encryption module,
which implements the Microsoft Point-to-Point Encryption method as a PPP compressor/decompressor.
This is necessary for Linux clients and servers to interoperate with
Microsoft Point-to-Point Tunneling Protocol (PPTP) servers
(either Microsoft PPTP servers or the poptop project) which use MPPE to encrypt data when creating a VPN.
Now that Linux includes the module, the PPTP projects recommend upgrading to 2.6.15.
-- James Cameron
看来如果使用 Linux 2.6.15的话,就不需要打MPPC/MPPE补丁
/* PPTPD */
http://sourceforge.net/project/showfiles.php?group_id=44827&release_id=138437
/* MPPC/MPPE */
http://mppe-mppc.alphacron.de/
***********************************
二、打MPPC/MPPE补丁
***********************************
#cp linux-2.6.12.6.tar.bz2 /usr/src/kernels
#cd /usr/src/kernels
#tar xvjf linux-2.6.12.6.tar.bz2
#Patch Kernel files
#cd /usr/src/kernels
#ln -s /usr/src/kernels/linux-2.6.12.6/ linux-2.6.12
#patch -p0 -i linux-2.6.12-mppe-mppc-1.3.patch.gz
/**********************************************************/
patching file linux-2.6.12/drivers/net/Makefile
patching file linux-2.6.12/drive