Establish an AWS Client VPN connection on Linux
Establish a VPN connection using the using either the Network Manager GUI on an Ubuntu computer or the OpenVPN application.
To establish a VPN connection using OpenVPN - Network Manager
-
Install the network manager module using the following command.
sudo apt-get install --reinstall network-manager network-manager-gnome network-manager-openvpn network-manager-openvpn-gnome
-
Go to Settings, Network.
-
Choose the plus symbol (+) next to VPN, and then choose Import from file....
-
Navigate to the configuration file that you received from your VPN administrator and choose Open.
-
In the Add VPN window, choose Add.
-
Start the connection by enabling the toggle next to the VPN profile that you added.
To establish a VPN connection using OpenVPN
-
Install OpenVPN using the following command.
sudo apt-get install openvpn
-
Start the connection by loading the configuration file that you received from your VPN administrator.
sudo openvpn --config
/path/to/config/file