Got these backwards.

This commit is contained in:
Ralph Bean 2014-10-03 16:30:05 +00:00
parent 61722b29ba
commit cbf28d67da
2 changed files with 7 additions and 4 deletions

View file

@ -11,8 +11,6 @@ custom_rules: [
# Need for rsync from log01 for logs.
'-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT',
# Need so that anitya-backend can talk fedmsg to our relay
'-A INPUT -p tcp -m tcp -s 140.211.169.230 --dport 9939 -j ACCEPT',
]
# No other ports open. no web service running here.

View file

@ -10,8 +10,13 @@ num_cpus: 2
# 9940 is for the anitya public relay
tcp_ports: [ 80, 443, 9940 ]
# Neeed for rsync from log01 for logs.
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
custom_rules: [
# Need for rsync from log01 for logs.
'-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT',
# Need so that anitya-backend can talk fedmsg to our relay
'-A INPUT -p tcp -m tcp -s 140.211.169.230 --dport 9939 -j ACCEPT',
]
fas_client_groups: sysadmin-noc,sysadmin-web