@jimp:
I split this into its own topic. The other topic was sufficiently answered and yours may or may not be the same thing.
If it shows that it's blocking from "self" that implies you have a network loop somewhere, or two interfaces on the same firewall plugged into the same switch/vlan.
Dual master situations are almost always switch/layer 2 related, as mentioned in the other thread.
Maybe is a layer 2 problem.
Today, after the two boxes are upgraded to 2.0.1-stable the log is not anymore on the two boxes.
Now the Master is the Master on the problematic VIP and the Slave is as Slave. That seems to be ok, but the slave cannot communicate with the gateway on that VIP.
I have two physical boxes with two nics each one.
One nic is used for pfsync and the other is splitted into 11 vlans.
That nic is connected to a trunk port on a layer 2 switch.
The Gateway is connected to an access port on the same switch on vlan6 with ip 172.16.0.17/29
The first box has on vlan6 ip 172.16.0.19/29
The second box has on vlan6 ip 172.16.0.20/29
Bot share VIP 172.16.0.18/29
172.16.0.17 can ping two boxes ip but 172.16.0.20 can't ping gateway nor master on vlan6.
Each box uses 172.16.0.18 as source when they ping to 172.16.0.17. I am really confused with this :(
Also I did tcpdump -i re0_vlan6 -ttt -n proto CARP and get this on two boxes:
Master
00:00:01.017627 IP 172.16.0.19 > 224.0.0.18: VRRPv2, Advertisement, vrid 1, prio 0, authtype none, intvl 1s, length 36
Slave
00:00:01.017052 IP 172.16.0.19 > 224.0.0.18: VRRPv2, Advertisement, vrid 1, prio 0, authtype none, intvl 1s, length 36
Yesterday before the upgrade I had:
First box (Master):
00:00:00.011262 IP 172.16.0.18 > 224.0.0.18: VRRPv2, Advertisement, vrid 1, prio 100, authtype none, intvl 1s, length 36
Second box (Slave):
00:00:00.382580 IP 172.16.0.18 > 224.0.0.18: VRRPv2, Advertisement, vrid 1, prio 100, authtype none, intvl 1s, length 36