EPMD IP binding doesn't change, but there's a possible workaround #11033
-
Describe the bug
To resolve the issue I've removed the dependency in
Then I killed
Reproduction steps
Expected behaviorepmd binds to the IP that's been set using 'export ERL_EPMD_ADDRESS=' directive Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Thanks for your report. In your environment, please note that
Probably, the "correct" way to achieve this is through |
Beta Was this translation helpful? Give feedback.
-
OK, I finally figured it out. Note that I'm using this Ubuntu 22.04 VM - https://app.vagrantup.com/generic/boxes/ubuntu2204 After starting it, I did Also note that this VM explicitly disables ipv6 for the
I'm not sure why it ships this way, but it did throw a loop into some of my tests. Also, you need to ensure that the short host name resolves to
You need to create two override files:
To be honest, this override isn't strictly necessary, I'm just using it to demonstrate that the
Then, do a
Let me know how it works in your environment. |
Beta Was this translation helpful? Give feedback.
OK, I finally figured it out.
Note that I'm using this Ubuntu 22.04 VM - https://app.vagrantup.com/generic/boxes/ubuntu2204
After starting it, I did
apt update && apt upgrade
Also note that this VM explicitly disables ipv6 for the
lo
interface:I'm not sure why it ships this way, but it did throw a loop into some of my tests. Also, you need to ensure that the short host name resolves to
127.0.0.1
: