Re: High Availability (HA)
2006-06-01 08:38:34 GMT
Heartbeat can do IP address failover, but cannot do iptables/netfilter status replication between hosts: if the master breaks, the second node will accept traffic on the same IP after heartbeat system has "failed-over" the IP address, but every existing connection established on the master will fail on the secondary node because every packet will be considered NEW and every existing NATed connection will break. Heartbeat does not and cannot maintain the netfilter kernel tables syncronized.
Heartbeat is good for service failover but leave to each service the duty of providing status and data replication.
If the service is netfilter/iptables firewall, the solution for status replication can be ct_sync, but is a not yet mature project and involve kernel patching and rebuild.
You can refer to: http://svn.netfilter.org/netfilter/branches/netfilter-ha/linux-2.6/README for more info about it.
And... if you will be successful with it please: share your experience!!

Bye
----------------------------------------------------- Paolo Basenghi - Sistemi Informativi Az. Speciale Farmacie Comunali Riunite Via Doberdò, 9 - 42100 Reggio Emilia Tel. +39(0522)543312 - Fax +39(0522)550146 paolo.basenghi <at> fcr.re.it; www.fcr.re.it; www.saninforma.it; www.futurfarma.it -----------------------------------------------------
Julian Hein ha scritto:
Hi,I look for a HA solution. Did some of you manage to configure such a solution ?Yes, with heartbeat. If one node goes down, the other takes over. It is pretty straight. Best, Julian ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=k&kid
RSS Feed