correct koji01.stg ip

This commit is contained in:
Kevin Fenzi 2016-10-11 16:38:55 +00:00
parent 5837634ee3
commit ccf8bb4315
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ kernel_shmmax: 68719476736
# Only allow postgresql access from the frontend node and other db nodes
#
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.87 --dport 5432 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.5.126.188 --dport 5432 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.5.126.189 --dport 5432 -j ACCEPT',
'-A INPUT -d 224.0.0.0/8 -j ACCEPT',

View file

@ -28,7 +28,7 @@ kernel_shmmax: 68719476736
# Only allow postgresql access from the frontend node.
#
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.87 --dport 5432 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.5.126.188 --dport 5432 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.5.126.189 --dport 5432 -j ACCEPT',
'-A INPUT -d 224.0.0.0/8 -j ACCEPT',