Download and Install OpenVPN
- Open the Terminal by pressing Ctrl + Alt + T.
- Update your system and install OpenVPN by running the following commands:
apt update
sudo apt install openvpn
Download and Extract VPN Profile
- Visit the DuelVPN server page and download the ZIP file containing the OpenVPN profile.
- Open the Terminal and navigate to the folder where the ZIP file was downloaded, for example:
- Extract the contents of the ZIP file by running:
cd ~/Downloads
unzip austria_S1.zip
Connect to the VPN
- Move into the extracted folder using the following command:
- List the contents of the folder to find the configuration file by typing:
- Identify the .ovpn file, which contains the configuration to connect to the VPN.
- Use the following command to connect to the VPN:
- Enter your system password when prompted.
- Once connected, you will see log information in the Terminal and a message confirming the VPN connection.
cd austria_s1
ls
sudo openvpn austria_s1_tcp.ovpn
Disconnect from the VPN
- To disconnect, return to the Terminal where OpenVPN is running and press Ctrl + C to stop the connection.