db-koji01: allow db-koji02 access to postgres
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
81e75d2459
commit
47194ff1f8
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ kernel_shmmax: 68719476736
|
||||||
# Only allow postgresql access from the frontend node.
|
# Only allow postgresql access from the frontend node.
|
||||||
#
|
#
|
||||||
custom_rules: [
|
custom_rules: [
|
||||||
|
'-A INPUT -p tcp -m tcp -s 10.5.125.48 --dport 5432 -j ACCEPT',
|
||||||
'-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.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.125.60 --dport 5432 -j ACCEPT',
|
||||||
'-A INPUT -p tcp -m tcp -s 10.5.125.61 --dport 5432 -j ACCEPT',
|
'-A INPUT -p tcp -m tcp -s 10.5.125.61 --dport 5432 -j ACCEPT',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue