4
4
There is an active, and passive mode when we talk about torrent. Passive, is when you can't connect to the peers actively. Active is when your ports are forwarder, and others can connect to you.
What I did so far, is installed a Debian on my server. Then I added GatewayPorts yes
into my sshd_config file. After that, in PuTTY, I set up the following configuration:
- Remote ports do the same
- Local ports accept connections from other hosts
Then I added a new forward like:
4D8080
(IPv4, Dynamic, at my PC's port 8080).
After this, I set my uTorrent to use SOCKS5 proxy for every possible connection, at localhost
, port 8080
. But, my client will show the red sign at the bottom-right part.
Is there a solution to this? (Something is surely not right, I get 0 DHT nodes too.)
Your description tells us how you connect to your debian server, so presumably your outgoing torrent connection is putty->debian->internet. You are advertising a port range in your client, how are these ports getting to the debian server? Is it on a public IP? – Paul – 2011-12-14T12:59:18.227
The server is on a public IP, yes. I'm using a random port (let's say 23456 in my torrent client), and a 8085 like port in my PuTTY + uTorrent's proxy page. My PC (uTorrent) -> SOCKS5 (127.0.0.1) -> PuTTY (remote IP) -> Debian server (with public IP and SSH server, and
GatewayPorts yes
) -> Internet. – Apache – 2011-12-14T15:32:09.073There is a howto by the MyEnTunnel's author, which sadly doesn't work. http://nemesis2.qx.net/forums/index.php?topic=23.0 But maybe, someone will be able to solve the mystery.
– Apache – 2012-02-14T19:34:21.103