Saturday, May 4, 2024
29
rated 0 times [  29] [ 0]  / answers: 1 / hits: 12916  / 2 Years ago, mon, january 31, 2022, 10:55:35

I tried to install ProtonVPN on my Ubtuntu 20.10 via official ProtonVPN documentation. After installation, I noticed ethernet icon appearing on top-right but internet was not working. I then uninstalled protonVPN but still internet is not working even WIFI is connected. There's still ethernet icon top-right. I tried using my phone's internet via USB tethering, I was able to connect tethring but internet was still not wotking.


How can I solve this?


More From » network-manager

 Answers
2

This question is pretty old but I had the exact same problem with the exact same distro so I'll answer with how I solved it after uninstalling protonvpn.
By running


nmcli device

I found out I had two extra connections that had remained there and the system was trying to route through them, so after identifying them I simply did


sudo nmcli connection delete pvpn-killswitch
sudo nmcli connection delete pvpn-ipv6leak-protection

After that rebooting solved everything.


Also, note that there is also a workaround to use protonvpn service if after the installation internet stopped working. Simply run:


nmcli connection show --active

Then,


nmcli connection delete [connection name]

In my case the code was:


nmcli connection delete pvpn-ipv6leak-protection

After that, just open protonvpn and connect normally.


[#1894] Tuesday, February 1, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
istmasted

Total Points: 287
Total Questions: 130
Total Answers: 153

Location: Burkina Faso
Member since Thu, Dec 23, 2021
2 Years ago
istmasted questions
Sat, Jun 19, 21, 16:54, 3 Years ago
Tue, Mar 1, 22, 22:36, 2 Years ago
Sun, Oct 9, 22, 09:33, 2 Years ago
;