Answers for "como instalar openvpn en 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

Code answers related to "como instalar openvpn en ubuntu 20.04"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language