-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL
45 lines (27 loc) · 1.26 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Installation Instructions - Brief
1. install pppd (with MPPE if you require it),
2. if pppd is not in /usr/sbin, edit Makefile, variable PPPD,
3. 'make'
4. 'make install'
Installation Instructions - Detailed
1. install PPP, and make sure it is working.
On most distributions, use the package called ppp or pppd.
If your PPTP server requires MPPE, make sure the pppd program
has been built with MPPE and MS-CHAP support. PPP from
version 2.4.2 onwards has this support. PPP may require
kernel support for MPPE, which may require patching your
kernel.
2. verify that the pppd program is in the /usr/sbin/ directory.
On some distributions, it is in /usr/bin, or somewhere else.
If it isn't in the default directory, edit the Makefile, and
change the PPPD variable to point at the pppd program.
You may even want to run a separate pppd program with MPPE
support.
3. compile
Type 'make'. This should generate the 'pptp' executable.
4. install binaries
Type 'make install' to have the program and the manual page
installed.
Further information
http://pptpclient.sourceforge.net/
$Id: INSTALL,v 1.2 2003/01/15 05:29:20 quozl Exp $