correct koji01.stg ip
This commit is contained in:
parent
5837634ee3
commit
ccf8bb4315
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue