summaryrefslogtreecommitdiff
path: root/pppd_plugin/src/pppd-pptp.8
diff options
context:
space:
mode:
authorxeb <xeb@mail.ru>2009-06-17 00:56:34 +0400
committerxeb <xeb@mail.ru>2009-06-17 00:56:34 +0400
commitdf2441c834cf341d9b969dacc2dd8dac07cd588e (patch)
treeca0c7d8bade520ac35f5cd5c34dec54b136bd491 /pppd_plugin/src/pppd-pptp.8
downloadaccel-ppp-df2441c834cf341d9b969dacc2dd8dac07cd588e.tar.gz
accel-ppp-df2441c834cf341d9b969dacc2dd8dac07cd588e.zip
initial import
Diffstat (limited to 'pppd_plugin/src/pppd-pptp.8')
-rw-r--r--pppd_plugin/src/pppd-pptp.871
1 files changed, 71 insertions, 0 deletions
diff --git a/pppd_plugin/src/pppd-pptp.8 b/pppd_plugin/src/pppd-pptp.8
new file mode 100644
index 00000000..85b31b21
--- /dev/null
+++ b/pppd_plugin/src/pppd-pptp.8
@@ -0,0 +1,71 @@
+.\" manual page [] for ACCEL-PPTP plugin for pppd 2.4
+.\" $Id: pppd-pptp.8,v 1.0 2007/10/17 13:27:17 kad Exp $
+.\" SH section heading
+.\" SS subsection heading
+.\" LP paragraph
+.\" IP indented paragraph
+.\" TP hanging label
+.TH PPPD-PPTP 8
+.SH NAME
+pptp.so \- PPTP VPN plugin for
+.BR pppd (8)
+.SH SYNOPSIS
+.B pppd
+[
+.I options
+]
+plugin pptp.so
+.SH DESCRIPTION
+.LP
+The PPTP plugin for pppd performs interaction with pptp kernel module
+and has built-in call manager (client part of PPTP).
+It pasees necessary paremeters from \fIoptions\fR into kernel module
+to configure ppp-pptp channel. If it runs in client mode, then additionally
+call manager starts up. PPTPD daemon automaticaly invokes this plugin
+in server mode and passes necessary options, so additional configuration
+is not needed.
+
+.SH OPTIONS for client mode
+The PPTP plugin introduces one additional pppd option:
+.TP
+.BI "pptp_server " server " (required)"
+Specifies ip address or hostname of pptp server.
+.TP
+.BI "pptp_window " packets " (optional)"
+The amount of sliding window size.
+Set to 0 to turn off sliding window.
+ to 3-10 for low speed connections.
+ to >10 for hi speed connections.
+.TP
+.BI "pptp_phone " phone " (optional)"
+The phone string that sended to pptp server.
+.TP
+.BI "pptp_timeout " miliseconds " (optional)"
+Specifies timeout for waiting "ack" packet from server.
+
+.SH USAGE
+Sample configuration file:
+.nf
+plugin "pptp.so"
+pptp_server 192.168.0.1
+pptp_window 50
+name myname
+remotename pptp
+noauth
+refuse-eap
+refuse-chap
+refuse-mschap
+nobsdcomp
+nodeflate
+novj
+novjccomp
+require-mppe-128
+lcp-echo-interval 20
+lcp-echo-failure 3
+.fi
+
+.SH SEE ALSO
+.BR pppd (8) " " pptpd (8) " " pptpd.conf (5)
+
+.SH AUTHOR
+xeb xeb@mail.ru