As xuyan said, you need to change the listen-ip to 0.0.0.0.<br><br>The default is to only listen on 127.0.0.1, which is good for security since the default password ClueCon is well known.<br><br>When you change the listen-ip you really should change the default password too, otherwise anyone will not only get control of FS but also get full access to your server as the FS user (there&#39;s a system api command).<br>

<br>-Steve<br><br><br><br><div class="gmail_quote">On 9 February 2011 04:58, Malay Thakershi <span dir="ltr">&lt;<a href="mailto:mthakershi@gmail.com">mthakershi@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hello,<div><br></div><div>I am trying to connect to FS server via ESL from another computer on the LAN.</div><div><br></div><div>-------------</div><div><div>            eslConnection = new ESLconnection(&quot;10.25.20.202&quot;, &quot;8021&quot;, &quot;ClueCon&quot;);</div>


<div><br></div><div>            if (eslConnection.Connected() != ESL_SUCCESS)</div><div>            {</div><div>                return &quot;Fail&quot;;</div><div>            }</div></div><div>-------------</div><div><br>


</div><div>But I keep getting not connected.</div><div><br></div><div>I checked firewall. I tried addressing FS computer by name/IP.</div><div><br></div><div>Do I need to change anything in the FS config?</div><div><br></div>


<div>Please share your views.</div><div><br></div><font color="#888888"><div>Malay</div>
</font><br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>