X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/d284765af596cd671e41ac2bfb4ed13302ff5d33..0076e25deebf1bf56182dbd7c00e42a2a3c1f7cd:/Docs/manual.html diff --git a/Docs/manual.html b/Docs/manual.html index d1ce33c..ba62c5d 100644 --- a/Docs/manual.html +++ b/Docs/manual.html @@ -86,7 +86,7 @@ included.<P> <BR> <EM>Documentation is not my best skill. If you find any problems with this document, or if you wish to contribute, please email <A -HREF="mailto:david@dparrish.com?subject=L2TPNS+Documentation">david@dparrish.com</A>.</EM><P> +HREF="mailto:l2tpns-users@lists.sourceforge.net?subject=L2TPNS+Documentation">the mailing list</A>.</EM><P> <H2 ID="Installation">Installation</H2> <H3 ID="Requirements">Requirements</H3> @@ -173,6 +173,12 @@ is any one of the syslog logging facilities, such as local5. <P> </LI> +<LI><B>pid_file</B> (string)<BR> +If this is set, the process id will be written to this file. The filename must +contain an absolute path. +<P> +</LI> + <LI><B>l2tp_secret</B> (string)<BR> This sets the string that l2tpns will use for authenticating tunnel request. This must be the same as the LAC, or authentication will fail. This will @@ -205,6 +211,15 @@ secondary radius server will be tried. <P> </LI> +<LI><B>primary_radius_port</B> (short) +<LI><B>secondary_radius_port</B> (short)<BR> +This sets the authentication ports for the primary and secondary +radius servers. The accounting port is one more than the authentication +port. If no radius ports are given, the authentication port defaults to 1645, +and the accounting port to 1646. +<P> +</LI> + <LI><B>radius_accounting</B> (boolean)<BR> If set to true, then radius accounting packets will be sent. This means that a Start record will be sent when the session is @@ -242,6 +257,12 @@ the CLI, but changes will not affect currently connected users. <P> </LI> +<LI><B>throttle_buckets</B> (int)<BR> +Number of token buckets to allocate for throttling. Each throttled +session requires two buckets (in and out). +<P> +</LI> + <LI><B>accounting_dir</B> (string)<BR> If set to a directory, then every 5 minutes the current usage for every connected use will be dumped to a file in this directory. Each @@ -983,6 +1004,6 @@ That's really what it looks like.<P> <BR> David Parrish<BR> -<A HREF="mailto:david@dparrish.com?subject=L2TPNS+Documentation">david@dparrish.com</A> +<A HREF="mailto:l2tpns-users@lists.sourceforge.net?subject=L2TPNS%20Documentation">l2tpns-users@lists.sourceforge.net</A> </BODY> </HTML>