value: port 5050 direct needs open for zodbot
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
983d456072
commit
ee1198e0cf
1 changed files with 1 additions and 2 deletions
|
@ -20,10 +20,9 @@ custom_rules: [
|
|||
'-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT',
|
||||
# Needed to let nagios on noc01 and noc02 pipe alerts to zodbot here
|
||||
'-A INPUT -p tcp -m tcp -s 10.3.163.10 --dport 5050 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 10.3.166.10 --dport 5050 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 192.168.1.20 --dport 5050 -j ACCEPT',
|
||||
# batcave01 also needs access to announce commits.
|
||||
'-A INPUT -p tcp -m tcp -s 192.168.1.41 --dport 5050 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 10.3.163.35 --dport 5050 -j ACCEPT',
|
||||
]
|
||||
|
||||
primary_auth_source: ipa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue