Use fas-all ips instead of name, as dns may not yet be on at boot.
This commit is contained in:
parent
b12e9cbb19
commit
f28aad573d
1 changed files with 3 additions and 1 deletions
|
@ -72,7 +72,9 @@
|
|||
-A OUTPUT -p tcp -m tcp -d admin.fedoraproject.org --dport 80 -j ACCEPT
|
||||
-A OUTPUT -p tcp -m tcp -d admin.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
|
||||
-A OUTPUT -p tcp -m tcp -d 10.5.126.30 -all.phx2.fedoraproject.org --dport 8443 -j ACCEPT
|
||||
-A OUTPUT -p tcp -m tcp -d 10.5.126.25 -all.phx2.fedoraproject.org --dport 8443 -j ACCEPT
|
||||
-A OUTPUT -p tcp -m tcp -d 10.5.126.26 -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue