X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/60589c977c109666cbec754da1a589fb22cd3f6d..caeeb2635b57904e554e046815fa16ab5c3749db:/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.


Documentation is not my best skill. If you find any problems with this document, or if you wish to contribute, please email david@dparrish.com.

+HREF="mailto:l2tpns-users@lists.sourceforge.net?subject=L2TPNS+Documentation">the mailing list.

Installation

Requirements

@@ -173,6 +173,12 @@ is any one of the syslog logging facilities, such as local5.

+

  • pid_file (string)
    +If this is set, the process id will be written to this file. The filename must +contain an absolute path. +

    +

  • +
  • l2tp_secret (string)
    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.

  • +
  • primary_radius_port (short) +
  • secondary_radius_port (short)
    +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. +

    +

  • +
  • radius_accounting (boolean)
    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.

  • +
  • throttle_buckets (int)
    +Number of token buckets to allocate for throttling. Each throttled +session requires two buckets (in and out). +

    +

  • +
  • accounting_dir (string)
    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.


    David Parrish
    -david@dparrish.com +l2tpns-users@lists.sourceforge.net