To make VPN working, several things need to be setup. This page is just the VPN client setup for Linux devices. For VPN server setup, please refer to this page.
Warning, so far only tested on Ubuntu 16.04.
--------------
Install/Build OpenVPN Client 2.4.x
wget https://swupdate.openvpn.org/community/releases/openvpn-2.4.6.tar.gz
sudo apt-get install liblzo2-2 liblzo2-dev
sudo apt-get install libpam0g-dev
./configure
make
openvpn ./the_vpn_file_from_firewalla_app.ovpn
Comments
1 comment
checking for OPENSSL... no
checking for SSL_CTX_new... no
configure: error: openssl check failed
(20:25 ibanez@sunshine openvpn-2.4.6) > sudo apt install openssl
Reading package lists... Done
Building dependency tree
Reading state information... Done
openssl is already the newest version (1.1.1d-0+deb10u3).
Please sign in to leave a comment.