Enable access from basset01 to db-fas01
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
6c2aa67cc9
commit
6cc0f2d440
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ custom_rules: [
|
|||
'-A INPUT -p tcp -m tcp -s 10.5.126.46 --dport 5432 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 10.5.126.47 --dport 5432 -j ACCEPT' ,
|
||||
|
||||
# basset01
|
||||
'-A INPUT -p tcp -m tcp -s 10.5.126.194 --dport 5432 -j ACCEPT',
|
||||
|
||||
# sundries02...
|
||||
'-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