Difference between revisions of "RHEL Keepalived"

From Michael's Information Zone
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 13:12, 29 April 2021

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'