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

Bug: NAT_HARVESTER_LOCAL_ADDRESS listener is always IPv6 #192

Open
casipw opened this issue Mar 30, 2020 · 1 comment
Open

Bug: NAT_HARVESTER_LOCAL_ADDRESS listener is always IPv6 #192

casipw opened this issue Mar 30, 2020 · 1 comment

Comments

@casipw
Copy link

casipw commented Mar 30, 2020

My setup:

  • jitsi-videobridge behind a NAT
  • network interface ens3 with IP 192.168.1.5
  • IPv6 is enabled system-wide, but disabled for the network interface ens3
  • sip-communicator.properties contains: org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=192.168.1.5

Expected result:

  • jitsi-videobridge listens to 192.168.1.5::10000 (IPv4)

Actual result:

  • jitsi-videobridge listens to [::ffff:192.168.1.5]:10000 (IPv6), making it unusable for me
# ss -lpn | grep 10000
udp UNCONN 0 0 [::ffff:192.168.1.5]:10000 *:* users:(("java",pid=9368,fd=134))
@bgrozev
Copy link
Member

bgrozev commented Mar 30, 2020

Can you post the config and the startup logs?

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