PPTPD(8) | System Manager's Manual | PPTPD(8) |
pptpd - PPTP VPN daemon
pptpd [ options ]
pptpd is the Poptop PPTP daemon, which manages tunnelled PPP connections encapsulated in GRE using the PPTP VPN protocol. It may contain features like IP address management and TCP wrappers if compiled in.
Here we document the command line options. See pptpd.conf(5) for configuration directives, IP address allocation, routing, and firewall rules.
/etc/pptpd.conf
/var/run/pptpd.pid
To turn on debugging, add 'debug' to /etc/pptpd.conf and your PPP
options file, and restart pptpd.
Typically the PPP options file is options.pptpd in /etc/ppp,
though on some distributions it may be pptpd-options. Use your package
manager to find it, e.g. 'rpm -ql pptpd | grep options' or 'dpkg --listfiles
pptpd | grep options'.
You may need to configure syslogd to catch debug messages. e.g.
edit /etc/syslog.conf and add something similar to the example below, then
restart syslogd.
# debug logging
*.debug;mail.none /var/log/debug
This will log all debug information, except mail, to the file
/var/log/debug. Note that this is a lot of information and might flood your
disks. If performance is an issue, you can try turning off sync during your
debugging, by prefixing the destination with '-'.
# debug logging
*.debug;mail.none -/var/log/debug
Disable this line and restart syslog after you are done debugging.
See the syslog man pages for more details.
Poptop is written by Matthew Ramsay <matthewr@moreton.com.au>, David Luyer <luyer@ucs.uwa.edu.au>, Kevin Thayer <tmk@netmagic.net>, Peter Galbavy <Peter.Galbavy@knowledge.com> and others. Development has been moved to SourceForge and worked on by Richard de Vroede <r.devroede@linvision.com> since June 26, 2002.
Copyright © 1999 Matthew Ramsay and others.
Poptop is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
Poptop is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Poptop; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
The most recent version of Poptop is available for download from SourceForge at http://sourceforge.net/projects/poptop.
29 December 2005 |