Your IP-address is: 3.236.237.61 this Sunday 24, Sep 2023, 01:50:06

Latest News

  • Falkon Web Browser For Linux

    Falkon Web Browser For Linux

    Falkon Web Browser For Linux. Falkon web browser is actually a KDE web browser using QtWebEngine rendering engine, previously known as QupZilla.

Published content

Install PIA VPN App In Debian 11 Or LMDE5 Linux

Install PIA VPN app in Debian 11 or LMDE5 Linux.

Private Internet Access (PIA) is a personal virtual private network (VPN) service with no logs. It supports multiple VPN technologies such as L2TP/IPsec, OpenVPN and WireGuard.

PIA is based in the United States, which is a member of the five eyes surveillance alliance, which is a major drawback since the government can legally force businesses to log customer data and provide this to the authorities.

Private Internet Access Desktop client was built from scratch using C++ and Qt. It's based on a typical split architecture with an unprivileged GUI and a privileged service/daemon component, with the user interface implemented using Qt Quick.

Its source code is freely available here, released under MIT license.

Linuxexperten.com is not affiliated with Private Internet Access.

No logs proved in court:

PIA has not undergone any thrid party audits to verify their “no logs” policies, but two court cases proves that they aren't lying about no-logs.

The first court case occurred in 2016 when the FBI demanded logs concerning a PIA user, who had allegedly been making bomb threats.

The second court case occurred in June 2018, when U.S authorities once again demanded data logs for a criminal investigation.

In both cases PIA could not produce any data connecting a specific individual to an IP-address. Although worth noting is that the previous “no logs” court cases happened under previous ownership.

Changes since 2019:

On November 18, 2019, Private Internet Access announced that it would be merged into Kape Technologies, which operates three competing VPN services, Cyberghost, ExpressVPN and Zenmate.

Software installer is no longer a shell-script, but instead a .run-file, which also means you need to be more vigilante, because they are equal to an .exe file for Windows. However, this particular software you can download and install without worrying.

A .run file is an executable file typically used for Linux program installers, that  contains program data and instructions for making the installation.

PIA features:

  • Nice and easy-to-install and use app for Linux
  • Up to 10 devices allowed
  • Protocols: OpenVPN UDP/TCP
  • Encryption: ( AES-128(GCM) AES-256 (GCM) ) and WireGuard.
  • Network: PIA DNS, other options.
  • Allow LAN Traffic
  • Port forwarding for torrenting.
  • Privacy: VPN Kill Switch, Advanced Kill Switch and PIA MACE for blocking ads. trackers and Malware.
  • Dedicated IP
  • Connect automation
  • Split Tunnel
  • Multi-Hop obfuscation using Shadowsocks or Socks5 Proxy
  • Account information

PIA 24/7 Support via homepage:

  • Chat - Works great, but interest in solving the problem at hand varies, by the agent.
  • HelpDesk - Usually very informative response, but if it doesn't solve your problem a new ticket needs to be opened.

First download the latest stable app here.

Since this is a .run-file, there is no need to unpack the file.

Install PIA VPN app in Debian 11 or LMDE5.

Terminal window:

cd downloads

Press Enter.

chmod +x pia-linux-3.3.1-06924-run

Press Enter.

./pia-linux-3.3.1-06924-run

Press Enter and enter your password ( required )

PIA Terminal

Wait for the installation to complete, then look for the Private Internet Access logo and click it to run the app. You will be met by a popup screen, showing the changelog.

An extra layer of protection - ShadowSocks or Socks5 Proxy:

PIA's app provides Shadowsocks and SOCKS5 as a multi-hop VPN connection.

SOCKS5 proxy does not encrypt traffic - it only masks your IP address.
Also, at the time of writing ( 28/05/22 ) PIA only offer this proxy through the Netherlands server gateway ( IP:46.166.186.197 ) Port: 1080.

It is not recommended to ping proxy-nl.regions.cluster.piaservers.net and then use this IP to connect, as I have seen recommended on some Windows sites, to get around connection problems to the Socks5 proxy !

PIA's app offers an extra feature to obfuscate your VPN connection by enabling proxy options ( Shadowsocks and Sock5 Proxy ) within your PIA application.

This feature allows your connection to get an extra hop before reaching the VPN server ( normal VPN location/country ) you are trying to connect to which in return provides your VPN tunnel another layer of masking.

This feature helps to hide the VPN tunnel.

But, it is important to understand that this still will not technically imply that your VPN will not be visible to the network nor the VPN tunnel itself, as you still need the actual VPN tunnel to establish the secured and masked connection.

Having two proxy connections gives you a higher VPN security as well as masking through the process or proxy before your data reaches the actual VPN server end-point.

Problems connecting to the VPN server using Socks5 proxy?

PIA connection problems

Then try one of these IP's using the same port:1080

  • 109.201.152.11
  • 46.166.190.166
  • 46.166.190.132
  • 109.201.152.236
  • 109.201.152.250
  • 109.201.154.250

Using the latest app from PIA, I haven' t been able to connect to their Socks5 proxy. It keeps trying to connect in what seems like an endless loop. Disabling the Multihop feature, lets you connect.

Note: I have tested this feature on Linux Mint 20.xx and LMDE5 ( Debian 11 ).

Are you missing the systray icon?:

