X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=README.MPPE;h=cdada342f26aedff9ef5a51ead2ae5861b7e3829;hp=afac600e416ebae9079a05e034b1d0216902e482;hb=7bb8beb860037a6c18dd0b64b8d542a20aa2c8c0;hpb=67ccbff7ff8402cce48d15994713c196f683a280 diff --git a/README.MPPE b/README.MPPE index afac600..cdada34 100644 --- a/README.MPPE +++ b/README.MPPE @@ -51,21 +51,22 @@ Reference documents: MS RADIUS Attributes You might be interested in PoPToP, a Linux PPTP server. You can find it at -. + RADIUS support for MPPE is from Ralf Hofmann, . BUILDING THE PPPD -The userland component of PPPD has no additional requirements above those -for MS-CHAP and MS-CHAPv2. The kernel, however, requires SHA-1 and ARCFOUR. -Public domain implementations of these are provided. Until such time as -MPPE support ships with kernels, you can use the Linux-2.2 implementation -that comes with PPPD. Run the linux/mppe/mppeinstall.sh script, then -rebuild your kernel. The ppp_mppe.o module is added, and the ppp.o module -is modified (unfortunately). You'll need the new ppp.o since it does the -right thing for the 4 extra bytes problem discussed above. +The userland component of PPPD has no additional requirements above +those for MS-CHAP and MS-CHAPv2. The kernel, however, requires SHA-1 +and ARCFOUR. Public domain implementations of these are provided. Until +such time as MPPE support ships with kernels, you can use the Linux-2.2 +implementation that comes with PPPD. Run the linux/mppe/mppeinstall.sh +script, then rebuild your kernel. The ppp_mppe.o module is added, and the +ppp.o module (2.2) or ppp_generic.o (2.4) is modified (unfortunately). +You'll need the new ppp.o/ppp_generic.o since it does the right thing +for the 4 extra bytes problem discussed above. CONFIGURATION