[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: all traffic through a VPN on top of tor, if only...
- To: or-talk@xxxxxxxxxxxxx
- Subject: Re: all traffic through a VPN on top of tor, if only...
- From: jackwssp q <jackwssp@xxxxxxxxx>
- Date: Sat, 7 Nov 2009 15:08:43 +0000
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Sat, 07 Nov 2009 10:08:50 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=ydDC/ssl4voHLicJ7gFoQUTZAIqOYd2YjA/cvZgcVV4=; b=UFuWrowi2DJ7EBUyhybTjW8KIx1PuWx8towq9+pCcv08rRPK3LEwpMHUfXcrJ/9Z43 AW0jXCqP4IXTbQAmdOrvG7Sk1I4hT927caLpRIhu5M5aWL2cc6QZdbvc3gUKmayva/Ms X/3Q4nkeg0Q4LZsWzv9GzDfIEk70dUKrIzo/g=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=dUq7dmqKfAe9B74g/d1jd7txtg5mzxjbhj4pKiH8WtoIag7Lbvz8NiAANE2EAU7MPU FynSKuSE8l2AoCGtkk0X5wZSO3QpCMWW7QB93brGw0HYicHfBO0PCDFUkK0FI7Rjx+Qi EtVW02pFpKzQY76Ki1Ru/lYEjL83eNJ3An8ys=
- In-reply-to: <1256889247.12137.17.camel@andrea-laptop>
- References: <1256889247.12137.17.camel@andrea-laptop>
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
2009/10/30 Andrea Ratto
<andrearatto_liste@xxxxxxxx>
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 majordomo@xxxxxxxxxxxxxx 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