BCM WL 6.30.102.9 (r366174)
[tomato.git] / release / src / router / pptpd / README
blobbb043e343ff67d18d288e621b0f356a60e340a92
1 Poptop README
2 -------------
4 You *must* do a 'make install' or Poptop will *NOT* find the binaries!
5 See INSTALL for generic compile/install instructions, and run
6 "./configure --help" for a list of valid options, or just type:
8 ./configure
9 make
10 make install
12 (make install copies the binaries to /usr/local/sbin, so you better be root)
14 To run Poptop simply type: 'pptpd' (or /usr/local/sbin/pptpd if you don't
15 have /usr/local/sbin in your path).
17 You may specify a number of options on the command line to change
18 how Poptop launches PPP.
20 Type: 'pptpd -h' for options you may specify on the command line.
22 A sample config file is in samples/
24 For more help look in html/
25 or visit the Poptop web site at: http://poptop.sourceforge.net/
28 Good Luck!
30 -Poptop Development Team