diff options
author | Kozlov Dmitry <dima@server> | 2010-10-08 13:01:25 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-10-08 13:01:34 +0400 |
commit | ba66ece34d50e80502a57c48634d58682ac71250 (patch) | |
tree | dc683df30fa3c71bded06f6634cc596a5642d555 /accel-pptpd/accel-pptp.conf.5 | |
parent | c258ec9bc665fdbd479498a77aea5589b316e074 (diff) | |
download | accel-ppp-ba66ece34d50e80502a57c48634d58682ac71250.tar.gz accel-ppp-ba66ece34d50e80502a57c48634d58682ac71250.zip |
pppoe: changed cookie generation procedure (due to connection problem from windows)
updated documentation
Diffstat (limited to 'accel-pptpd/accel-pptp.conf.5')
-rw-r--r-- | accel-pptpd/accel-pptp.conf.5 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/accel-pptpd/accel-pptp.conf.5 b/accel-pptpd/accel-pptp.conf.5 index a983c7c9..c630ac17 100644 --- a/accel-pptpd/accel-pptp.conf.5 +++ b/accel-pptpd/accel-pptp.conf.5 @@ -36,6 +36,10 @@ This is logging target which logs messages to PostgreSQL. .br PPTP controlling connection handling module. .TP +.BI pppoe +.br +PPPoE discovery stage handling module. +.TP .BI auth_pap PAP authentication module. .TP @@ -139,6 +143,19 @@ Specifies maximum number of echo-requests may be sent without valid echo-reply, .BI "timeout=" n Timeout waiting reply from client in seconds (default 5). .TP +.SH [pppoe] +.br +Configuration of PPPoE module. +.TP +.BI "interface=" ethX +Specifies interface name to listen/send discovery packets. You may specify multiple +.B interface +options. +.TP +.BI "verbose=" n +If this option is given and +.B n +is greater of zero then pppoe module will produce verbose logging. .SH [radius] .br Configuration of RADIUS module. |