Skip to content

Configure replication listener to use IPv6 #116

@jfroche

Description

@jfroche

We are using rabbitmq in docker containers with dual stack ipv4 and ipv6 (ipv4 cannot be disabled in docker).

It looks like replication is listening to ipv4 by default:

$ ss -l -n -p
tcp                    LISTEN                  0                       128                                              0.0.0.0:4369                                             0.0.0.0:*                      users:(("epmd",pid=1577398,fd=3))
tcp                    LISTEN                  0                       0                                                0.0.0.0:6004                                             0.0.0.0:*                      users:(("beam.smp",pid=1577227,fd=38))
tcp                    LISTEN                  0                       128                                                    *:5672                                                   *:*                      users:(("beam.smp",pid=1577227,fd=44))
tcp                    LISTEN                  0                       128                                                    *:25672                                                  *:*                      users:(("beam.smp",pid=1577227,fd=17))
tcp                    LISTEN                  0                       128                                                    *:2314                                                   *:*                      users:(("beam.smp",pid=1577227,fd=42))
tcp                    LISTEN                  0                       128                                                    *:5552                                                   *:*                      users:(("beam.smp",pid=1577227,fd=43))
tcp                    LISTEN                  0                       128                                                 [::]:4369                                                [::]:*                      users:(("epmd",pid=1577398,fd=4))
tcp                    LISTEN                  0                       128                                                    *:15672                                                  *:*                      users:(("beam.smp",pid=1577227,fd=41))

Is it possible that, at the moment, there is no listener option which would help us define the inet6 option ?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions