Jump to content

How to Setup VPN and Connect via uTorrent


iLLuSi0nS

Recommended Posts

I love uTorrent, and use only it, but I would like to know how to setup a VPN to my home computer

I would like to setup anonymous connection between my work and home computer. How to I setup a VPN on windows 7 at home, so that when I am at work, I can connect securely through VPN to my home computer.

Does anyone know how to setup a windows 7 PC to become a VPN server so that other computers can connect to it and download securely

Thank you very much

Link to comment
Share on other sites

Hi, I have done the following: Add a VPN to Windows.

Control Panel\Network and Internet\Network and Sharing Center -> set up a new network connection.

I named my VPN-connection BT-Guard.

Then create a bat-script that looks like this:

rasdial BT-Guard username password

Timeout 15

start /d "c:\program files\utorrent" Utorrent_AutoLabeler_wTrackerSupport

Timeout 15

start /d "C:\Program Files\uTorrent" Utorrent

If you're not using autolaberer it should look like this:

rasdial BT-Guard username password

Timeout 15

start /d "C:\Program Files\uTorrent" Utorrent

And put that in the startup folder

On top of that you need to create firewall rules that denies uTorrent internet access if the VPN is not active.

I did this by setting the VPN as a "public connection" and then only allowing uTorrent to connect to the Internet if it is on a "public connection". And not on a "private" or "domain-connection"

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...