-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I am trying to setup epmd to listen to only ONE local IPv4.
No binding to 0.0.0.0 or :::.
$ ERL_EPMD_ADDRESS=10.40.95.10 epmd -d
epmd: Tue Oct 6 21:38:18 2020: epmd running - daemon = 0
epmd: Tue Oct 6 21:38:18 2020: failed to bind on ipaddr 0.0.0.0: Cannot assign requested address
It tries to listen to ::1, too, as an strace shows.
I think this is either a bug or needs a -4 parameter to only listen to IPv4 addresses.
For context: I am trying to setup rabbitmq. Not 100% sure, if this is the correct epmd.
Metadata
Metadata
Assignees
Labels
No labels