Search found 1 match

by a.antonioli
Mon Jul 30, 2018 2:15 pm
Forum: Zimbra Talk
Topic: Zimbra Talk V2: How to debug WebRTC/TURN?
Replies: 5
Views: 35902

Re: Zimbra Talk V2: How to debug WebRTC/TURN?

Hi folks! We had the same problem here, so after sometime debugging we found a way to solve that: 1. If you install the tunserver behind of firewall with NAT, is necessary to create the PREROUTING rules: iptables -A PREROUTING -t nat -i [EXTERNAL_INT] -p udp -m multiport -d [EXTERNAL_IP] --dports 34...