Add noc01 to be able to talk to db-koji01's db for monitoring.
This commit is contained in:
parent
280179277b
commit
5006fbc089
1 changed files with 1 additions and 1 deletions
|
@ -32,4 +32,4 @@ kernel_shmmax: 68719476736
|
|||
#
|
||||
# Only allow postgresql access from the frontend node.
|
||||
#
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.125.59 --dport 5432 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.125.60 --dport 5432 -j ACCEPT' ]
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.125.59 --dport 5432 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.125.60 --dport 5432 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.126.41 --dport 5432 -j ACCEPT' ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue