Difference between revisions of "RHEL Keepalived"
Jump to navigation
Jump to search
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...") |
Michael.mast (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | ==Verify IPs== | ||
+ | <pre>ip -brief address show</pre> | ||
==FirewallD Entry== | ==FirewallD Entry== | ||
<ref>https://github.com/acassen/keepalived/issues/1373</ref> | <ref>https://github.com/acassen/keepalived/issues/1373</ref> |
Latest revision as of 15:06, 29 April 2021
Verify IPs
ip -brief address show
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'