Has anybody attempted the above on their L5s?
I attempted to install AirVPNâs client, but it wasnât functional, unfortunately. I was debating installing Network Manager just for itâs VPN setup functions, but Iâm afraid of messing up the existing networking.
Yes Tor, Wireguard(vpn), Luks i guess soon.
Librem 5
was Tor as easy as downloading it and creating a desktop file to launch from menu?
Wireguard is supported directly from the kernel â no install required, yes?
I set up an OpenVPN connection. I basically set it up on a laptop and copied the configuration to my Librem5.
For starting/stoping I put the commands into:
https://forums.puri.sm/t/app-terminal-favorites/
So I can start/stop via GUI.
LUKS only for the SD Card for now.
Here is a link to setting up tor. Not the best solution, but start reading there.
did you find out how to prevent it from DNS leaking?
where did you put the info on the L5?
Was this with a purism laptop? if so, I am assuming you just went under the VPN settings on the laptop and extracted all the info from there?
No I didnât go down that route til the end. Something else came up. And I think that it may have been solved in debian 11, but Iâm not sure.
How I set up OpenVPN in my Librem5:
I first set it up on a Debian laptop (probably any Linux Distro with
NetworkManager works).
Copy the â/etc/NetworkManager/system-connections/{Name}.nmconnectionâ from the
laptop to the Librem5.
Adapt included paths of the file if necessary (e.g. username of path)
Copy necessary files (cert, key, âŚ) Which are listed in the file to the exact path on the Librem5
Add the following block with the cert-password instead of xxxxxx:
[vpn-secrets]
cert-pass=xxxxxx
Fix permissions of the file
chmod og-r â/etc/NetworkManager/system-connections/{Name}.nmconnectionâ
apt install network-manager-openvpn-gnome
Restart the Librem5
To start the connection enter in the terminal:
nmcli connection up â{Name}â