
On Sat, 11 Jun 2022 21:26:02 +0300 Andrei Borzenkov wrote:
On 11.06.2022 19:51, Bob Williams wrote:
Well ... there is https://build.opensuse.org/package/show/network:vpn/protonvpn-gui, but it does not include Leap 15.4 build target currently. Also I remember that required some other package from another project. You may try to contact maintainers of this project/package.
Another good idea
Out of curiosity I tried to install protonvpn-gui for 15.3. It installs without dependency problems but does not start because it needs some further python module newer than available in 15.4. At which point I lost itnerest :)
Thank you for investigating
My system is a fully up-to-date Leap 15.4. openvpn is installed.
I've tried installing the CLI NetworkManager scripts (eg.
I do not understand what it means. Paste complete command and its full output you used to "install CLI script".
Right click NM in System tray - Configure Network connections Click '+' to Add New Connection Scroll to bottom of list and select Other > Import VPN connection. Click 'Create' Navigate to saved *.ovpn file and select it Choose 'Yes' when asked 'Do you want to copy your certificates to /home/bob/.local/share/networkmanagement/certificates/?' Give root password Select newly created connection from list in NM and enter my Proton username and password in the appropriate fields. The other fields (Gateway, Connection type and CA Certificate were filled automatically)
Well, if you want to use NetworkManager to manage OpenVPN connections you need NetworkManager-openvpn package. Is it installed?
Yes.
You may also need GUI plugins. You never said which desktop you are using but it looks like KDE in which case it would be plasma-nm5-openvpn
This is already installed.
Does it work with plain openvpn as described in https://protonvpn.com/support/linux-openvpn/? I.e.
openvpn saved.ovpn
sudo openvpn ~/Downloads/OpenVPN/ch-uk-01.protonvpn.com.udp.ovpn Options error: --up script fails with '/etc/openvpn/update-resolv-conf': No such file or directory (errno=2) Options error: Please correct this error.
Show output of
nmcli connection show
~> nmcli connection show NAME UUID TYPE DEVICE eth0 7ba00b1d-8cdd-30da-91ad-bb83ed4f7474 ethernet eth0 wlan1 9df29d95-c017-3140-97f6-ca68f72566e9 wifi wlan1 br-aa564d4f0c0c b62c6d7b-8562-4c17-8516-ebbd8ef4a992 bridge br-aa564d4f0c0c docker0 8af33723-f583-44eb-a0b3-ff5542eba9b6 bridge docker0 ch-lu-01.protonvpn.com.udp be21c988-4f69-4fb9-b318-e22429d8f2cf vpn -- ch-uk-01.protonvpn.com.udp eb7b9f12-9f80-4d86-a488-7ebd549d0b25 vpn -- is-uk-01.protonvpn.net.udp 8f64075a-c6fd-4590-aa0b-e3841fa8a13c vpn -- uk.protonvpn.com.udp 1b1a5c90-5bb4-4549-9e78-6d14b91ed772 vpn -- -- Bob Williams