NOTE: Regarding issues with earlier versions, first problem was the constant disconnections of the VPN, no matter what encryption, UDP/TCP or port, so like many others I removed the app and setup OpenVPN manually with PIA's VPN, downloading their .ovpn files etc: and it worked. Now with this latest version, it just works as it should.

Something that might occur sometimes, no matter which Linux distro you are using is that the "systray icon disappears", to remedy this:

./pia-linux-3.3.1-06924-run

Press Enter, done. It is back again !

If the icon is gone ! Do it all over again !

You can try re-setting the desktop, using the CRTL+ALT+ESC.

PIA VPN ( OpenVPN UDP/TCP ) connected, but I can't surf:

I started having problems with the PIA app while still being apparently connected, using OpenVPN. It would work normal for >1min, then I couldn't access any online sites. So I changed ports, encryption protocol, even tested against several different servers, but still the same problem.

WireGuard:

So I switched to WireGuard and that worked like a charm, no problems at all, it stays connected and it doesn't suddenly stop working. However WireGuard has some inherent problems, that can undermine a users privacy if not adequately addressed. So would rather prefer continue using OpenVPN.

PIA article here: Understanding the WireGuard Protocol

First check your Antivirus settings and whitelist:

- /opt/piavpn
- /opt/piavpn/bin/pia-wireguard-go
- /opt/piavpn/bin/pia-unbound

Next shut-down the PIA vpn app and then uninstall it from a terminal window:

sudo opt/piavpn/bin/pia-uninstall.sh

Press Enter, done.

Now, this will hopefully solve your problem, but if not.

Type the following commands:

sudo iptables -P INPUT ACCEPT
sudo iptables -F INPUT
sudo iptables -P OUTPUT ACCEPT
sudo iptables -F OUTPUT
sudo systemctl restart NetworkManager

Now, this seemed to solve my problem temporarily, but in the end no, only this time I was able to surf for more than 10 minutes, before it stopped working again.

This is an annoying problem and PIA's support don't have a clue, what causes this. They just tell me to re-install the app, which I have done four times now. Anyone else experienced this and has a working solution, please send me a message.

Speedtest of the PIA VPN 2022 using the WireGuard Protocol:

This test was performed using a modem cable Internet connection with a maximum speed of 15MBps.

Best download speed using the PIA VPN app was Ireland at 10.28 Mbit/s, followed by US, then France, Germany and so on.

A list of the worst performing PIA servers per country are listed here:

Tested 10/06/22 and note that Geo-located servers were not tested !

 

Note: I set a limit of >5Mbit/s for this list.

 

South-America:

 

Argentina

Download speed: 0.00 Mbit/s

Upload speed: 0.00 Mbit/s

 

Europe:

 

Albania

Download speed: 2.49 Mbit/s

Upload speed: 1.18 Mbit/s

 

Greece

Download: 3.90 Mbit/s

Upload: 0.80 Mbit/s

 

Hungary

Download speed: 3.46 Mbit/s

Upload speed: 1.09 Mbit/s

 

Iceland

Download speed: 2.80 Mbit/s

Upload speed: 0.89 Mbit/s

 

Lithuania

Download speed: 3.82 Mbit/s

Upload speed: 1.21 Mbit/s

 

Moldova

Download speed: 4.98 Mbit/s

Upload speed: 0.88 Mbit/s

 

Slovakia

Download speed: 2.47 Mbit/s

Upload speed: 1.18 Mbit/s

 

Denmark: Copenhagen

Download speed: 2.75 Mbit/s

Upload speed: 0.44 Mbit/s

 

Finland Helsinki

Download speed: 3.07 Mbit/s

Upload speed: 1.22 Mbit/s

 

Sweden: Stockholm

Download: 3.75 Mbit/s

Upload speed: 1.03 Mbit/s

 

Outside Europe:

 

Australia Melbourne

Download speed: 2.83 Mbit/s

Upload speed: 0.83 Mbit/s

 

Australia Sydney

Download speed: 3.19 Mbit/s

Upload speed: 0.79 Mbit/s

 

Israel

Download speed: 3.60 Mbit/s

Upload speed: 1.24 Mbit/s

 

Japan Tokyo

Download speed: 4.51 Mbit/s

Upload speed: 1.16 Mbit/s

 

New Zealand

Download speed: 4.55 Mbit/s

Upload speed: 1.11 Mbit/s

 

Singapore

Download speed: 3.66 Mbit/s

Upload speed: 1.17 Mbit/s

 

South Africa

Download speed: 2.97 Mbit/s

Upload speed: 1.83 Mbit/s

 

United Arab Emirates

Download speed: 2.29 Mbit/s

Upload speed: 0.78 Mbit/s

 

IMPORTANT SETTINGS FOR FIREFOX:

See here under Tutorials "Install Firefox Quantum".

There are many settings you need to change, besides these below mentioned to stay anonymous.

Search for: media.peerconnection.enabled and doubleclick on it so it changes from True to False. Then search for network.proxy.socks_remote_dns and set it to True. Close the Tab, Then geo.enabled, set it to false, done !

If your DNS is leaking, when running the online tests from listed sites, have a look at our FAQ.

Test for DNS Leaks:

If you are using P2P - torrents:

Here are some valuable tips and tools.

Private Internet Access Website

Top