How to do with mullvad VPN?
-
I'm using mullvad but its not very friendly. I made a wireguard config and then imported it with nmcli in the terminal. The only downside is that mms will not work when the vpn is on for some reason. I got the openvpn config to work too but it was too much work to figure it out. Another option would be to have mullvad run in waydroid.
To turn off the vpn i just do nmcli in the terminal and turn it off in there.
- Set up shell environment variable: file='/etc/wireguard/wg0.conf'
- Now import it using the nmcli command: sudo nmcli connection import type wireguard file "$file"
source: How to import WireGuard profile using nmcli on Linux Author: Vivek Gite
-
Cool! I try it out! Is this under focal only?
And I can confirm that openvpn fails my service by ony providing CBC and not GCM.
I hope that will be included shortly.
-
@Rinkeby UT includes the encryption ciphers that the base Ubuntu includes. I doubt very much any ciphers would be added specially to UT that were not available in the base Ubuntu version it is based on.
Are you on Xenial, by any chance? In that case I am afraid you would be out of luck on that front.
-
Thanks for the info. Thats sad. But gonna try the wiregard trick instead then
-
and by "file=" you mean? Sorry that I dont understand this simple thing. But I see nowhere where my real file from mullvad should be placed? Is "file=" the path and everything to my mullvad conf file?
Like
/home/es_mad_wg_002.conf='/etc/wireguard/wg0.conf'
Like that?
-
@Rinkeby Not sure why the extra step of making an env variable named
file
is suggested. You could also simply do:sudo nmcli connection import type wireguard file "<path/to/your/mullvad/config/file>"
and replace
<path/to/your/mullvad/config/file>
with the actual full path. -
Wow arubi! You just fixed everything with one line. It works. Super simple! So many thank yous! You saved Ubuntu for me there.
Your post should be pinned how to solve mullvad.
Thank you again!
-
-
-
sorry arubi. Try to mark the post as solved again if you want. I accidentally removed your correct status
-
@Rinkeby No problem, you go ahead and mark my answer as having solved your issue... looks better that way, anyhow...
-
@Rinkeby Sorry I am just barely seeing this didn't recieve any notifications. The instructions were from this article lHow to import WireGuard profile using nmcli on Linuxt but as @arubislander mentioned its simpler to run without the environment variable.
@arubislander said in How to do with mullvad VPN?:
@Rinkeby No problem, you go ahead and mark my answer as having solved your issue... looks better that way, anyhow...
LOL
-
-