I don't really understand what you are trying to accomplish. Your libssh
client/server create a tunnel, and through this you run a another SSH
tunnel for SOCKS, using an OpenSSH client? Why you don't connect to the
server directly?

Turn on debugging on both sides and look for socket faillures or similar...

On 23.01.19 21:01, Alberto Garcia wrote:
>
> the problem is that using that tunnel as a SOCKS proxy doing  ssh -p
> [port] -D 0.0.0.0:11223 <http://0.0.0.0:11223> localhost does not
> work. It does create a listening socket at port 11223 but when I set
> that port and IP on my browser to browse the internet it does not work.

Reply via email to