Closed zerthimon closed 8 years ago
The valid range of priorities is 1 to 255, and 255 has a special significance of address owner.
You should have error messages in your logs stating that the priority is not valid and it is being set to 100.
You are also missing a closing '}' at the end of each vrrp_instance block.
Thanks, I rewrote the configs as you suggested and it works! Closing
Trying to set 2 nodes with active IPs:
node1:
node2:
No matter how many nodes are up, all IPs end up on the same node. Is there a misconfiguration on my side ? I'd like to have all nodes keep "their own IP" when both nodes up, and have all IPS when the other node is down.
Edit: