RoadRanger Posted September 21, 2008 Report Posted September 21, 2008 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 ?
Firon Posted September 22, 2008 Report Posted September 22, 2008 It works if you actually setup the SSH command properly. I've used it before.
RoadRanger Posted September 22, 2008 Author Report Posted September 22, 2008 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
Firon Posted September 22, 2008 Report Posted September 22, 2008 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 portserverip being the linux server's ip
RoadRanger Posted September 22, 2008 Author Report Posted September 22, 2008 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 -VPlink -V reports:plink: Release 0.60The client that torrentprivacy supplies is called SSHTunel and reports:C:\TorrentPrivacy>SSHTunel -Vplink: Release 0.60Guess they went the "rename plink" route. ;-)Thanks,RR
Firon Posted September 22, 2008 Report Posted September 22, 2008 Oh, I run the command on an actual linux server, though I connect to that box with putty.
RoadRanger Posted September 22, 2008 Author Report Posted September 22, 2008 Thanks, I'll try that. :-)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.