Client Ubuntu 20.04 OpenVPN
sudo apt update
sudo apt install openvpn -y
## Create a file called client.ovpn and copy VPN config to the file
sudo openvpn --config client.ovpn --daemon
ip a show tun0
MzanziLegend