From mboxrd@z Thu Jan 1 00:00:00 1970 From: oury.dustin@posteo.net Subject: Re: Tor over VPN Date: Wed, 12 Jun 2019 14:52:23 +0200 Message-ID: References: <57a0917dc48b49a3961c3919aeaae0f2f9995fed.camel@disroot.org> <850227f7533ac7757c5c1c5201a40437@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56303) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hb2jv-0005eV-S6 for help-guix@gnu.org; Wed, 12 Jun 2019 08:52:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hb2ju-00006v-I1 for help-guix@gnu.org; Wed, 12 Jun 2019 08:52:31 -0400 Received: from mout01.posteo.de ([185.67.36.65]:41671) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hb2jt-00005r-Fg for help-guix@gnu.org; Wed, 12 Jun 2019 08:52:30 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 87CD5160060 for ; Wed, 12 Jun 2019 14:52:25 +0200 (CEST) In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Julien Lepiller Cc: Help guix Could you explain it with some code from a configuration file as an=20 example? On 12.06.2019 09:08, Julien Lepiller wrote: > Le 12 juin 2019 04:26:54 GMT+02:00, oury.dustin@posteo.net a =C3=A9crit : >> I too wish to get an answer to this so it would be easy for somebody >> non-technical to wrap their head around it. I'm currently doing >> open-vpn >> as root from the desktop and then running tor after it and configuring >> icecat afterwards to connect to TOR >>=20 >> On 11.06.2019 22:27, Raghav Gururajan wrote: >>> Hello Guix! >>>=20 >>> 1) How to use tor over vpn? That is, my system should connect to tor >>> network via >>> vpn. >>> 2) Should I enable both tor-service-type and openvpn-client-service? >>> 3) Do tor and vpn operate on same level as per OSI model? >>>=20 >>> Thank you! >>>=20 >>> Regards, >>> RG. >=20 > I think if you activate both services, it will work. Openvpn creates a > new virtual network device that gets its own ip and network > configuration. It's configured to go through your actual device via > routes. Tor will simply try to communicate with another server on the > internet. If openvpn has configured your computer to have a default > route through the vpn, then tor connection will have no choice but to > go through the vpn. Does it make sense? >=20 > You can check what your routes are with "ip r".