Okay, so multicast works, but only if I manually specify the multicast address 224.0.0.1
omping -m 224.0.0.1 node1 node2
But what I get when I run
corosync-cmapctl -g totem.interface.0.mcastaddr
is
totem.interface.0.mcastaddr (str) = 239.192.23.137
EDIT:
Fix was simple, I just added a...