diff --git a/files/iptables/kojibuilder b/files/iptables/kojibuilder index 82e98a8a34..03219ffcc4 100644 --- a/files/iptables/kojibuilder +++ b/files/iptables/kojibuilder @@ -58,10 +58,10 @@ -A OUTPUT -m tcp -p tcp --dport 9418 -d 66.135.62.191 -j ACCEPT -A OUTPUT -m udp -p udp --dport 9418 -d 66.135.62.191 -j ACCEPT -#nfs to nfs01.phx2.fedoraproject.org - a little to wide-open - but +#nfs to vtap-fedora-nfs01.storage.phx2.redhat.com - a little to wide-open - but # kinda necessary --A INPUT -m tcp -p tcp -s 10.5.127.11 -j ACCEPT --A OUTPUT -m tcp -p tcp -d 10.5.127.11 -j ACCEPT +-A INPUT -m tcp -p tcp -s 10.5.88.36 -j ACCEPT +-A OUTPUT -m tcp -p tcp -d 10.5.88.36 -j ACCEPT # ntp -A OUTPUT -m udp -p udp --dport 123 -d 66.187.233.4 -j ACCEPT