-
Notifications
You must be signed in to change notification settings - Fork 11
Configure replication listener to use IPv6 #116
Copy link
Copy link
Closed
Milestone
Description
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 ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels