Allow fedoauth01.stg to talk to db-fas01.stg
This commit is contained in:
parent
4b49668aa9
commit
6025f90dee
1 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@ num_cpus: 2
|
|||
fas_client_groups: sysadmin-dba,sysadmin-noc
|
||||
|
||||
#
|
||||
# Only allow postgresql access from the frontend node.
|
||||
# Only allow postgresql access from the frontend node and fedoauth01.stg
|
||||
#
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.86 --dport 5432 -j ACCEPT' ]
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.86 --dport 5432 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.126.28 --dport 5432 -j ACCEPT' ]
|
||||
|
||||
#
|
||||
# Large updates pushes cause lots of db threads doing the tag moves, so up this from default.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue