Cluster config

This forum is only for reproducible bugs with csf and lfd (i.e. not iptables problems, lack of understanding how to use a feature, etc). Posts must be accompanied with full technical details of the problem and how it can be recreated. Any posts not adhering to this, or not considered bugs, will be moved to the General Discussion (csf) forum.
Post Reply
diceman
Junior Member
Posts: 5
Joined: 21 Jul 2013, 15:50

Cluster config

Post by diceman »

Hi,
i must add in cluster over 50 server. I MUST add ip in CLUSTER_SENDTO and CLUSTER_RECVFROM of all server in ALL server ? And when i need to add new server i MUST edit all 50 server ip ? I try to use cluster config command but not work, does not recognize dots ip address.
ForumAdmin
Moderator
Posts: 1524
Joined: 01 Oct 2008, 09:24

Re: Cluster config

Post by ForumAdmin »

Yes, you have to manually enable it on each server before you can use clustering.

We will have a fix for the cluster commands issue in the next release. In the meantime, you can either use csf from the command line or edit /etc/csf/csfui.pl and change line 675 from:

Code: Select all

	&printcmd("/usr/sbin/csf -cc '$FORM{option} $FORM{value}'");
to:

Code: Select all

	&printcmd("/usr/sbin/csf -cc $FORM{option} $FORM{value}");
Post Reply