Proxychains tor + ssh tunnel

Posted by linuxer on Super User See other posts from Super User or by linuxer
Published on 2012-10-04T14:19:47Z Indexed on 2012/10/04 15:42 UTC
Read the original article Hit count: 224

Filed under:
|
|

Heelo, i have a problem with setting proxychains. I config file, when i set

[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
socks4 127.0.0.1 9050   

It works well as tor, when i make an ssh tunnel on port 9051 and i use

[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
socks4 127.0.0.1 9051

It also works well with that ssh tunnel, but when i use this settings

[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
socks4 127.0.0.1 9050
socks4 127.0.0.1 9051

with both tor and ssh tunnel opened, it fails. Whats is wrong?

© Super User or respective owner

Related posts about ssh

Related posts about proxy