add back 10.X for nagios nrpe on iptables

This commit is contained in:
Seth Vidal 2013-07-05 19:04:16 +00:00
parent 80976d3d5d
commit 81b811838d

View file

@ -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