Merge branch 'Toastman-IPT-ND' into Toastman-ND
[tomato.git] / release / src / router / pptp-client / INSTALL
blob0aec1d5613d0f8eda7552b43e1c478fa4765f6fb
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,
5     3.  'make'
6     4.  'make install'
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
19         kernel.
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
28         support.
30     3.  compile
32         Type 'make'.  This should generate the 'pptp' executable.
34     4.  install binaries
36         Type 'make install' to have the program and the manual page
37         installed.
40 Further information
42     http://pptpclient.sourceforge.net/
45 $Id: INSTALL,v 1.2 2003/01/15 05:29:20 quozl Exp $