-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Ryan,
On 08.02.2012 02:51, Ryan Stepalavich wrote: > Good evening, > > I'm currently attempting to build a LAMP high-availability cluster > in Ubuntu 11.10. The trick is that each node is in a different > VLAN. This causes Heartbeat to die when trying to fail over the > hosted IP into an invalid VLAN. > > Site 1 VLAN: 10.204.200.0/24 Site 2 VLAN: 10.204.202.0/24 > > Is there a way around this issue? Yes there is. We are using BGP and quagga for this. The IP address is bound via heartbeat:IPaddr2 on a local dummy device. Quagga (zebra and bgpd) does the BGP announcement towards our border gateways and therefor the IP is routed towards the active node. In gerneral you can use any routing protocol for this pupose (e.g. OSPF, ISIS) - -- Bjoern Boschman nfon AG Leonrodstraße 68 D-80636 München fon +49 (0)89 453 00-0 fax +49 (0)89 453 00-100 mail [email protected] web www.nfon.net Support-Hotline der nfon AG mail [email protected] fon +49 (0)89 453 00-555 Vorsitzender des Aufsichtsrats: Prof. Dr. Jens Boecker Vorstände: Marcus Otto, Jens Blomeyer Sitz der Gesellschaft München Amtsgericht München, HRB 168022 USt-ID DE254495743 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk9DTykACgkQABMWRpwdNulWbACfar3UqXP7XGUEUN7DYa99EAHT aKEAn3dmIifxr9CFEMIqYF5/QblTbYqU =JxJ8 -----END PGP SIGNATURE----- _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
