RHEL Keepalived
Revision as of 13:12, 29 April 2021 by Michael.mast (talk | contribs) (Created page with "==FirewallD Entry== <ref>https://github.com/acassen/keepalived/issues/1373</ref> *First Node <pre> firewall-cmd --permanent --add-rich-rule='rule family=ipv4 source address=17...")
FirewallD Entry
- First Node
firewall-cmd --permanent --add-rich-rule='rule family=ipv4 source address=172.16.250.21/32 destination address=224.0.0.18/32 protocol value=vrrp accept'
- Second Node
firewall-cmd --permanent --add-rich-rule='rule family=ipv4 source address=172.16.250.20/32 destination address=224.0.0.18/32 protocol value=vrrp accept'