Hi, Sorry, it seems this email got lost in my box. On 07/06/11 00:08, CeR wrote: > Hi there! > With the last package I got of conntrack-tools I see some config files > and shell scripts supposed to work in an active/active firewall > cluster. > Configuration files for keepalived are included. > I have configured my system in the way I guess it may work, but have > some doubts about the configuration and the system isn't working at > all. I expect that you're using the experimental scripts available here: http://1984.lsi.us.es/git/?p=cluster-match-scripts/.git;a=tree > Some issues: > · I think keepalived should give both nodes both IPV resources, so the > load balancing can be succefully done with iptables (as seen in > multiprimary.sh) You have to define two resources (one for each node) without virtual IPs (since both nodes will share the same IPs). Please, find attached some toy-example file for keepalived. It needs to be improved for the case when one dead node comes back to life, among other things. This stuff is still work-in-progress, I've been looking for some sponsor to boost this development with no success so far. I'm busy with other things that prevent me from prioritizing this feature. > · With the give configuration, Keepalived sometimes gives IPV > resources to just one node, the other remains inactive and seems like > a passive-backup node. > · In some cases, I have both nodes with both IPV resources, but it > seems that some misconfiguration in iptables DROP packages needed by > clients connections through the firewall. Maybe conntrackd not working > properly in state replication? > > If anyone gives me some clues I could just write some documentation > regarding this configuration, maybe with a little explanation of > protocols and tools being implied. Or is there already some > documentation? All the documentation that you can find is available in the website. There's another article that I wrote which I expect to release once it is published in one journal. However, it does not describe how to deploy this setup, it's more about design, implementation and evaluation. > As you can see, right now i'm working in a non-production environment, > but with more investigation and develop all can be done. I'm really > interested in this. Good luck with it.