Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turning off IPv6 support #1182

Closed
Tulkas59 opened this issue Apr 10, 2020 · 1 comment
Closed

Turning off IPv6 support #1182

Tulkas59 opened this issue Apr 10, 2020 · 1 comment

Comments

@Tulkas59
Copy link

Description

I would like to turn off IPv6 support.

  • Prosody. Done. I just read the documentation (https://prosody.im/doc/ports).
  • Meet. Done. I set useIPv6 = false (even if this parameter seems to be deprecated) and configured apache appropriately.
  • Jicofo. Done. Setting -Djava.net.preferIPv4Stack=true seems to do the trick.
  • Videobridge. I set -Djava.net.preferIPv4Stack=true and org.ice4j.ipv6.DISABLED=true but JVB is still listening on UDP6 port 5000.

All of this was already discussed in the community forum (https://community.jitsi.org/t/how-to-configure-the-whole-jitsi-stack-to-use-ipv4-only/30303/6) but I failed to get an answer. I am now guessing it is actually an issue.

Note that I still do not know the role of this port. I did not open it and all is working fine.

Current behavior

Setting org.ice4j.ipv6.DISABLED=true does not turn off IPv6 completely. JVB is still listening on UDP6 port 5000.

Expected Behavior

JVB does not listen on any TCP6 or UDP6 port.

Environment details

Jitsi-meet stable package (auto install) on debian buster.

All the best,

@bgrozev
Copy link
Member

bgrozev commented Apr 12, 2020

See this docs: https://github.com/jitsi/jitsi-videobridge/blob/master/doc/tcp.md#configuration-of-ice4j

Contributions to make this more visible are welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants