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
sudo apt install network-manager-openvpn -y
https://www.youtube.com/watch?v=KcxKWudhkpc&ab_channel=LinusTechTips
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
sudo apt install network-manager-openvpn -y
https://www.youtube.com/watch?v=KcxKWudhkpc&ab_channel=LinusTechTips