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:

 
1.      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