Fix custom firewall rules for print hosts
This commit is contained in:
parent
1ff80f9171
commit
14c7189429
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ firewall_in:
|
|||
- {proto: tcp, port: 631, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 9100, 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"
|
||||
|
||||
dhcpd_template: dhcpd.conf.print.j2
|
||||
dhcpd_ldap_filter: >-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue