add iptables rules so fasclient and 2 facter auth can work
This commit is contained in:
parent
149fb59671
commit
72f28bac6e
1 changed files with 6 additions and 0 deletions
|
@ -64,6 +64,12 @@
|
|||
-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
|
||||
|
||||
# admin.fedoraproject.org for fas
|
||||
-A OUTPUT -p tcp -m tcp -d admin.fedoraproject.org --dport 80 -j ACCEPT
|
||||
-A OUTPUT -p tcp -m tcp -d admin.phx2.fedoraproject.org --dport 443 -j ACCEPT
|
||||
# for 2 facter auth
|
||||
-A OUTPUT -p tcp -m tcp -d fas-all.phx2.fedoraproject.org --dport 8443 -j ACCEPT
|
||||
|
||||
#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.88.36 -j ACCEPT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue