Galène videoconferencing server discussion list archives
 help / color / mirror / Atom feed
From: Alexandre IOOSS <erdnaxe@crans.org>
To: Fabrice Rouillier <fabrice@rouillier.fr>
Cc: galene@lists.galene.org
Subject: [Galene] Re: Galene Turn
Date: Fri, 9 Apr 2021 19:07:52 +0200	[thread overview]
Message-ID: <2540d5d9-6ac8-d6f6-f468-565e98853d43@crans.org> (raw)
In-Reply-To: <09B3386F-42F0-4A30-A1F9-B65CCC106A4E@rouillier.fr>

On 4/9/21 5:32 PM, Fabrice Rouillier wrote:
> I am using the DMZ
> 
> Freebox -> [DMZ] -> Server -> [Traefik] -> Galene

I don't think the fact that you are using a reverse proxy (Traefik) is
causing the problem. If the DMZ is doing what I think, you should not
even need a TURN if all UDP port from 10000 to 65535 are open.

Are you running Galène in a container, or directly on the machine?
Does your server have a firewall that would restrict 1194 in TCP/UDP?

I don't really now how Galène TURN server works, but maybe because you
are passing your public IP address, it's going to try to listen on a
interface with this public address which you don't have (because of DMZ).

Last idea that might help to find the issue: you can try to scan for
open ports on your public IP using `nmap`. You should see "openvpn" service.

```
$ sudo nmap -sS -1194 PUBLIC_IP
Starting Nmap 7.80 ( https://nmap.org ) at 2021-04-09 19:05 CEST
Nmap scan report for PUBLIC_IP
Host is up (0.014s latency).

PORT     STATE SERVICE
1194/tcp open  openvpn

Nmap done: 1 IP address (1 host up) scanned in 0.15 seconds
```

Best,

-- 
Alexandre

  parent reply	other threads:[~2021-04-09 17:07 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-09 14:37 [Galene] " Fabrice Rouillier
2021-04-09 15:12 ` [Galene] " Alexandre IOOSS
2021-04-09 15:32   ` Fabrice Rouillier
2021-04-09 15:37     ` Fabrice Rouillier
2021-04-09 17:07     ` Alexandre IOOSS [this message]
2021-04-09 17:36       ` Fabrice Rouillier
2021-04-09 18:17         ` Fabrice Rouillier
2021-04-10 14:19           ` Juliusz Chroboczek
2021-04-10 14:41             ` Fabrice Rouillier
2021-04-12  7:10               ` [Galene] Installation Script Fabrice Rouillier
2021-04-12  7:56                 ` [Galene] " Rémy Dernat
2021-04-12  8:07                   ` Antonin Décimo
2021-04-12  8:47                     ` Rémy Dernat
2021-04-12 11:31                     ` Juliusz Chroboczek
2021-04-12 12:25                       ` Dernat Rémy
2021-04-12 14:42                         ` [Galene] Statistics [was: Installation Script] Juliusz Chroboczek
2021-04-12 15:38                           ` [Galene] " Dernat Rémy
2021-04-12 16:07                             ` Juliusz Chroboczek
2021-04-12 15:45                           ` [Galene] Re: Statistics Michael Ströder
2021-04-12 16:10                             ` Juliusz Chroboczek
2021-04-12 16:19                               ` Michael Ströder
2021-04-12 16:44                           ` [Galene] Re: Statistics [was: Installation Script] Alexandre IOOSS
2021-04-13  7:16                             ` Dernat Rémy
2021-04-13 10:20                               ` Juliusz Chroboczek
2021-04-13 12:02                                 ` Dernat Rémy
2021-04-13 12:11                                   ` Juliusz Chroboczek
2021-04-13 12:38                                     ` Dernat Rémy
2021-04-13 12:58                                     ` Michael Ströder
2021-04-12  9:49                   ` [Galene] Re: Installation Script Fabrice Rouillier
2021-04-12 11:30                 ` Juliusz Chroboczek
2021-04-12 14:40                   ` Fabrice Rouillier
2021-04-12 14:44                     ` Juliusz Chroboczek
2021-04-12 15:01                       ` Toke Høiland-Jørgensen
2021-04-12 15:11                     ` Michael Ströder
2021-04-12 15:17                       ` Fabrice Rouillier
2021-04-12 15:14                   ` [Galene] ephemeral port range config Michael Ströder
2021-04-13  7:09                   ` [Galene] Re: Installation Script Fabrice Rouillier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.galene.org/postorius/lists/galene.lists.galene.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2540d5d9-6ac8-d6f6-f468-565e98853d43@crans.org \
    --to=erdnaxe@crans.org \
    --cc=fabrice@rouillier.fr \
    --cc=galene@lists.galene.org \
    --subject='[Galene] Re: Galene Turn' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox