<br><br><div class="gmail_quote">2009/10/30 Andrea Ratto <span dir="ltr">&lt;<a href="mailto:andrearatto_liste@yahoo.it">andrearatto_liste@yahoo.it</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hello list!<br>
To run a VPN on top of tor one must be able to separate tor traffic from<br>
the rest and route tor connections to the physical network, and<br>
everything else to the vpn virtual inteface.<br>
<br>
That is theoretically possible by doing something like this:<br>
1- bootstrap tor and have it connect to some relays<br>
2- get the ip addresses of those relays<br>
3- instruct tor not to connect to anyone else<br>
4- add routing for those addresses and start the VPN<br>
<br>
I can do point 1 and 4, but I am not sure if point 2 and 3 are<br>
practically possible with tor. This is where I ask for help.<br>
<br>
If I put it all together I will be happy to share my script for a VPN on<br>
top of SSH on top of tor, for an exotic blend of anonimity,<br>
confidentiality and authentication. For any clarifications, please ask.<br>
<br>
Bye<br>
<br>
***********************************************************************<br>
To unsubscribe, send an e-mail to <a href="mailto:majordomo@torproject.org">majordomo@torproject.org</a> with<br>
unsubscribe or-talk    in the body. <a href="http://archives.seul.org/or/talk/" target="_blank">http://archives.seul.org/or/talk/</a><br>
</blockquote></div><br>Hello!<br><br>To make 2 and 3 points:<br><br>Choose relay_name here: <a href="http://trunk.torstatus.kgprog.com/index.php">http://trunk.torstatus.kgprog.com/index.php</a><br><br>And put to &quot;torrc&quot; config file:<br>
<dl compact><dt>StrictEntryNodes 1</dt><dt>EntryNodes relay_name<br></dt></dl><br>RTFM: <a href="https://www.torproject.org/tor-manual.html">https://www.torproject.org/tor-manual.html</a><br>-- <br>with best re<br>