Allow ipsilon01.stg into db-fas01.stg

This commit is contained in:
Patrick Uiterwijk 2015-02-24 21:31:59 +00:00
parent 6c9c19f682
commit c17c9a76f6

View file

@ -27,7 +27,7 @@ fas_client_groups: sysadmin-dba,sysadmin-noc
#
# 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', '-A INPUT -p tcp -m tcp -s 10.5.126.28 --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', '-A INPUT -p tcp -m tcp -s 10.5.126.35 --dport 5432 -j ACCEPT']
#
# Large updates pushes cause lots of db threads doing the tag moves, so up this from default.