[pptp-server] PPP 2.3.10

Toktar, Emir EMIR.TOKTAR at bra.xerox.com
Mon Nov 15 10:03:09 CST 1999


Ok, but open the ppp-2.3.10-openssl-norc4-mppe.patch.gz or
ppp-2.3.8-mppe-others-norc4_TH7.diff.gz file and to look for "ppp_mppe" and
you will find some lines codes like these:


---------------------------------------------------
.....
+How to use it:
+* Compile this pppd, and teh associated kernel modules.
+* Add +chapms and/or +chapms-v2 to your pppd command line.
+* Add mppe-40 and/or mppe-128 and/or mppe-stateless to your pppd command
line.
+* Either load ppp_mppe.o manually or put this line in your
/etc/conf.modules.
+	alias 	ppp-compress-18 	ppp_mppe
+* Go for it.
+
.....
----------------------------------------------------
.....
+  esac
   if [ ! -e $BASE ]; then
     if [ -e ../include/linux/$BASE ]; then
       BASE=../include/linux/$BASE
@@ -183,6 +195,16 @@ for FILE in $LINUXSRC/drivers/net/bsd_co
 	    $LINUXSRC/drivers/net/ppp_deflate.c \
 	    $LINUXSRC/drivers/net/zlib.c \
 	    $LINUXSRC/drivers/net/zlib.h \
+	    $LINUXSRC/drivers/net/ppp_mppe.c \
+	    $LINUXSRC/drivers/net/ppp_lzscomp.c \
...
@@ -229,8 +251,46 @@ else
.....
----------------------------------------------------
+echo -n 'Adding MPPE compression module to drivers makefile...'
+NETMK=$LINUXSRC/drivers/net/Makefile
+fgrep ppp_mppe.o $NETMK >/dev/null
+if [ ! "$?" = "0" ]; then
....
----------------------------------------------------
....
....
....
....
+#define LZS_HIST_WORD(b1,b2)	((b1<<8)|b2)	/* (network byte order
rulez) */
diff -rupN ppp-2.3.10.orig/linux/ppp_mppe.c ppp-2.3.10/linux/ppp_mppe.c
--- ppp-2.3.10.orig/linux/ppp_mppe.c	Wed Dec 31 16:00:00 1969
+++ ppp-2.3.10/linux/ppp_mppe.c	Wed Sep 22 22:29:24 1999
-----------------------------------------------------
and more....



Regards



Emir Toktar

+55 (**41) 340-7157
emir.toktar at bra.xerox.com 
toktar at per.com.br
toktar at ppgia.pucpr.br

-----Original Message-----
From: Matthew C. Grab [mailto:mis at cindyrowe.com]
Sent: Thursday, November 11, 1999 4:09 PM
To: pptp-server at lists.schulte.org
Subject: [pptp-server] PPP 2.3.10


Hi,
I have been following the PopTop faq and Emir Toktar's additions to the faq,
and I have run into something.
I don't have a ppp_mppe module.

I follow these lines:
[make modules SUBDIRS=drivers/net]
    [make modules_install]
    [rmmod ppp]
    (+) [insmod slhc]
    (+) [insmod ppp]
    (+) [insmod bsd_comp]
    (+) [insmod ppp_deflate]
    (+) [insmod ppp_mppe]



this is when I find I don't have a ppp_mppe module.
I've looked in /lib/modules/2.2.13 (that's the kernel version I downloaded).
I find slhc, ppp, bsd_comp, and ppp_deflate, but not ppp_mppe.

Any thoughts?

I am compiling ppp 2.3.10 with the patch named
ppp-2.3.10-openssl-norc4-mppe.patch

I used the command patch -p0 < ppp-2.3.10-openssl-norc4-mppe.patch


Thanks in advance,
Matt Grab

p.s.  I've been working on this for a while, and the only time I get
anywhere, is when I follow your advice!


_______________________________________________
pptp-server maillist  -  pptp-server at lists.schulte.org
http://lists.schulte.org/mailman/listinfo/pptp-server
List services provided by www.schulte.org!




More information about the pptp-server mailing list