docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

Connecting external users via their proxy

Open Tam-Ov opened this issue 1 year ago • 3 comments

Hi. We have server behind a NAT. Added lines org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=192..... org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=18.....

External users are connecting normally. But there are problems for those external users who use a proxy. They see and hear only themselves. Wireshark shows that traffic on port 10000 does not go through a proxy, there is an attempt to connect to external ip address.

Internet Protocol Version 4, Src: 192.168.1.26, Dst: 18X.....202 User Datagram Protocol, Src Port: 54052, Dst Port: 10000

Help me understand why data on port 443 goes through a proxy, but data on port 10000 does not

Tam-Ov avatar Aug 01 '24 05:08 Tam-Ov

What type of proxy are they using? Any chance they are blocking UDP traffic?

saghul avatar Aug 01 '24 11:08 saghul

They using squid. In squid allowed all traffic to udp 10000. 443 goes through squid. 10000 port goes through the computer’s gateway, not through squid. Need to additionally open 10000 port in firewall of a third-party organization

Tam-Ov avatar Aug 01 '24 12:08 Tam-Ov

Yes squid is an HTTP proxy, so they need to allow traffic to UDP port 10000 on the outbound.

saghul avatar Aug 01 '24 14:08 saghul

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Mar 04 '25 02:03 github-actions[bot]