diff options
| author | Kozlov Dmitry <dima@server> | 2010-10-06 16:43:14 +0400 |
|---|---|---|
| committer | Kozlov Dmitry <dima@server> | 2010-10-06 16:43:14 +0400 |
| commit | b6a1268714671904e96a49b88680dc3ff07aaa1c (patch) | |
| tree | 60424372b94312710b9f583b1bcc641de4020316 /pppd_plugin/src/pppd-pptp.8 | |
| parent | 5cf93f33f2350ed3b92f73ead1d2829a6883810a (diff) | |
| download | accel-ppp-b6a1268714671904e96a49b88680dc3ff07aaa1c.tar.gz accel-ppp-b6a1268714671904e96a49b88680dc3ff07aaa1c.zip | |
project cleanup and prepare to release
Diffstat (limited to 'pppd_plugin/src/pppd-pptp.8')
| -rw-r--r-- | pppd_plugin/src/pppd-pptp.8 | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/pppd_plugin/src/pppd-pptp.8 b/pppd_plugin/src/pppd-pptp.8 deleted file mode 100644 index 85b31b21..00000000 --- a/pppd_plugin/src/pppd-pptp.8 +++ /dev/null @@ -1,71 +0,0 @@ -.\" 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 |
