You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I am getting started with glusterfs. While running glusterd using this command:
$ glusterd --no-daemon --log-level=INFO
I've noticed it listens only on IPv4
$ ss -ntulp|grep glusttcp LISTEN 0 1024 0.0.0.0:24007 0.0.0.0:* users:((".glusterd-wrapp",pid=7243,fd=9))
$ nc -vz 127.0.0.1 24007Connection to 127.0.0.1 24007 port [tcp/*] succeeded!
$ nc -vz -6 ::1 24007nc: connect to ::1 port 24007 (tcp) failed: Connection refused
But I can't find any docs on topic "how to turn on IPv6 support". I've came across the source code, found some mentions of --inet6 and --xlator-option="transport.address-family=inet6, neither of them works for glusterd.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi. I am getting started with glusterfs. While running glusterd using this command:
$ glusterd --no-daemon --log-level=INFO
I've noticed it listens only on IPv4
But I can't find any docs on topic "how to turn on IPv6 support". I've came across the source code, found some mentions of
--inet6
and--xlator-option="transport.address-family=inet6
, neither of them works for glusterd.How to make it listen on IPv6?
Beta Was this translation helpful? Give feedback.
All reactions