From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; spf=permerror smtp.mailfrom=pabr.org; dkim=fail; arc=none (Message is not ARC signed); dmarc=none Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [IPv6:2a01:e0c:1:1599::14]) by mail.toke.dk (Postfix) with ESMTPS id D31F4B6608C for ; Fri, 18 Jul 2025 19:46:44 +0200 (CEST) Received: from localhost (unknown [82.64.195.128]) by smtp5-g21.free.fr (Postfix) with ESMTPS id 81FBD5FFA3; Fri, 18 Jul 2025 19:46:40 +0200 (CEST) Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Fri, 18 Jul 2025 19:46:40 +0200 From: pabr2749409@pabr.org To: Juliusz Chroboczek Cc: Dirk-Willem van Gulik , galene@lists.galene.org In-Reply-To: <877c051mn5.wl-jch@irif.fr> References: <877c051mn5.wl-jch@irif.fr> Message-ID-Hash: 3RJKANAEIX3DU66ODUZHSRSOEPZOUUIQ X-Message-ID-Hash: 3RJKANAEIX3DU66ODUZHSRSOEPZOUUIQ X-MailFrom: pabr2749409@pabr.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list Subject: [Galene] Re: udp-port range and subsequent "turn" use of ports outside that range (Fix: use RelayAddressGeneratorPortRange ?) List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Juliusz Chroboczek writes: > In principle, if the range given by -udp-range is accessible, TURN shoul= d not > be necessary, but strange things happen in the Real Internet. Yes, that's what I hoped, based on how WebRTC works. Thank you for confirm= ing. But behind NAT, Gal=E8ne doesn't know the public-facing IP address of my ro= uter, so it only emits ICE candidates with private addresses, and clients c= an't connect. Enabling TURN is the easiest way I found to manually provide this public IP= address. Maybe I could have patched the ICE gathering code instead. Or a= dded STUN support. Pascal