Open HaziFlorinMarian opened 2 years ago
Hi @HaziFlorinMarian, I am having similar issue. I am running Jitsi instance in a docker host behind NAT with NGINX front and forwarding port 10000 to docker, no luck. The Docker CT is not listening to port 10000.
Hi! @bigbeka From my experience the JVB opens port 10000 only if there are active calls. Means if there are no calls no UDP Port is open. As alternative you can do these steps: configure JVB UDP Port to something else via ENV (Port 10001), exec in the container and install/start nc as listener in the container. So its possible to debug UDP connections from outside to the container.
Hi @ThomKrue thank you for your reply.
Jitsi seems to be working on a VPS with a public IPv4. Test users can see and hear each other, no UFW or NAT limits.
What I am trying to do is to host Jitsi locally (behind NAT and UFW allow 10000/UDP), and reverse proxy from a Droplet, as well as forward port 10000/UPD to local hosting with a Wireguard/Tailscale.
Question:
Have you heard of anyone hosting Jitsi locally and reverse proxying into it?
Many thanks for your time!
@bigbeka I have the same issue. Did you find any solution ?
Hello! Architecture:
nc -z -v -u 172.17.18.19 10000
fails) and the commandnc -z -v command works -u 127.0.0.1 10000
succeeds.Jitsi version: 7001
.env content: