_______ ____ ____ __ __ ____ __ ______ ______ /_ __// __// __// /_/ // _ / / / / __ // ____/ / / / __// /_ / __ // _ < / /_ / /_/ // /_ / /_/ /___//___//_/ /_//____//___//_____//_____/ techblog.koponen.se [ / ] [ howto ] [ reviews ] [ webapps ] [ youtube ] [ links ] [ about ] -------------------------------------------------------------------------
techblog.koponen.se [ / ] [ howto ] [ reviews ] [ webapps ] [ youtube ] [ about ] [ links ] -------------------------------------
HOWTO
VPN
USE OPENVPN PROFILES
Published: 20190228
In this HOWTO we assume the profile is called "profile.ovpn"
-
INDEX
01. linux
02. android
03. windows
-
Linux
Tested on: Pop!_OS 18.04 nvidia (Ubuntu Desktop 18.04 amd64)
If you need security, disable IPv6 (OpenVPN can still be succeptible to "IPv6 leak attacks")
Install OpenVPN
$ sudo apt -y install openvpn
Download the profile (file ending with .ovpn)
Run this command in a terminal (in the same dir as your profile.ovpn)
$ sudo openvpn profile.ovpn
You'll get some text output in the terminal and it should be obvious when the VPN is active
You quit the VPN by either pressing Ctrl+C or shutting down the terminal window
Android
Tested on: Samsung Galaxy S7
Windows
Tested on: Windows Pro 8.1 x64