mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 22:41:50 +08:00
osuosl: add mm-backend external ip for ssh on osuosl proxies so we can sync mm data.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
-A INPUT -m conntrack --ctstate NEW -m tcp -p tcp --dport 22 -s 209.132.181.0/24 -j ACCEPT
|
||||
# external ip for iad2/batcave01
|
||||
-A INPUT -m conntrack --ctstate NEW -m tcp -p tcp --dport 22 -s 38.145.60.16 -j ACCEPT
|
||||
# external ip for iad2/mm-backend to sync mm data
|
||||
-A INPUT -m conntrack --ctstate NEW -m tcp -p tcp --dport 22 -s 38.145.60.3 -j ACCEPT
|
||||
|
||||
# for nrpe - allow it from nocs
|
||||
-A INPUT -p tcp -m tcp --dport 5666 -s 192.168.1.10 -j ACCEPT
|
||||
|
||||
Reference in New Issue
Block a user