User of AirVPN 46 Posted ... Hello everyone.I had a question for the forums today. Is it possible to run Eddie (or any other way to connect to AirVPN) on Tails OS? For those who do not know, Tails is a Linux based OS that is very secure and routes all connections through Tor. However, if I am not mistaken, since there is no VPN in that setup, the operator of the Tor relay node can see your actual IP, yes? So, is it possible to use AirVPN on Tails? I tried earlier but it gave me some sort of error when I tried to run the Eddie client's file. Also, will using a VPN on Tails make me more secure? If so, what are the benefits of doing so? Quote Share this post Link to post
zhang888 1066 Posted ... https://tails.boum.org/blueprint/vpn_support/ Quote Hide zhang888's signature Hide all signatures Occasional moderator, sometimes BOFH. Opinions are my own, except when my wife disagrees. Share this post Link to post
User of AirVPN 46 Posted ... https://tails.boum.org/blueprint/vpn_support/This doesn't really explain how to install the OpenVPN Quote Share this post Link to post
zhang888 1066 Posted ... sudo apt-get install openvpn Quote Hide zhang888's signature Hide all signatures Occasional moderator, sometimes BOFH. Opinions are my own, except when my wife disagrees. Share this post Link to post
User of AirVPN 46 Posted ... sudo apt-get install openvpnAfter that, what is the path to put the OVPN files in? Quote Share this post Link to post
SumRndmDude 22 Posted ... sudo apt-get install openvpnAfter that, what is the path to put the OVPN files in?Should be installed in /etc/openvpn/ Honestly though, the client doesn't need the files anywhere specifically as when you connect via CLI, you tell the client where the file is and exactly which one to use. Quote Share this post Link to post
User of AirVPN 46 Posted ... sudo apt-get install openvpnAfter that, what is the path to put the OVPN files in?Should be installed in /etc/openvpn/ Honestly though, the client doesn't need the files anywhere specifically as when you connect via CLI, you tell the client where the file is and exactly which one to use.Oh okay, how do I connect via the CLI? Quote Share this post Link to post
SumRndmDude 22 Posted ... TAILS is Linux based, so the guide here should walk you through it. Quote Share this post Link to post
menzar 0 Posted ... sudo apt-get install openvpnAfter that, what is the path to put the OVPN files in?Should be installed in /etc/openvpn/ Honestly though, the client doesn't need the files anywhere specifically as when you connect via CLI, you tell the client where the file is and exactly which one to use.Oh okay, how do I connect via the CLI?Linux noob here! I tried 'sudo apt-get install openvpn' then I get this: Reading package lists... DoneBuilding dependency tree Reading state information... DoneE: Unable to locate package openvpn Then when I try 'sudo openvpn foo.ovpn' I get: sudo: openvpn: command not found Any Ideas? Quote Share this post Link to post
User of AirVPN 46 Posted ... sudo apt-get install openvpnAfter that, what is the path to put the OVPN files in?Should be installed in /etc/openvpn/ Honestly though, the client doesn't need the files anywhere specifically as when you connect via CLI, you tell the client where the file is and exactly which one to use.Oh okay, how do I connect via the CLI?Linux noob here! I tried 'sudo apt-get install openvpn' then I get this: Reading package lists... DoneBuilding dependency tree Reading state information... DoneE: Unable to locate package openvpn Then when I try 'sudo openvpn foo.ovpn' I get: sudo: openvpn: command not found Any Ideas?I have the same problem. Quote Share this post Link to post
SumRndmDude 22 Posted ... Run sudo apt-get update && sudo apt-get install openvpn You need to update the repository first. Also, TAILS allows you to run a root terminal to avoid having to sudo everything. I'd recommend using that instead. 1 User of AirVPN reacted to this Quote Share this post Link to post
User of AirVPN 46 Posted ... Run sudo apt-get update && sudo apt-get install openvpn You need to update the repository first. Also, TAILS allows you to run a root terminal to avoid having to sudo everything. I'd recommend using that instead.I tried apt-get update. It gave me an error.How do I run a tails root terminal? Quote Share this post Link to post
zhang888 1066 Posted ... The red root terminal, in the same Applications tab. Quote Hide zhang888's signature Hide all signatures Occasional moderator, sometimes BOFH. Opinions are my own, except when my wife disagrees. Share this post Link to post
User of AirVPN 46 Posted ... The red root terminal, in the same Applications tab.I managed to install the OpenVPN package, and I have all the necessary OVPN files.But when I cd to the directory that the OpenVPN files are in and I run (from the root terminal) sudo openvpn AirVPN_CA-Toronto-Ontario_Lesath_UDP-443.ovpn It gives me an error. Here are my logs. Mon Apr 4 20:01:19 2016 OpenVPN 2.3.4 i586-pc-linux-gnu [sSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [iPv6] built on Nov 19 2015Mon Apr 4 20:01:19 2016 library versions: OpenSSL 1.0.1k 8 Jan 2015, LZO 2.08Mon Apr 4 20:01:19 2016 Control Channel Authentication: tls-auth using INLINE static key fileMon Apr 4 20:01:19 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authenticationMon Apr 4 20:01:19 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authenticationMon Apr 4 20:01:19 2016 Socket Buffers: R=[212992->131072] S=[212992->131072]Mon Apr 4 20:01:19 2016 UDPv4 link local: [undef]Mon Apr 4 20:01:19 2016 UDPv4 link remote: [AF_INET]184.75.221.2:443Mon Apr 4 20:01:19 2016 write UDPv4: Operation not permitted (code=1)Mon Apr 4 20:01:21 2016 write UDPv4: Operation not permitted (code=1)Mon Apr 4 20:01:25 2016 write UDPv4: Operation not permitted (code=1)Mon Apr 4 20:01:33 2016 write UDPv4: Operation not permitted (code=1) Quote Share this post Link to post
zhang888 1066 Posted ... Tails does not work with UDP.You have to read their project FAQ. Quote Hide zhang888's signature Hide all signatures Occasional moderator, sometimes BOFH. Opinions are my own, except when my wife disagrees. Share this post Link to post
User of AirVPN 46 Posted ... Okay. I tried again this time with a TCP OVPN file.Tails does not work with UDP.You have to read their project FAQ.I cd'd to the directory that the file was in and I typed (from the root terminal) sudo openvpn AirVPN_US-Miami_Yildun_TCP-443.ovpn It gives me this error, here are the logs. Tue Apr 5 19:51:53 2016 OpenVPN 2.3.4 i586-pc-linux-gnu [sSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [iPv6] built on Nov 19 2015Tue Apr 5 19:51:53 2016 library versions: OpenSSL 1.0.1k 8 Jan 2015, LZO 2.08Tue Apr 5 19:51:53 2016 Control Channel Authentication: tls-auth using INLINE static key fileTue Apr 5 19:51:53 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authenticationTue Apr 5 19:51:53 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authenticationTue Apr 5 19:51:53 2016 Socket Buffers: R=[87380->131072] S=[16384->131072]Tue Apr 5 19:51:53 2016 Attempting to establish TCP connection with [AF_INET]173.44.55.178:443 [nonblock]Tue Apr 5 19:51:54 2016 TCP: connect to [AF_INET]173.44.55.178:443 failed, will try again in 5 seconds: Connection refusedTue Apr 5 19:52:00 2016 TCP: connect to [AF_INET]173.44.55.178:443 failed, will try again in 5 seconds: Connection refusedTue Apr 5 19:52:06 2016 TCP: connect to [AF_INET]173.44.55.178:443 failed, will try again in 5 seconds: Connection refusedTue Apr 5 19:52:12 2016 TCP: connect to [AF_INET]173.44.55.178:443 failed, will try again in 5 seconds: Connection refused I even tried two different OVPN files, same error. Quote Share this post Link to post
SumRndmDude 22 Posted ... After doing some reading, it may be because of the fact that by default, TAILS blocks all network traffic not going through TOR. There are ways to bypass the firewall apparently, but it is not an easy process. There's a clearnet browser that bypasses TOR, but the OS is preconfigured to allow it. 1 User of AirVPN reacted to this Quote Share this post Link to post
User of AirVPN 46 Posted ... After doing some reading, it may be because of the fact that by default, TAILS blocks all network traffic not going through TOR. There are ways to bypass the firewall apparently, but it is not an easy process. There's a clearnet browser that bypasses TOR, but the OS is preconfigured to allow it.So, I would be wasting my time trying to make VPN work on Tails? Quote Share this post Link to post
SumRndmDude 22 Posted ... Depends on how deep you wanna go down the rabbit hole. TAILS runs very compartmentalized now. It seeks to keep everything separated from everything else and unless you specifically input the proper rules, it routes all traffic through TOR and any traffic attempting to bypass that gets dropped. 1 User of AirVPN reacted to this Quote Share this post Link to post
menzar 0 Posted ... Thanks for the all the info. One reason I thought it might be good to use a VPN with Tor is to protect yourself against snoopers when using public wifi hotspots, but does Talis on its own eliminate this possibility and protect yourself against potential hackers on the same wifi network? Quote Share this post Link to post
SumRndmDude 22 Posted ... As far as I understand its routing, unless the traffic comes in via the TOR tunnel or its allowed by default through an installed program, it blocks incoming and outgoing traffic. The short answer is yes and no. Is it still possible, almost always if the attacker is determined enough. Under most circumstances and with default settings, no. Quote Share this post Link to post