Skip to content
Discussion options

You must be logged in to vote

You have a complicated setup. Please be sure to carefully read the docs - https://www.rabbitmq.com/networking.html#distribution-ipv6

You probably have to set ERL_EPMD_ADDRESS in /etc/rabbitmq/rabbitmq-env.conf as well as the options listed here:

  • Create the /etc/rabbitmq/erl_inetrc file with this content:

    {inet6,true}.
    
  • Ensure your /etc/rabbitmq/rabbitmq-env.conf file contains the following (note that the RABBITMQ_ prefix is not required in this file):

    ERL_EPMD_ADDRESS='2605:84c0:48:4::8'
    SERVER_ADDITIONAL_ERL_ARGS='-kernel inetrc /etc/rabbitmq/erl_inetrc -proto_dist inet6_tcp'
    CTL_ERL_ARGS='-proto_dist inet6_tcp'
    

Be sure to kill all erl and epmd processes before restarting RabbitMQ.

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@sergey-safarov
Comment options

@michaelklishin
Comment options

@michaelklishin
Comment options

@sergey-safarov
Comment options

@sergey-safarov
Comment options

Comment options

You must be logged in to vote
2 replies
@sergey-safarov
Comment options

@lukebakken
Comment options

Answer selected by sergey-safarov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #5555 on August 18, 2022 21:05.