How to setup manual-config-for-linux-with-openvpn
Install and set up the VPN
Start a Terminal session.In the Terminal, type the following commands.
To install OpenVPN, type
centos
INSTALL OpenVPN® PLUGIN FOR NETWORK MANAGER
- Find the Terminal option on the left side bar.
- Type: sudo yum -y install epel-release and press Enter.
- Type in your root password and press Enter.
- Type: sudo yum -y install NetworkManager-openvpn NetworkManager-openvpn-gnome and press Enter.
sudo apt-get install -y openvpn
Go to the folder where you have openvpn config file right click there and select open in terminal then select the open vpn file and choose rename and copy the full name (with .ovpn) and paste with
sudo openvpn --config (config file name)
Comments
Post a Comment