Skip to content

Option to listen to IPv4 only #3

@func0der

Description

@func0der

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions