Silk Road forums
Discussion => Security => Topic started by: theonetheonlyandy on May 03, 2012, 05:16 pm
-
can anyone shows how to set up a VPN, etc. I keep reading about them but not sure how or anything
-
Every VPN Service uses has his own method by which you can connect to them. So there is no guide for every service.
But if you want to be sure, that every program uses VPN, even if the connection drops you can just modify your Routing Table.
For example, my Router has the IP 192.168.178.1.
After connecting to VPN i use this, so that every connection goes trough VPN:
route delete 0.0.0.0 mask 0.0.0.0 192.168.178.1
If i close VPN and want have normal Internet again, you can reestablish the Routing Table by:
route add 0.0.0.0 mask 0.0.0.0 192.168.178.1
To check your Routing Table:
route print
pause
Just save the Script in a Batch file, so you can just double click them.
If you are using VPN and check your Routing Table, there should be only one entry with 0.0.0.0 and it shouldn't show your router.