Allow db connections from new hub ip

This commit is contained in:
Kevin Fenzi 2015-07-24 15:31:46 +00:00
parent b76b21596f
commit 5f46743b7b

View file

@ -31,7 +31,7 @@ kernel_shmmax: 68719476736
#
# Only allow postgresql access from the frontend node.
#
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.131.15 --dport 5432 -j ACCEPT' ]
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.124.191 --dport 5432 -j ACCEPT' ]
#
# Large updates pushes cause lots of db threads doing the tag moves, so up this from default.