X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/bd1ea89ed17f63b4725825f93e2ced687cca45b5..1e722029bc405a555e81840c00708084128c5cdd:/Docs/manual.html diff --git a/Docs/manual.html b/Docs/manual.html index f8f3908..95e3afe 100644 --- a/Docs/manual.html +++ b/Docs/manual.html @@ -265,6 +265,24 @@ from the address of "bind_address" (For use in cases of specific configuration). If no address is given to iftun_address and bind_address, 1.1.1.1 is used. +
  • bind_multi_address (ip address)
    +This parameter permit to listen several addresss of the l2tp udp protocol +(and set several address to the tun interface). +
    +WHEN this parameter is set, It OVERWRITE the parameters "bind_address" +and "iftun_address". +
    +these can be interesting when you want do load-balancing in cluster mode +of the uploaded from the LAC. For example you can set a bgp.prepend(MY_AS) +for Address1 on LNS1 and a bgp.prepend(MY_AS) for Address2 on LNS2 +(see BGP AS-path prepending). +
    +example of use with 2 address: +
    +set bind_multi_address "64.14.13.41, 64.14.13.42" + +
  • +
  • tundevicename (string)
    Name of the tun interface (default: "tun0").
  • @@ -387,6 +405,12 @@ not clustered (the tunnel can be coming from different source IP) (default: no). +
  • disable_sending_hello (boolean)
    +Disable l2tp sending HELLO message for Apple compatibility. +Some OS X implementation of l2tp no manage the L2TP "HELLO message". +(default: no). +
  • +

    LAC configuration

    @@ -442,6 +466,11 @@ PPPOE service name (default: NULL). PPPOE access concentrator name (default: "l2tpns-pppoe"). +
  • pppoe_only_equal_svc_name (boolean)
    +If set to yes, the PPPOE server only accepts clients with a "service-name" +different from NULL and a "service-name" equal to server "service-name" (default: no). +
  • +

    BGP configuration