summaryrefslogtreecommitdiff
path: root/accel-pptpd/accel-pptp.conf.5
diff options
context:
space:
mode:
authorKozlov Dmitry <dima@server>2010-10-12 16:16:04 +0400
committerKozlov Dmitry <dima@server>2010-10-12 16:19:00 +0400
commit805d4cdd48200d9bced3a5e41eed08f008d913f4 (patch)
treecd8248ba1995161bcaccecc36ed8703c7bf6ba8e /accel-pptpd/accel-pptp.conf.5
parent3313e8b52ab54c7e4a0dd8cd9cc6b3aa05b2019c (diff)
downloadaccel-ppp-805d4cdd48200d9bced3a5e41eed08f008d913f4.tar.gz
accel-ppp-805d4cdd48200d9bced3a5e41eed08f008d913f4.zip
ctrl: implemented L2TPv2 server (without IPsec)
Diffstat (limited to 'accel-pptpd/accel-pptp.conf.5')
-rw-r--r--accel-pptpd/accel-pptp.conf.528
1 files changed, 28 insertions, 0 deletions
diff --git a/accel-pptpd/accel-pptp.conf.5 b/accel-pptpd/accel-pptp.conf.5
index c630ac17..e82b1335 100644
--- a/accel-pptpd/accel-pptp.conf.5
+++ b/accel-pptpd/accel-pptp.conf.5
@@ -156,6 +156,34 @@ options.
If this option is given and
.B n
is greater of zero then pppoe module will produce verbose logging.
+.TP
+.SH [l2tp]
+.br
+Configuration of L2TP module.
+.TP
+.BI "bind=" x.x.x.x
+Specifies IP address to bind.
+.TP
+.BI "host-name=" string
+This name will be sent to clients in Host-Name attribute.
+.TP
+.BI "hello-interval=" n
+Specifies interval (in seconds) to send Hello control message. Its used for keep alive connection. If peer will not respond to Hello connection will be terminated.
+.TP
+.BI "timeout=" n
+Specifies timeout (in seconds) to wait peer completes tunnel and session negotiation.
+.TP
+.BI "rtimeout=" n
+Specifies timeout (in seconds) to wait message acknowledge, if elapsed message retransmition will be performed.
+.TP
+.BI "retransmit=" n
+Specifies maximum number of message retransmission, if exceeds connection will be terminated.
+.TP
+.BI "verbose=" n
+If this option is given and
+.B n
+is greater of zero then l2tp module will produce verbose logging.
+.TP
.SH [radius]
.br
Configuration of RADIUS module.