Hi All, Ive been banging my head with how to get a ubuntu core 20 pi to connect to a openvpn server…
First I saw the easy-openvpn and tried that as the client and kept on failing, finally I ready something that said its not going to be supported any longer, then I though about the network manager… as I use that in my daily driver…so I copy the ovpn file scp @:~/ then try and run it with sudo nmcli connection import file xxx.ovpn type openvpn and get back the following error Error: failed to load VPN plugin: unknown VPN plugin “org.freedesktop.NetworkManager.openvpn” now I have testeted the file and it works perfectly on my 20.04 Lts no problem…
My end goal is to have all devices accessable… as I need to remotly support them… so this will need to auto dial in everytime the device starts … Question Am i going about this the wrong way ?? Is there a better way / more modern approach a newer technology??