<div dir="auto">Greetings <div dir="auto"><br></div><div dir="auto">We hav setup BBB with Freeswitch</div><div dir="auto">We have problems with sound errors</div><div dir="auto">We get 1006 timeout errors </div><div dir="auto">Our setup is as follows </div><div dir="auto"><br></div><div dir="auto"><div style="color:rgb(80,0,80);font-family:sans-serif;font-size:12.8px" dir="auto">I have change the firewall NAT Rule Like below<br><br></div><span style="font-family:sans-serif;font-size:12.8px">iptables -t nat -A PREROUTING -i $fwan -d (Public IP) -p tcp -m multiport --dports 5066,7443 -j DNAT --to 192.168.1.130</span><br style="font-family:sans-serif;font-size:12.8px"><br style="font-family:sans-serif;font-size:12.8px"><span style="font-family:sans-serif;font-size:12.8px">iptables -t nat -A PREROUTING -i $fwan -d (Public IP) -p udp -m multiport --dports 16384:32768 -j DNAT --to 192.168.1.130</span><div style="color:rgb(80,0,80);font-family:sans-serif;font-size:12.8px" dir="auto"><br><br><br><br>firewall NAT Prerouting test :<br>external pc :<br>netcat external_ip 5066<br>hello<br>bigbluebutton server:<br>netcat -l 5066<br>hello<br><br>netcat test is ok.<br><br>but still system has 1006 timeout error<br>in /opt/freeswitch/log/freeswitch.log<br><br>2020-06-03 09:50:35.120445 [DEBUG] mod_verto.c:4271 <a href="http://192.168.1.5:35990/" style="text-decoration-line:none;color:rgb(66,133,244)">192.168.1.5:35990</a> Client Connect from <a href="http://192.168.1.5:35990/" style="text-decoration-line:none;color:rgb(66,133,244)">192.168.1.5:35990</a> accepted<br>2020-06-03 09:50:35.120445 [DEBUG] mod_verto.c:2019 <a href="http://192.168.1.5:35990/" style="text-decoration-line:none;color:rgb(66,133,244)">192.168.1.5:35990</a> Starting client thread.<br>2020-06-03 09:50:35.120445 [NOTICE] mod_verto.c:1875 <a href="http://192.168.1.5:35990/" style="text-decoration-line:none;color:rgb(66,133,244)">192.168.1.5:35990</a> WS SETUP FAILED<br>2020-06-03 09:50:35.120445 [DEBUG] mod_verto.c:2046 <a href="http://192.168.1.5:35990/" style="text-decoration-line:none;color:rgb(66,133,244)">192.168.1.5:35990</a> Ending client thread.<br>2020-06-03 09:50:35.120445 [DEBUG] mod_verto.c:2054 <a href="http://192.168.1.5:35990/" style="text-decoration-line:none;color:rgb(66,133,244)">192.168.1.5:35990</a> Thread ended</div><div style="color:rgb(80,0,80);font-family:sans-serif;font-size:12.8px" dir="auto"><br></div><div style="color:rgb(80,0,80);font-family:sans-serif;font-size:12.8px" dir="auto">Please help with what we have done wrong</div><div style="color:rgb(80,0,80);font-family:sans-serif;font-size:12.8px" dir="auto"><br></div><div style="color:rgb(80,0,80);font-family:sans-serif;font-size:12.8px" dir="auto">Mettavihari </div></div></div>