1 Dec 2005 03:26
Multiple "br" interfaces for a single bridge ?
Mark Zipp <mark.r.zipp <at> gmail.com>
2005-12-01 02:26:18 GMT
2005-12-01 02:26:18 GMT
Hi, We've been recently trying to use VRRP (https://sourceforge.net/projects/vrrpd/) to provide redundancy for a couple of servers. What we wanted to do was to have both servers be VRRP backups for the other. For example : Server A - eth0 VRRP Master IP - 10.0.0.1 VRRP Backup IP - 10.0.0.2 Server B - eth0 VRRP Master IP - 10.0.0.2 VRRP Bcakup IP - 10.0.0.1 We'd then put two A records in DNS for the single hostname, and then rely DNS round robin to perform basic load balancing between the servers. If one of the servers fails, then the other would then take over both of the VRRP Master IP addresses. This wouldn't be a perfect fail over as any existing TCP sessions would die, however it is enough availability for our requirements. One problem we have is that, due to the way VRRP has to interact with kernel ARP, the vrrpd software changes the assigned MAC addresses on the interfaces it has been configured to use. Since the above scenario would have two VRRP groups, resulting in two different MAC addresses, we can't run two instances of VRRP as above using the same ethernet interface. One idea we had was to create a bridge on each server, add eth0 and(Continue reading)
RSS Feed