Re: Turn server problem

2019-09-06 Thread Maxim Solodovnik
I believe this
p:turnUrl="IPprivate:3478"

should be
p:turnUrl="IPpublic:3478"

no one will be able to use your privateIP ...

On Sat, 7 Sep 2019 at 04:19, Siovel Rodriguez  wrote:

> Hi Rene, thank you for answering me, now change the reverse proxy to DNAT
> but it still gives me the same problem
>
> El vie., 6 sept. 2019 a las 12:56, R. Scholz (<
> rene.sch...@abakus-edv-systems.de>) escribió:
>
>> Hello Siovel,
>>
>> I know that Coturn-config is "a little bit" difficile.
>> realm: By me is it a domain-name, not a IP.
>> external-IP: is an IP.
>> I dont know exactly whats here necessary by using a reverse-proxy. I
>> think your external IP to the proxy, your beginning of the "proxy-tunnel".
>> And you have a lot of tunnels open, I think: 102.
>>
>> Remark:
>> I had used only once a reverse-proxy (for a special-problem) and I had
>> the problem to use the same port several simultaneously. For the server
>> was the address the proxy. Incoming connections and handschake was fine,
>> but the outgoing packages was the problem.
>>
>> Best regards,
>>
>> René
>>
>> Am 06.09.2019 um 17:23 schrieb Siovel Rodriguez:
>>
>> Hi I need help, I have OM-server and a Coturn-server configured on a
>> local network with an IPprivate. To connect from outside I have configured
>> a reverse proxy in an IPpublic. I can access the server without problems, I
>> enter the rooms but the video chat is not set correctly, neither audio nor
>> video. Here my settings.
>>
>> 1) /etc/turnserver.conf
>>
>> verbose
>> fingerprint
>> use-auth-secret
>> static-auth-secret=SECRETSECRET
>> realm=IPpublic
>> simple-log
>> log-file=/var/log/turn.log
>> min-port=5
>> max-port=50100
>> external-ip=IPpublic/IPprivate
>>
>> 2) Config firewall (open ports)
>>
>> 5443
>> 3478
>> 5-50100
>>
>> 3) Edit
>> "/opt/openmeetings/webapps/openmeetings/WEB-INF/classes/applicationContext.xml"
>>
>> ...
>> > class="org.apache.openmeetings.core.remote.KurentoHandler"
>> init-method="init" destroy-method="destroy"
>> p:kurentoWsUrl="ws://127.0.0.1:/kurento"
>> p:checkTimeout="1"
>> p:watchThreadCount="10"
>> p:turnUrl="IPprivate:3478"
>> p:turnUser=""
>> p:turnSecret="SECRETSECRET"
>> p:turnMode="rest"
>> p:turnTtl="60"
>> p:objCheckTimeout="200"
>> />
>>
>>
>>

-- 
WBR
Maxim aka solomax


Re: Turn server problem

2019-09-06 Thread Siovel Rodriguez
Hi Rene, thank you for answering me, now change the reverse proxy to DNAT
but it still gives me the same problem

El vie., 6 sept. 2019 a las 12:56, R. Scholz (<
rene.sch...@abakus-edv-systems.de>) escribió:

> Hello Siovel,
>
> I know that Coturn-config is "a little bit" difficile.
> realm: By me is it a domain-name, not a IP.
> external-IP: is an IP.
> I dont know exactly whats here necessary by using a reverse-proxy. I think
> your external IP to the proxy, your beginning of the "proxy-tunnel".
> And you have a lot of tunnels open, I think: 102.
>
> Remark:
> I had used only once a reverse-proxy (for a special-problem) and I had the
> problem to use the same port several simultaneously. For the server
> was the address the proxy. Incoming connections and handschake was fine,
> but the outgoing packages was the problem.
>
> Best regards,
>
> René
>
> Am 06.09.2019 um 17:23 schrieb Siovel Rodriguez:
>
> Hi I need help, I have OM-server and a Coturn-server configured on a local
> network with an IPprivate. To connect from outside I have configured a
> reverse proxy in an IPpublic. I can access the server without problems, I
> enter the rooms but the video chat is not set correctly, neither audio nor
> video. Here my settings.
>
> 1) /etc/turnserver.conf
>
> verbose
> fingerprint
> use-auth-secret
> static-auth-secret=SECRETSECRET
> realm=IPpublic
> simple-log
> log-file=/var/log/turn.log
> min-port=5
> max-port=50100
> external-ip=IPpublic/IPprivate
>
> 2) Config firewall (open ports)
>
> 5443
> 3478
> 5-50100
>
> 3) Edit
> "/opt/openmeetings/webapps/openmeetings/WEB-INF/classes/applicationContext.xml"
>
> ...
>  class="org.apache.openmeetings.core.remote.KurentoHandler"
> init-method="init" destroy-method="destroy"
> p:kurentoWsUrl="ws://127.0.0.1:/kurento"
> p:checkTimeout="1"
> p:watchThreadCount="10"
> p:turnUrl="IPprivate:3478"
> p:turnUser=""
> p:turnSecret="SECRETSECRET"
> p:turnMode="rest"
> p:turnTtl="60"
> p:objCheckTimeout="200"
> />
>
>
>


