We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My setup:
ens3
sip-communicator.properties
org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=192.168.1.5
Expected result:
192.168.1.5::10000
Actual result:
[::ffff:192.168.1.5]:10000
# ss -lpn | grep 10000 udp UNCONN 0 0 [::ffff:192.168.1.5]:10000 *:* users:(("java",pid=9368,fd=134))
The text was updated successfully, but these errors were encountered:
Can you post the config and the startup logs?
Sorry, something went wrong.
No branches or pull requests
My setup:
ens3
with IP 192.168.1.5ens3
sip-communicator.properties
contains:org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=192.168.1.5
Expected result:
192.168.1.5::10000
(IPv4)Actual result:
[::ffff:192.168.1.5]:10000
(IPv6), making it unusable for meThe text was updated successfully, but these errors were encountered: