From 81b811838d547875f4beedbaeb9879231fd9d063 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 5 Jul 2013 19:04:16 +0000 Subject: [PATCH] add back 10.X for nagios nrpe on iptables --- files/iptables/iptables | 1 + 1 file changed, 1 insertion(+) diff --git a/files/iptables/iptables b/files/iptables/iptables index 2687f5bb75..78b74c8096 100644 --- a/files/iptables/iptables +++ b/files/iptables/iptables @@ -28,6 +28,7 @@ # FIXME - this is the global nat-ip and we need the noc01-specific ip -A INPUT -p tcp -m tcp --dport 5666 -s 209.132.181.102 -j ACCEPT -A INPUT -p tcp -m tcp --dport 5666 -s 209.132.181.35 -j ACCEPT +-A INPUT -p tcp -m tcp --dport 5666 -s 10.5.126.41 -j ACCEPT # if the host/group defines incoming tcp_ports - allow them