===== VPN manual for generic GNU/Linux (no Network Manager) ===== ==== Installation ==== - Install OpenVPN following the instructions for your distro. Or you can rather [[https://openvpn.net/index.php/open-source/downloads.html|download the source package]] and compile it. - Uncompress the ''zip'' file found [[https://apps.citius.usc.es/carqueixa/home/VPN|in your user's home, in the VPN folder]]. The ''exe'' and ''ovpn'' files, if there, aren't necessary for this type of connection. cd ~/Downloads unzip vpn-udp-22-user.name-config.zip ==== Connect and disconnet from the VPN ==== - Go to the directory where files are uncompressed cd ~/Downloads/vpn-udp-22-user.name - Execute openvpn with superuser privileges. Depending on the system's configuration you may need to use ''sudo'' or ''su''.sudo openvpn vpn-udp-22-user.name.ovpnsu openvpn vpn-udp-22-user.name.ovpn - To disconnect press ''Control+C''.