summaryrefslogtreecommitdiffstats
path: root/roles/base/templates/iptables/iptables.releng
diff options
context:
space:
mode:
Diffstat (limited to 'roles/base/templates/iptables/iptables.releng')
-rw-r--r--roles/base/templates/iptables/iptables.releng2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/base/templates/iptables/iptables.releng b/roles/base/templates/iptables/iptables.releng
index 7a26944be..56528bd22 100644
--- a/roles/base/templates/iptables/iptables.releng
+++ b/roles/base/templates/iptables/iptables.releng
@@ -29,10 +29,12 @@ COMMIT
# Overwrite any global rules
# for nrpe - allow it from nocs
-A INPUT -p tcp -m tcp -s 192.168.1.10 --dport 5666 -j ACCEPT
+-A INPUT -p tcp -m tcp -s 192.168.1.166 --dport 5666 -j ACCEPT
# FIXME - this is the global nat-ip and we need the noc01-specific ip
-A INPUT -p tcp -m tcp -s 209.132.181.102 --dport 5666 -j ACCEPT
-A INPUT -p tcp -m tcp -s 209.132.181.35 --dport 5666 -j ACCEPT
-A INPUT -p tcp -m tcp -s 10.5.126.41 --dport 5666 -j ACCEPT
+-A INPUT -p tcp -m tcp -s 10.5.126.241 --dport 5666 -j ACCEPT
# if the blocked_ips is defined - drop them
{% if blocked_ips is defined %}