Blame extensions/libipt_CLUSTERIP.man

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