Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active July 29, 2021 05:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/a11277a49d5a864e9bbb185e4b9c0e2b to your computer and use it in GitHub Desktop.
Save miguelmota/a11277a49d5a864e9bbb185e4b9c0e2b to your computer and use it in GitHub Desktop.
Arch linux PrivateInternetAccess (PIA) OpenVPN VPN setup
<username>
<password>
yay -S openvpn
yay -S networkmanager-openvpn
yay -S unzip
cd /etc/openvpn
wget https://www.privateinternetaccess.com/openvpn/openvpn.zip
unzip openvpn.zip
vim us_east.ovpn
# add to bottom:
auth-user-pass pass.txt
# start
sudo openvpn us_east.ovpn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment