1This module allows you to configure a simple cluster of nodes that share 2a certain IP and MAC address without an explicit load balancer in front of 3them. Connections are statically distributed between the nodes in this 4cluster. 5.PP 6Please note that CLUSTERIP target is considered deprecated in favour of cluster 7match which is more flexible and not limited to IPv4. 8.TP 9\fB\-\-new\fP 10Create a new ClusterIP. You always have to set this on the first rule 11for a given ClusterIP. 12.TP 13\fB\-\-hashmode\fP \fImode\fP 14Specify the hashing mode. Has to be one of 15\fBsourceip\fP, \fBsourceip\-sourceport\fP, \fBsourceip\-sourceport\-destport\fP. 16.TP 17\fB\-\-clustermac\fP \fImac\fP 18Specify the ClusterIP MAC address. Has to be a link\-layer multicast address 19.TP 20\fB\-\-total\-nodes\fP \fInum\fP 21Number of total nodes within this cluster. 22.TP 23\fB\-\-local\-node\fP \fInum\fP 24Local node number within this cluster. 25.TP 26\fB\-\-hash\-init\fP \fIrnd\fP 27Specify the random seed used for hash initialization. 28