Short Guide to Using OpenVPN client GUI and .ovpn config file on PP - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: Short Guide to Using OpenVPN client GUI and .ovpn config file on PP (/showthread.php?tid=19571) |
Short Guide to Using OpenVPN client GUI and .ovpn config file on PP - biketool - 12-16-2024 A pretty simple guide, Mobian Trixie is setup to use wireguard for VPNs. It is pretty easy to add openVPN client services though. first install two packages Code: sudo apt install openvpn network-manager-openvpn-gnome The .ovpn file contains all of the settings and certificates you need to make the connection though for some services you also need to add your username and password. Code: sudo nmcli connection import type openvpn file /home/mobian/exampleVPN.ovpn In trixie you even get a clicker button in the pulldown notification area along with bluetooth battery and wifi toggles once the VPN is setup. |