IPV6 Support : Openvidu not accessible from IPV6 Address

My Hosting Provider gives me IPV6 Only. I’m not able to access openvidu server from IPV6. Can anyone help?
I’ve deployed openvidu on Ubuntu 20.04 using on-premise docker instructions.

use domin name or subdomain

I’m using a domain name, but it shows connection refused while trying to access it.
The ssh port is accessible, but none of the openvidu ports are accessible.

can you provide public ip or domain

openvidutest.smartsmith.com

@Vinay
Both ports are not accessible 80 and 443
which version are using CE or PRO
And share .env ,openvidu and nginx logs

I’m using CE. I tested, SSH is open.

I did some testing, I can access 5443 port, and dashboard is showing up. But I cannot connect to session. It gives error.
When using REST API, I get Connection Refused error. I cannot connect to port 443.
In .env file, I’m using default port 80 and 443
Please help Me.

I checked nginx logs, The certificate generation also failed. The error was connection refused.

please logs if you don’t want publicly share with me private

This problem cause is the IPV6 need docker by enabling it


So i think please close it @Vinay @cruizba
Thanks

The problem seems to be IPV6 Support in Docker. But, by enabling IPV6 Support, OpenVidu Doesn’t directly start using IPV6. We have to do additional steps to make it work. I’m still trying to make it work. This guide is very helpfull for that :
Medium : How to enable IPv6 for Docker containers on Ubuntu 18.04

It seems like the docker does not support IPV6 on Host mode, it only supports on Bridge mode.
Openvidu Containers are set on Host mode. Can someone help me in setting a static IPV6 address to OpenVidu Server?

Kurento Media Server uses network host because it needs to use a full range of ports in the host machine.

For that reason, the rest of the services are also configured with network host.

We don’t have experience working on IPv6 only networks. You will have to try yourself.

Regards

I’m unable to make it accessible through IPV6 Network. Seems like impossible to me. Considering growing popularity of IPV6, it seems important that there should have been some guide to make it work.
Can someone help me in this? @micael.gallego

Maybe the problem is not IPV6 and it is other misconfiguration. Please, if you can, share with us your .env configuration. In this way, if we have access to an environment that give us ipv6 machines, we can test your environment. Also, if you can share nginx logs and openvidu logs, it would be helpful.