Using SSH tunnel to set-up secured connection (utorrent) in Windows XP under VMWare fusion (MacOS host)
- tunnelr.com account or any other SSH tunnel provider.
- VMWare fusion.
- Windows XP.
- utorrent.
- Start tunneling from MacOS Terminal:
ssh -p 22 -N -D 8080 -g [email protected]
- Install and start-up Windows XP in VMWare fusion. Network connection should be set in the way that Mac provides NAT for Windows XP (default)
- Run
cmd
and typeipconfig
to get IP Address, e.g.192.168.124.129
, meaning that MacOS address is192.168.124.1
or192.168.124.2
(in this tutorial will go with first one). - In utorrent go Preferences -> Connection:
- Disable all port mappings.
- Choose proxy server type:
Socks5
; Proxy:192.168.124.1
. - Enable all Proxy Privacy options.
- Enjoy!