1 Installation Instructions - Brief
3 1. install pppd (with MPPE if you require it),
4 2. if pppd is not in /usr/sbin, edit Makefile, variable PPPD,
9 Installation Instructions - Detailed
11 1. install PPP, and make sure it is working.
13 On most distributions, use the package called ppp or pppd.
15 If your PPTP server requires MPPE, make sure the pppd program
16 has been built with MPPE and MS-CHAP support. PPP from
17 version 2.4.2 onwards has this support. PPP may require
18 kernel support for MPPE, which may require patching your
21 2. verify that the pppd program is in the /usr/sbin/ directory.
23 On some distributions, it is in /usr/bin, or somewhere else.
24 If it isn't in the default directory, edit the Makefile, and
25 change the PPPD variable to point at the pppd program.
27 You may even want to run a separate pppd program with MPPE
32 Type 'make'. This should generate the 'pptp' executable.
36 Type 'make install' to have the program and the manual page
42 http://pptpclient.sourceforge.net/
45 $Id: INSTALL,v 1.2 2003/01/15 05:29:20 quozl Exp $