Hi all, I�m trying to find a Linux (kernel 2.4) software module that will allow to create a firewall cluster based on netfilter/iptables.
- Is there any software to create a high availability firewall solution based on Linux (netfilter)? I would like to get something similar to the Nokia Firewall-1 solution (it is based on VRRP). - Does anyone know if the VRRPd module from http://w3.arobas.net/~jetienne/vrrpd/FAQ works fine with netfilter? - Does anyoe know if other High Availability Linux solutions work fine with netfilter, for example, the RedHat Piranha software (http://www.redhat.com/support/wpapers/piranha/) or perhaps the LVS, http://www.linuxvirtualserver.org. The idea will be to create a 2 node cluster, both systems filtering network traffic using netfilter, and the desired features will be: - fault tolerance (if one node falut down, the other will take its connections, without loosing them). - load sharing (both nodes are working and filtering traffic at the same time). I would like to get both, open source and commercial references, if any. Regards, Ra�l
