Hi,
You should check open ports in your firewall, both tcp and udp. At
least those needed for normal run of OM+kurento:
3478 TCP-UDP IN
5443 TCP IN
8888 TCP IN
49152:65535 UDP IN-OUT
You can do it using nmap.
My OM is behind office firewall too and I experienced the same
behavior. In my case only 443 port is open and all UDP are closed.

On Tue, Mar 31, 2020 at 4:31 PM Arndt, Wolfgang <ar...@lernenfoerdern.de> wrote:
>
> Hi @ all,
>
>
>
> i wanted to setup our own openmeetings server with docker.
>
>
>
> I try for days now to get it working, but it drives me mad now.
>
> I read a lot of documentation but i cannot find the right way.
>
>
>
> Our Network:
>
> Dockerserver has ip: 10.50.100.13 and is behind a pfsense firewall with nat 
> in our office
>
>
>
>
>
> My Homeoffice-PC and a laptop (corona sucks!) is connected via a second 
> pfsense to the internet.
>
>
>
> Both pfsenses are connected via OpenVPN, so i can reach the 
> Openmeetings-Webinterface via 10.50.100.13:5443/openmeetings Port 8888 on the 
> dockerhost is reachable, too. Every traffic between my home and office is 
> allowed.
>
>
>
> I can login from my desktop PC@home and from my laptop@home. On every machine 
> i can see myself, but i cant see the partner. Audio isnĀ“t working also.
>
>
>
> I tried to setup a turnserver on my dockerhost as well:
>
>
>
> docker pull instrumentisto/coturn
> vi /home/turnserver/turnserver.conf
> listening-port=3478
> relay-ip=xxx.xxx.xxx.xxx
> external-ip=xxx.xxx.xxx.xxx
> relay-threads=50
> min-port=41369
> max-port=65535
> user=kurento:kurento
> lt-cred-mech
>
> docker run -d --network=host -v 
> /home/turnserver/turnserver.conf:/etc/coturn/turnserver.conf --name 
> turnserver instrumentisto/coturn -r=xxx.xxx.xxx.xxx:3478
>
> xxx.xxx.xxx.xxx above is the external ip from my office.
>
> I made a portforwarding from my Office-Pfsense for tcp/upd 3478 to dockerhost.
>
> Openmeeting docker is started:
>
> docker run -i --rm --expose=5443 --expose=8888 -p 5443:5443 -p 8888:8888 -e 
> TURN_URL="turn:10.50.100.13:3478" -e TURN_USER="kurento" -e 
> TURN_PASS="kurento" apache/openmeetings:5.0.0-M3
>
>
>
> Is there any documentation that could help me?
>
> Thx
>
> Wolfgang
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>

Reply via email to