[Help]: bind to a single host interface #606
Unanswered
CyberbreinAirw0lf
asked this question in
Help
Replies: 1 comment
-
I am not aware of any settings exposed that control which host IP address the services bind to - there isn't anything I can see in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Controller Version
v5.15.24.19
Describe Your Issue or Question
I'm running the controller in a Docker container via the host network. And would like to know if there is a way to bind the container to one specific interface (i.e. the management interface)? Ideally similar to what can be done via a bridge network?
Expected Behavior
Services are only listening on the management interface - not the wildcard 0.0.0.0 - see also the output of ss -tulpn.
Steps to Reproduce
See the docker CLI command and the output of ss -tulpn.
How You're Launching the Container
Container Logs
MongoDB Logs
No response
Additional Context
Output of ss -tulpn:
Beta Was this translation helpful? Give feedback.
All reactions