Hello all,
I've a fully working ejaberd installation under Debian Lenny;
I'm trying to use Mod_proxy65 to support filetransfer also with clients outside LAN, but I don't know why it is not started.
this is the configuration:
{mod_proxy65, [
%% {name, "SOCKS5 Bytestreams"}
%%{access, local}
%%{shaper, c2s_shaper}
]},
(commented lines 'cause I want start with simpliest configuration)
If I telnet on my ejabberd server on 7777 port I get a connection refused
I'm missing something?
Thank you very much for support.
Umberto
That configuration should
That configuration should work.
Start ejabberd, and you should see many PROGRESS REPORT, some should refer to proxy65. Or you may find errors.
If I telnet on my ejabberd server on 7777 port I get a connection refused
With your configuration I get:
and I can telnet:
In that moment, ejabberd logs this:
Thank you, found the problem,
Thank you,
found the problem, proxy65 was listening only on 127.0.0.1 (as default);
I've changed to listen on 0.0.0.0 and now is working.
Umberto
SPAM