Re: Turn server problem

2019-09-06 Thread R. Scholz

Hello Siovel,

I know that Coturn-config is "a little bit" difficile.
realm: By me is it a domain-name, not a IP.
external-IP: is an IP.
I dont know exactly whats here necessary by using a reverse-proxy. I 
think your external IP to the proxy, your beginning of the "proxy-tunnel".

And you have a lot of tunnels open, I think: 102.

Remark:
I had used only once a reverse-proxy (for a special-problem) and I had 
the problem to use the same port several simultaneously. For the server
was the address the proxy. Incoming connections and handschake was fine, 
but the outgoing packages was the problem.


Best regards,

René

Am 06.09.2019 um 17:23 schrieb Siovel Rodriguez:
Hi I need help, I have OM-server and a Coturn-server configured on a 
local network with an IPprivate. To connect from outside I have 
configured a reverse proxy in an IPpublic. I can access the server 
without problems, I enter the rooms but the video chat is not set 
correctly, neither audio nor video. Here my settings.


1) /etc/turnserver.conf

verbose
fingerprint
use-auth-secret
static-auth-secret=SECRETSECRET
realm=IPpublic
simple-log
log-file=/var/log/turn.log
min-port=5
max-port=50100
external-ip=IPpublic/IPprivate

2) Config firewall (open ports)

5443
3478
5-50100

3) Edit 
"/opt/openmeetings/webapps/openmeetings/WEB-INF/classes/applicationContext.xml"


...
class="org.apache.openmeetings.core.remote.KurentoHandler" 
init-method="init" destroy-method="destroy"
p:kurentoWsUrl="ws://127.0.0.1:/kurento 
"

p:checkTimeout="1"
p:watchThreadCount="10"
p:turnUrl="IPprivate:3478"
p:turnUser=""
p:turnSecret="SECRETSECRET"
p:turnMode="rest"
p:turnTtl="60"
p:objCheckTimeout="200"
/>




Re: Upgrading om 5 script error

2019-09-06 Thread Maxim Solodovnik
try `dos2unix admin.sh`
>From what I can see you have windows line endings

On Fri, 6 Sep 2019 at 13:42, Daniel Baker 
wrote:

> Tried  that but still get   the  same  error.
>
> On 9/6/2019 1:36 PM, Aaron Hepp wrote:
>
>  ../ is not a valid option.  you want ~/ if you want to place it in your
> home directory
>
> On 9/6/19 2:26 AM, Daniel Baker wrote:
>
> Hi ,
>
> When  I try   to  upgrade  OM 5   get  this   error :
>
>
>
> Is  it the same  method  to  upgrade  as  4   ?
>
>
> Thanks,
>
>
> Dan
>
>
>

-- 
WBR
Maxim aka solomax


Re: Upgrading om 5 script error

2019-09-06 Thread Daniel Baker

Tried  that but still get   the  same  error.

On 9/6/2019 1:36 PM, Aaron Hepp wrote:
 ../ is not a valid option.  you want ~/ if you want to place it in 
your home directory


On 9/6/19 2:26 AM, Daniel Baker wrote:


Hi ,

When  I try   to  upgrade  OM 5   get  this   error :



Is  it the same  method  to  upgrade  as  4   ?


Thanks,


Dan





Re: Upgrading om 5 script error

2019-09-06 Thread Aaron Hepp
 ../ is not a valid option. you want ~/ if you want to place it in your 
home directory


On 9/6/19 2:26 AM, Daniel Baker wrote:


Hi ,

When  I try   to  upgrade  OM 5   get  this   error :



Is  it the same  method  to  upgrade  as  4   ?


Thanks,


Dan





Upgrading om 5 script error

2019-09-06 Thread Daniel Baker

Hi ,

When  I try   to  upgrade  OM 5   get  this   error :



Is  it the same  method  to  upgrade  as  4   ?


Thanks,


Dan