<div dir="ltr"><span style="font-size:12.8px">Thanks for your reply Joel. Here&#39;s the output, I see that the FS process is binding 10.X interface with port 5060, but I don&#39;t know why that doesn&#39;t match what sofia status is showing:</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>root@osboxes:~# iptables -L -n</div><div>Chain INPUT (policy ACCEPT)</div><div>target     prot opt source               destination         </div><div><br></div><div>Chain FORWARD (policy ACCEPT)</div><div>target     prot opt source               destination         </div><div><br></div><div>Chain OUTPUT (policy ACCEPT)</div><div>target     prot opt source               destination         </div><div>root@osboxes:~# netstat -putan | grep -i freeswitch</div><div>tcp        0      0 <a href="http://10.0.3.15:5080/" target="_blank">10.0.3.15:5080</a>          0.0.0.0:*               LISTEN      3519/freeswitch </div><div>tcp        0      0 <a href="http://10.0.3.15:5081/" target="_blank">10.0.3.15:5081</a>          0.0.0.0:*               LISTEN      3519/freeswitch </div><div>tcp        0      0 <a href="http://10.0.3.15:5060/" target="_blank">10.0.3.15:5060</a>          0.0.0.0:*               LISTEN      3519/freeswitch </div><div>tcp        0      0 <a href="http://10.0.3.15:5061/" target="_blank">10.0.3.15:5061</a>          0.0.0.0:*               LISTEN      3519/freeswitch </div><div>tcp        0      0 <a href="http://0.0.0.0:8080/" target="_blank">0.0.0.0:8080</a>            0.0.0.0:*               LISTEN      3519/freeswitch </div><div>tcp        0      0 <a href="http://0.0.0.0:8081/" target="_blank">0.0.0.0:8081</a>            0.0.0.0:*               LISTEN      3519/freeswitch </div><div>tcp        0      0 <a href="http://0.0.0.0:8082/" target="_blank">0.0.0.0:8082</a>            0.0.0.0:*               LISTEN      3519/freeswitch </div><div>tcp        0      0 <a href="http://10.0.3.15:7443/" target="_blank">10.0.3.15:7443</a>          0.0.0.0:*               LISTEN      3519/freeswitch </div><div>tcp        0      0 <a href="http://192.168.99.103:59607/" target="_blank">192.168.99.103:59607</a>    <a href="http://192.168.99.103:3306/" target="_blank">192.168.99.103:3306</a>     ESTABLISHED 3519/freeswitch </div><div>tcp        0      0 <a href="http://192.168.99.103:59606/" target="_blank">192.168.99.103:59606</a>    <a href="http://192.168.99.103:3306/" target="_blank">192.168.99.103:3306</a>     ESTABLISHED 3519/freeswitch </div><div>tcp        0      0 <a href="http://192.168.99.103:59611/" target="_blank">192.168.99.103:59611</a>    <a href="http://192.168.99.103:3306/" target="_blank">192.168.99.103:3306</a>     ESTABLISHED 3519/freeswitch </div><div>tcp6       0      0 ::1:5080                :::*                    LISTEN      3519/freeswitch </div><div>tcp6       0      0 ::1:5081                :::*                    LISTEN      3519/freeswitch </div><div>tcp6       0      0 ::1:5060                :::*                    LISTEN      3519/freeswitch </div><div>tcp6       0      0 ::1:5061                :::*                    LISTEN      3519/freeswitch </div><div>tcp6       0      0 ::1:8081                :::*                    LISTEN      3519/freeswitch </div><div>tcp6       0      0 ::1:8082                :::*                    LISTEN      3519/freeswitch </div><div>tcp6       0      0 :::8021                 :::*                    LISTEN      3519/freeswitch </div><div>udp        0      0 <a href="http://10.0.3.15:5060/" target="_blank">10.0.3.15:5060</a>          0.0.0.0:*                           3519/freeswitch </div><div>udp        0      0 <a href="http://10.0.3.15:5080/" target="_blank">10.0.3.15:5080</a>          0.0.0.0:*                           3519/freeswitch </div><div>udp        0      0 <a href="http://0.0.0.0:1337/" target="_blank">0.0.0.0:1337</a>            0.0.0.0:*                           3519/freeswitch </div><div>udp6       0      0 ::1:5060                :::*                                3519/freeswitch </div><div>udp6       0      0 ::1:5080                :::*                                3519/freeswitch </div></div></div>