Is there any way to change the configuration of port 35672-35682 to the local IP address? #11463
-
Is your feature request related to a problem? Please describe.port 35672-35682 now is an all-zero listening port.,which may cause security risks. Is there any way to change the configuration of port 35672-35682 to the local IP address? Describe the solution you'd likeport 35672-35682 now is an all-zero listening port.,which may cause security risks. Is there any way to change the configuration of port 35672-35682 to the local IP address? Describe alternatives you've consideredNo response Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I don't see how a client TCP port can be a "security risk" and how a port can be changed to "a local IP address". In any case, how client TCP port range can be changed for CLI tools has a dedicated documentation section. |
Beta Was this translation helpful? Give feedback.
-
I think the question is related to the fact that the cli tools start a separate erlang node with distribution enabled and they listen for incoming distribution connections (on a port between 35672-35682 by default). And by default they listen on all interfaces (that is what the reporter might refer to as all-zero IP address) This can be configured by And actually the CLI tools don't need to handle any incoming dist connections, its always them which connects to a rabbitmq-server node. So disabling listening is completely fine as well: |
Beta Was this translation helpful? Give feedback.
I don't see how a client TCP port can be a "security risk" and how a port can be changed to "a local IP address".
In any case, how client TCP port range can be changed for CLI tools has a dedicated documentation section.