X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/e49d6736b53034705fc2f54a36e0965070accd69..0f20bfda6a2b5c756eeaa235b2eb48d4e4072bd0:/Docs/manual/manual.xml diff --git a/Docs/manual/manual.xml b/Docs/manual/manual.xml index 38e7b81..f2597c5 100644 --- a/Docs/manual/manual.xml +++ b/Docs/manual/manual.xml @@ -592,6 +592,16 @@ set boolean true + + cluster_port (udp port) + + + UDP cluster port (default: 32792). + See for more information. + + + + cluster_interface (string) @@ -2089,7 +2099,8 @@ iptables -t nat -L garden -nvx An l2tpns cluster consists of one* or more servers configured with the same configuration, notably the - multicast cluster_address. + multicast cluster_address and the + cluster_port *A stand-alone server is simply a degraded cluster. @@ -2098,7 +2109,8 @@ iptables -t nat -L garden -nvx Initially servers come up as cluster slaves, and periodically (every cluster_hb_interval/10 seconds) send out ping packets containing the start time of the process to the - multicast cluster_address. + multicast cluster_address on + cluster_port. @@ -2140,6 +2152,13 @@ iptables -t nat -L garden -nvx *Configurable with cluster_master_min_adv + + + Multiple clusters can be run on the same network by just using different + multicast cluster_address. However, for a given host to + be part of multiple clusters without mixing the clusters, + cluster_port must be different for each cluster. +