<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello,<br>&nbsp;I was trying to enable esl connections from outside of fs host. To do so I've followed&nbsp;<a href="https://wiki.freeswitch.org/wiki/Mod_event_socket#Configuration" target="_blank">https://wiki.freeswitch.org/wiki/Mod_event_socket#Configuration</a>&nbsp;and changed default&nbsp;event_socket.conf.xml<br>from:<div><br><div><div>&lt;configuration name="event_socket.conf" description="Socket Client"&gt;</div><div>&nbsp; &lt;settings&gt;</div><div>&nbsp; &nbsp; &lt;param name="nat-map" value="false"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="listen-ip" value="::"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="listen-port" value="8021"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="password" value="ClueCon"/&gt;</div><div><span style="font-size: 12pt;">&nbsp; &lt;/settings&gt;</span></div><div>&lt;/configuration&gt;</div><div><br>to:</div><div><br></div><div><div>&lt;configuration name="event_socket.conf" description="Socket Client"&gt;</div><div>&nbsp; &lt;settings&gt;</div><div>&nbsp; &nbsp; &lt;param name="nat-map" value="false"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="listen-ip" value="0.0.0.0"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="listen-port" value="8021"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="password" value="ClueCon"/&gt;</div><div><span style="font-size: 12pt;">&nbsp; &lt;/settings&gt;</span></div><div>&lt;/configuration&gt;</div></div><div><br>and issued:&nbsp;</div><div>reload mod_event_socket.<br><br>Trying to telnet to fs host on port 8021 I observe:<br><br><div>Content-Type: text/rude-rejection</div><div>Content-Length: 24</div><div><br></div><div>Access Denied, go away.</div><div>Content-Type: text/disconnect-notice</div><div>Content-Length: 67</div><div><br></div><div>Disconnected, goodbye.</div><div>See you at ClueCon! http://www.cluecon.com/</div><div>Connection closed by foreign host.</div><div><br></div>And in fs log i can see the following:<br><br>mod_event_socket.c:2603 IP "someiphere" Rejected by acl "loopback.auto"<br><br>But as far as I understand the&nbsp;<span style="font-size: 12pt;">event_socket.conf.xml doesn't mention any ACL set up against ESL connection ?</span></div><div>Would someone please be so kind to point what am I missing ?</div><div>Thanks.</div><div>Regards,</div><div>Pavel.</div><div><span style="font-size: 12pt;"><br></span></div><div><br></div><br></div></div>                                               </div></body>
</html>