ejabberd - Comments for "Mod_proxy65 not listen..." https://www.ejabberd.im/node/4558 en Thank you, found the problem, https://www.ejabberd.im/node/4558#comment-57109 <p>Thank you,<br /> found the problem, proxy65 was listening only on 127.0.0.1 (as default);</p> <p>I've changed to listen on 0.0.0.0 and now is working.</p> <p>Umberto</p> <p>SPAM</p> Tue, 01 Mar 2011 07:09:00 +0000 crash comment 57109 at https://www.ejabberd.im That configuration should https://www.ejabberd.im/node/4558#comment-57105 <p>That configuration should work.</p> <p>Start ejabberd, and you should see many PROGRESS REPORT, some should refer to proxy65. Or you may find errors.</p> <div class="quote-msg"> <div class="quote-author"><em>crash</em> wrote:</div> <p>If I telnet on my ejabberd server on 7777 port I get a connection refused </p></div> <p>With your configuration I get:</p> <pre> $ netstat -nlp | grep beam (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) tcp 0 0 0.0.0.0:5269 0.0.0.0:* LISTEN 15395/beam.smp tcp 0 0 0.0.0.0:5280 0.0.0.0:* LISTEN 15395/beam.smp tcp 0 0 127.0.0.1:7777 0.0.0.0:* LISTEN 15395/beam.smp tcp 0 0 0.0.0.0:5281 0.0.0.0:* LISTEN 15395/beam.smp tcp 0 0 127.0.0.1:5222 0.0.0.0:* LISTEN 15395/beam.smp tcp 0 0 127.0.0.1:58728 0.0.0.0:* LISTEN 15395/beam.smp tcp 0 0 0.0.0.0:4560 0.0.0.0:* LISTEN 15395/beam.smp </pre><p> and I can telnet:</p> <pre> $ telnet localhost 7777 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. asdasdasd Connection closed by foreign host. </pre><p> In that moment, ejabberd logs this:</p> <pre> =INFO REPORT==== 28-Feb-2011::19:47:15 === I(&lt;0.334.0&gt;:ejabberd_listener:281) : (#Port&lt;0.4386&gt;) Accepted connection {{127,0,0,1},47835} -&gt; {{127,0,0,1},7777} </pre> Mon, 28 Feb 2011 18:48:48 +0000 mfoss comment 57105 at https://www.ejabberd.im