rabbitmq: Set prod ips correctly in group file to allow for inter-node taffic.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
4cd704e5fc
commit
fea0ef6c08
1 changed files with 3 additions and 3 deletions
|
@ -44,9 +44,9 @@ custom_rules: [
|
|||
'-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT',
|
||||
# Inter-node traffic
|
||||
'-A INPUT -p tcp -m tcp -s 10.5.128.46 --dport 25672 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 10.5.128.47 --dport 25672 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 10.5.128.48 --dport 25672 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 10.5.126.74 --dport 25672 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 10.5.126.75 --dport 25672 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 10.5.126.76 --dport 25672 -j ACCEPT',
|
||||
]
|
||||
|
||||
fas_client_groups: sysadmin-main,sysadmin-messaging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue