> This can happen if the list of addresses, netmasks vhid and password > of an carp interface is not exactly the same on the two hosts. > > -Otto
I'm confused, because if I reboot in this case the Secondary, all carp interfaces swiched to Master state on primary, without any packet loss. I double checked my setup, but I didnt find a mistake. Primary: /etc/hostname.carp0:inet 10.1.1.1 255.255.255.0 10.1.1.255 vhid 1 pass aaa /etc/hostname.carp1:inet 10.1.2.1 255.255.255.0 10.1.2.255 vhid 2 pass bbb /etc/hostname.carp2:inet 10.1.3.1 255.255.255.0 10.1.3.255 vhid 3 pass ccc /etc/hostname.em0:inet 10.1.1.2 255.255.255.0 NONE /etc/hostname.em1:inet 192.168.199.1 255.255.255.0 NONE /etc/hostname.em2:inet 10.1.2.2 255.255.255.0 NONE /etc/hostname.em3:inet 10.1.3.2 255.255.255.0 NONE /etc/hostname.pfsync0:up syncdev em1 Secondary: /etc/hostname.carp0:inet 10.1.1.1 255.255.255.0 10.1.1.255 vhid 1 advskew 100 pass aaa /etc/hostname.carp1:inet 10.1.2.1 255.255.255.0 10.1.2.255 vhid 2 advskew 100 pass bbb /etc/hostname.carp2:inet 10.1.3.1 255.255.255.0 10.1.3.255 vhid 3 advskew 100 pass ccc /etc/hostname.em0:inet 10.1.1.3 255.255.255.0 NONE /etc/hostname.em1:inet 192.168.199.2 255.255.255.0 NONE /etc/hostname.em2:inet 10.1.2.3 255.255.255.0 NONE /etc/hostname.em3:inet 10.1.3.3 255.255.255.0 NONE /etc/hostname.pfsync0:up syncdev em1 Regards, Tom

