Got these backwards.
This commit is contained in:
parent
61722b29ba
commit
cbf28d67da
2 changed files with 7 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue