Blame extensions/libipt_CLUSTERIP.man

Packit 7b22a4
This module allows you to configure a simple cluster of nodes that share
Packit 7b22a4
a certain IP and MAC address without an explicit load balancer in front of
Packit 7b22a4
them.  Connections are statically distributed between the nodes in this
Packit 7b22a4
cluster.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-new\fP
Packit 7b22a4
Create a new ClusterIP.  You always have to set this on the first rule
Packit 7b22a4
for a given ClusterIP.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-hashmode\fP \fImode\fP
Packit 7b22a4
Specify the hashing mode.  Has to be one of
Packit 7b22a4
\fBsourceip\fP, \fBsourceip\-sourceport\fP, \fBsourceip\-sourceport\-destport\fP.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-clustermac\fP \fImac\fP
Packit 7b22a4
Specify the ClusterIP MAC address. Has to be a link\-layer multicast address
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-total\-nodes\fP \fInum\fP
Packit 7b22a4
Number of total nodes within this cluster.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-local\-node\fP \fInum\fP
Packit 7b22a4
Local node number within this cluster.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-hash\-init\fP \fIrnd\fP
Packit 7b22a4
Specify the random seed used for hash initialization.