xUTM

INSTALL VPN ON UBUNTU

Last edited 132 days ago by 김준성
login as root
sudo su -
apt update
apt update
Download client profiles from the OpenVPN server
apt install openssh-client openssh-server -y
generate Host certification from VPNserver
Install OpenVPN Client
apt install openvpn -y
Install Network Manager OpenVPN tool
apt install network-manager-openvpn -y
import
openvpn --config /path/to/client.ovpn
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.