Hi All,
Is there a way to get carp working through a bridge?
I am currently testing to see whether I can have 2 vmd VMs on different hosts
use carp between them.
The current state that I am currently at is, both VMs are master.
Setup on both hosts is the same, bridge1 with em0 as interface.
# vm.conf
switch "uplink_bridge1" {
interface bridge1
}
vm "lb1" {
disable
disk "/home/mischa/vmm/lb1.img"
interface tap {
switch "uplink_bridge1"
}
}
lb1 carp config:
inet 192.168.0.100 255.255.255.0 NONE vhid 1 pass xxxx carpdev vio0 advbase 10
advskew 100
lb2 carp config:
inet 192.168.0.100 255.255.255.0 NONE vhid 1 pass xxxx carpdev vio0 advbase 10
advskew 110
Is there anything that can be configured on the bridge side?
Mischa