Linux PC

<< back <<

Install OpenVPN

Open Terminal.
Do not close terminal till the end of configuration.

vpn1

Run commands:

sudo apt-get install -y network-manager-openvpn network-manager-openvpn-gnome

Configuration

Choose most appropriate configuration for you and download it:

Location File Description
World vpn.ovpn Connect to primary VPN servers in Latvia
Finland vpn552.ovpn Connect to Finland VPN servers (recommended for developers/QAs)
US vpn802.ovpn Connect to US VPN Server
Ukraine vpn910.ovpn Connect to Ukrainian VPN Server
wget -qO ~/ecomz.ovpn https://vpndocs.ecomz.net/vpn.ovpn

Import connection and configure it

sudo nmcli connection import type openvpn file ~/ecomz.ovpn
sudo nmcli connection modify ecomz ipv4.dns-search 'int.ecomz.net'
sudo nmcli connection modify ecomz ipv4.never-default true

vpn2

Edit connection and set your username and password

nm-connection-editor

vpn3

Set your VPN username and password, and save connection.

vpn4

Use it!

vpn5