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