RHEL Keepalived

From Michael's Information Zone
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

FirewallD Entry

[1]

  • 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'