mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
osuosl: drop br0 interface requirement
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -25,7 +25,7 @@ add rule ip filter INPUT ip saddr {{ ip }} counter drop
|
||||
# vpn in from tun0
|
||||
add rule ip filter INPUT iifname "tun0" ip saddr 192.168.0.0/24 ct state new tcp dport 22 counter accept
|
||||
# external ip for iad2
|
||||
add rule ip filter INPUT iifname "br0" ip saddr 38.145.60.0/24 ct state new tcp dport 22 counter accept
|
||||
add rule ip filter INPUT ip saddr 38.145.60.0/24 ct state new tcp dport 22 counter accept
|
||||
|
||||
# for nrpe - allow it from nocs
|
||||
add rule ip filter INPUT ip saddr 192.168.1.10 tcp dport 5666 counter accept
|
||||
|
||||
Reference in New Issue
Block a user