Thanks for the help. I actually have a VPN running on top of tor now! The script I use is shaping up nicely and I can share it here, if there is interest. It also supports direct connections and http proxy instead of tor. I use it for all my VPN needs.
The use case for tor under the vpn is when you are on a hostile LAN (your neighbor wireless :-D ) The lan administrator can't see where you are connecting to or what you are doing there, while the exit node just knows it's ssh. I use it to create a VPN with my home server so that I can use the internet as if I was at my house. The only problem I am facing is the lack of speed. Can something be done about it? I was thinking to reduce the circuit lenght, but it seems there is no option for that. Any suggestion is welcome. PS: I don't know yet if it will work for hours... Il giorno sab, 07/11/2009 alle 15.08 +0000, jackwssp q ha scritto: > > > 2009/10/30 Andrea Ratto <[email protected]> > > Hello list! > To run a VPN on top of tor one must be able to separate tor > traffic from > the rest and route tor connections to the physical network, > and > everything else to the vpn virtual inteface. > > That is theoretically possible by doing something like this: > 1- bootstrap tor and have it connect to some relays > 2- get the ip addresses of those relays > 3- instruct tor not to connect to anyone else > 4- add routing for those addresses and start the VPN > > I can do point 1 and 4, but I am not sure if point 2 and 3 are > practically possible with tor. This is where I ask for help. > > If I put it all together I will be happy to share my script > for a VPN on > top of SSH on top of tor, for an exotic blend of anonimity, > confidentiality and authentication. For any clarifications, > please ask. > > Bye > > > *********************************************************************** > To unsubscribe, send an e-mail to [email protected] > with > unsubscribe or-talk in the body. > http://archives.seul.org/or/talk/ > > Hello! > > To make 2 and 3 points: > > Choose relay_name here: http://trunk.torstatus.kgprog.com/index.php > > And put to "torrc" config file: > > StrictEntryNodes 1 > EntryNodes relay_name > > RTFM: https://www.torproject.org/tor-manual.html > -- > with best re *********************************************************************** To unsubscribe, send an e-mail to [email protected] with unsubscribe or-talk in the body. http://archives.seul.org/or/talk/

