serviciosenlared
New Member
Hi!
I followed the steps in your documentation to enable ipv6 and ipv4 on my server.
flashphoner.properties:
ip_v6=[MY_IPV6]
ice_add_ipv6_candidate=true
wcs-core.properties
-Djava.net.preferIPv4Stack=false
Now, the server only responds to IPv6:
tcp6 0 0 :::8444 :::* LISTEN 3604675/java
If I change -Djava.net.preferIPv4Stack to true, it only listens on IPv4.
tcp 0 0 0.0.0.0:8444 0.0.0.0:* LISTEN 3610702/java
I want to use both IPv4 and IPv6 at the same time.
Flashphoner version installed: 5.2.2136
On the server (Ubuntu 24.04.1 LTS), both IPv6 and IPv4 are enabled.
Both IPv4 and IPv6 connectivity seem to work fine:
ping6 google.com
PING google.com (2a00:1450:4001:829::200e) 56 data bytes
64 bytes from fra24s06-in-x0e.1e100.net (2a00:1450:4001:829::200e): icmp_seq=1 ttl=58 time=6.05 ms
ping4 google.com
PING google.com (142.250.186.110) 56(84) bytes of data.
64 bytes from fra24s06-in-f14.1e100.net (142.250.186.110): icmp_seq=1 ttl=118 time=5.99 ms
What am I doing wrong?
Thank you!
I followed the steps in your documentation to enable ipv6 and ipv4 on my server.
flashphoner.properties:
ip_v6=[MY_IPV6]
ice_add_ipv6_candidate=true
wcs-core.properties
-Djava.net.preferIPv4Stack=false
Now, the server only responds to IPv6:
tcp6 0 0 :::8444 :::* LISTEN 3604675/java
If I change -Djava.net.preferIPv4Stack to true, it only listens on IPv4.
tcp 0 0 0.0.0.0:8444 0.0.0.0:* LISTEN 3610702/java
I want to use both IPv4 and IPv6 at the same time.
Flashphoner version installed: 5.2.2136
On the server (Ubuntu 24.04.1 LTS), both IPv6 and IPv4 are enabled.
Both IPv4 and IPv6 connectivity seem to work fine:
ping6 google.com
PING google.com (2a00:1450:4001:829::200e) 56 data bytes
64 bytes from fra24s06-in-x0e.1e100.net (2a00:1450:4001:829::200e): icmp_seq=1 ttl=58 time=6.05 ms
ping4 google.com
PING google.com (142.250.186.110) 56(84) bytes of data.
64 bytes from fra24s06-in-f14.1e100.net (142.250.186.110): icmp_seq=1 ttl=118 time=5.99 ms
What am I doing wrong?
Thank you!
Last edited: