I recently installed Bluefin on one of my computers, and I have been really liking it so far. As a new user I have been reading a lot and learning a lot a long the way, and loving it!
As a long time user of Mullvad VPN, I have been reading and thinking about the best way to get that up and running on Bluefin.
It seems like a VPN is not the sort of application that would run well from a FlatPak. As I understand things it is best to avoid layering when possible in the interest of stability so I have been looking for other options.
Are any of you using Mullvad VPN? How did you install it? Does it work well on your system?
Thanks!
OSTree Layering Option
Mullvad is a great, privacy-conscious VPN Provider, which is really useful for when youāre on the road or donāt trust the coffee shop wifi. I was very concerned at first that getting a VPN running in Kinoite would be tough, but it turned out to be easy. First, Download the RPM. Then sudo rpm-ostree install /path/to/mullvad.rpm. Then reboot, because youāve layered a package, and thenā¦
The wireguard instructions should work on Bluefin since it includes the wireguard tools. (though it would be great if we could confirm that they work!).
Iām also not sure if the layered install will pull in the repo, so you might want to make sure that this repo file is in /etc/yum.repos.d so that youāre getting updates.
Iām using Mullvad in a different way, I buy it through tailscale so itās integrated right into the tailscale UI so thereās almost zero config, though that might not be the way you wanna run it. Hope this helps!
I followed the WireGuard instructions on the Mullvad VPN website as you suggested, and the connection test page confirmed that it worked. I always used the application in Ubuntu so turning the VPN on and off from the command line is a little different, but not a problem at all.
Thank you so much for all of the work you are doing on this project. It really does feel like the future!
I was sent here by my buddy Matt H as I may be facing the same issue for installation on Aurora soon, when I move from Fedora 40 to Aurora on my Framework 13. Iāll definitely miss the point-and-click app though, any ideas for the RPM?
Flatpaks - installed via the store. Containers - I really need something using RPMs, okay, install Fedora via Box Buddy and have at it. many applications can be run with created launchers in Bluefin. I do this with a testing release of KDENLive. Homebrew - Lots of CLI stuff here, much of it for devs.
rpm-ostree layering - Absolute last resort and honestly, worth rethinking the app if it needs it. But if one must, hereās the general idea.
All of that said, as others have indicated, this should work.
Heh, interesting. Iād do a DNS leak test to confirm myself post-install, but āapparentlyā you can do this with RMP installs of VPNs through distrobox. Assuming Box Buddy app export the icon out to the host for in-container launching. Never tried it, but it sounds interesting. Reddit - Dive into anything
I am using Gnome, and their implementation of network manager allows you to āimport from fileā to set up a VPN. This turns the VPN toggle into one of their quick buttons in the menu bar, and you can configure it to select from multiple different nodes or auto-connect on sign-in.
Highest recommendation for integration and ease of use.
I havenāt tried it on KDE plasma, but I have done it on XFCE, and it was also just as painless to set up and easy to manage.
Once you sign into your mullvad account on their site, you need to go to the download section for the wireguard configurations and download the files for each node you want to appear in your drop down menus.
Then import them in your DEās VPN settings, name them whatever you like, and youāre off to the races.
edit: Screenshot for what the result looks like in Gnome
I have not, but what has happened in those instances for me is that I lose all access to the internet until I switch off the VPN. I donāt think it has all of the benefits of a dedicated killswitch per-se, but it was what I personally want to happen in that scenario.
I have a corporate VPN I am required to use.
Here is the name of the package.
ps-pulse-linux-22.5r1.0-b25375-64bit-installer.rpm
I have tried two approaches:
installation into a fedora distrobox, which I then distrobox-export
Both approaches ultimately fail giving the same error.
Before failing, the basic stuff works, i.e., starting the UI, ā¦
Here is the error.
/opt/pulsesecure/bin/pulseUI
dsOpenSSL Start - dsENGINE_register_ECDSA
dsOpenSSL End - dsENGINE_register_ECDSA
DBUS api call failed with code: 2 - message:GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
DBUS api call failed with code: 2 - message:GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
DBUS api call failed with code: 2 - message:GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
DBUS api call failed with code: 2 - message:GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Segmentation fault (core dumped)
Yes, I am traveling.
Installing the VPN on a router is a good point though.
If I am unable to get this working on UB, I do have an OrangePi that I could potentially recruit as router, but that sounds like a fair bit of work.