yum install -y openvpn
sudo apt-get install openvpn
/etc/openvpn/conf/
directory.
Enter the /etc/openvpn/conf/
directory and run the following command to establish a VPN connection.openvpn --config /etc/openvpn/conf/SSLVpnClientConfiguration.ovpn --daemon
Was this page helpful?