ejabberd - Comments for "mod_proxy65 File Transfer: error code 404" https://www.ejabberd.im/node/2932 en gotcha https://www.ejabberd.im/node/2932#comment-52073 <div class="quote-msg"> <div class="quote-author"><em>xram@jabber.ru</em> wrote:</div> <div class="quote-msg"> <div class="quote-author"><em>Anonymous</em> wrote:</div> <div class="codeblock"><code>&nbsp; {mod_proxy65, [{port, 5223},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {max_connections, 5}]},</code></div> <p>5223 is open on the firewall, so it must be using other ports which are not.</p></div> <p>5223 is reserved for XMPP SSL. Are you sure this port is free (e.g. ejabberd doesn't listen for SSL connection on 5223)?</p> <p>BTW, if you have NAT, proxy65 will not work between your users and users from other world.</p></div> <p>Ah, OK. Yes, the server is NAT'd behind a corporate firewall and routers. Any other way to enable file transfer for users?</p> Fri, 28 Mar 2008 19:49:21 +0000 Anonymous comment 52073 at https://www.ejabberd.im Re: mod_proxy65 File Transfer: error code 404 https://www.ejabberd.im/node/2932#comment-52070 <div class="quote-msg"> <div class="quote-author"><em>Anonymous</em> wrote:</div> <div class="codeblock"><code>&nbsp; {mod_proxy65, [{port, 5223},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {max_connections, 5}]},</code></div> <p>5223 is open on the firewall, so it must be using other ports which are not.</p></div> <p>5223 is reserved for XMPP SSL. Are you sure this port is free (e.g. ejabberd doesn't listen for SSL connection on 5223)?</p> <p>BTW, if you have NAT, proxy65 will not work between your users and users from other world.</p> Thu, 27 Mar 2008 05:52:54 +0000 xram@jabber.ru comment 52070 at https://www.ejabberd.im I have verified that file https://www.ejabberd.im/node/2932#comment-52064 <p>I have verified that file transfers work behind the corporate firewall, but not outside. What ports are used by mod_proxy65? </p> <p>I have this in my ejabberd.cfg file:</p> <div class="codeblock"><code>&nbsp; {mod_proxy65, [{port, 5223},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {max_connections, 5}]},</code></div> <p>5223 is open on the firewall, so it must be using other ports which are not.</p> Wed, 26 Mar 2008 16:18:35 +0000 Anonymous comment 52064 at https://www.ejabberd.im