From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghav Gururajan Subject: Re: Tor over VPN Date: Wed, 12 Jun 2019 09:58:41 -0400 Message-ID: <0130df6ffb4a90874f887ebd71bcb47e1dc2cb37.camel@disroot.org> References: <57a0917dc48b49a3961c3919aeaae0f2f9995fed.camel@disroot.org> <850227f7533ac7757c5c1c5201a40437@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43413) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hb3mO-000117-0c for help-guix@gnu.org; Wed, 12 Jun 2019 09:59:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hb3mN-0003A6-2h for help-guix@gnu.org; Wed, 12 Jun 2019 09:59:07 -0400 Received: from knopi.disroot.org ([178.21.23.139]:54650) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hb3mL-00038g-0W for help-guix@gnu.org; Wed, 12 Jun 2019 09:59:06 -0400 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 , help-guix@gnu.org, oury.dustin@posteo.net > 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? > > You can check what your routes are with "ip r". Thanks. I thought of same. So, the vpn and tor operate in different levels as per OSI model right? I think vpn works in a lower level than tor and that is why the tor is forced to route via vpn? Also, how should I configure my "openvpn-client-service" for this? All I have is ".ovpn" file from my vpn provider. Can you please guide with a code snippet? Regards, RG.