Fix firewall rules on nms hosts for VRRP
This commit is contained in:
parent
ededecd167
commit
5cedf628c8
1 changed files with 1 additions and 2 deletions
|
@ -34,8 +34,7 @@ firewall_in:
|
|||
- {proto: tcp, port: 9100, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 9116, from: [172.20.20.0/22]}
|
||||
firewall_raw:
|
||||
- "-A INPUT -i eth1 -d 224.0.0.0/8 -j ACCEPT"
|
||||
- "-A INPUT -i eth1 -p vrrp -j ACCEPT"
|
||||
- "ip daddr 224.0.0.0/8 accept"
|
||||
|
||||
sssd_allow_groups:
|
||||
- sysadm
|
||||
|
|
Loading…
Add table
Reference in a new issue