You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
freshtomato-arm/release/src-rt-6.x.4708/router/pptpd
..
debian
html
plugins
samples
tools
AUTHORS
COPYING
ChangeLog
INSTALL
Makefile.am
Makefile.in
Makefile.uClinux
NEWS
README
README.bcrelay
README.cvs
README.inetd
README.logwtmp
README.portslave
README.slirp
TODO
aclocal.m4
bcrelay.8
bcrelay.c
compat.c
compat.h
compile
config.embed.h
config.h.in
configfile.c
configfile.h
configure
configure.ac
ctrlpacket.c
ctrlpacket.h
defaults.h
getopt.c
getopt1.c
install-sh
inststr.c
inststr.h
makepackage
missing
mkinstalldirs
our_getopt.h
our_syslog.h
ppphdlc.c
ppphdlc.h
pptpctrl.8
pptpctrl.c
pptpctrl.h
pptpd.8
pptpd.c
pptpd.conf.5
pptpd.init
pptpd.spec
pptpdefs.h
pptpgre.c
pptpgre.h
pptpmanager.c
pptpmanager.h
pqueue.c
pqueue.h
reconf
version

README

PoPToP README
-------------

You *must* do a 'make install' or PoPToP will *NOT* find the binaries!
See INSTALL for generic compile/install instructions, and run
"./configure --help" for a list of valid options, or just type:

./configure
make
make install

(make install copies the binaries to /usr/local/sbin, so you better be root)

To run PoPToP simply type: 'pptpd' (or /usr/local/sbin/pptpd if you don't
have /usr/local/sbin in your path).

You may specify a number of options on the command line to change
how PoPToP launches PPPD.

Type: 'pptpd -h' for options you may specify on the command line.

A sample config file is in samples/

For more help look in html/
or visit the PoPToP Web site at: http://www.moretonbay.com/vpn/pptp.html


Good Luck!

-PoPToP Development Team