Jump to content

Do incoming connections via proxy work?


RoadRanger

Recommended Posts

Posted

Do incoming connections via proxy work? I'm using "plink.exe" to establish a socks5 proxy and outgoing connections are working fine. I have the latest beta of 1.8.1 set to use port 55555 for connections and port 22222 for the proxy and my command line for plink is:

plink -ssh -2 -v -N -l <username> -pw <password> -D 22222 -R 55555:localhost:55555 <remoteserver>

The "-R 55555:localhost:55555" option on plink does cause it to say it is forwarding that port but I see no incoming in uTorrent. :-(

Otherwise it is working fine and with DHT, peer discovery and peer exchange disabled I have examined the peer list and only the <remoteserver> IP appears - my "real" IP isn't getting out.

I did have to enter the <remoteserver> IP into the window labeled "IP / Hostname to report to tracker" as the tracker was also returning my local private IP ( 192.168.0.44:55555 ). Is that a uTorrent bug or ?

Posted

I included my setup, did you see anything wrong with it? I used plink but saw one reference (via google) to the full putty having a -g option that changes a remote forward from loopback only to external or something like that. Do you remember what SSH command you used?

Thanks,

Ron

Posted

I don't use putty's forwarding or plink, I just did manual commands.

ssh localhost -p # -f -R serverip:remotemachineip:utorrentport -N -b serverip

-p # being ssh port

serverip being the linux server's ip

Posted

I don't have SSH on my XP box and I'm pretty sure it is just another SSH client like Putty or Plink (or is Putty renamed?) ? Do you know which SSH program it is? It might tell you if you type:

SSH -V

Plink -V reports:

plink: Release 0.60

The client that torrentprivacy supplies is called SSHTunel and reports:

C:\TorrentPrivacy>SSHTunel -V

plink: Release 0.60

Guess they went the "rename plink" route. ;-)

Thanks,

RR

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...