Answers for "how to install openvpn connect on ubuntu 20.04"

1

ubuntu 20.04 openvpn client

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
Posted by: Guest on May-19-2021
0

how to install openvpn connect on ubuntu 20.04

sudo apt install network-manager-openvpn -y 
https://www.youtube.com/watch?v=KcxKWudhkpc&ab_channel=LinusTechTips
Posted by: Guest on September-09-2021

Code answers related to "how to install openvpn connect on ubuntu 20.04"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language