-
Notifications
You must be signed in to change notification settings - Fork 486
Description
Hello, I'm trying to get the AWS VPN Client for Linux to work via Distrobox (here the docs).
Given that the most recent OS that they support is Ubuntu 24.04 LTS, and considering that the client fails if you don't have systemd, I'm creating the distrobox like this:
distrobox create --init --name ubuntu-aws --image ubuntu:24.04Then I follow the rest of the instructions and I'm perfectly able to start the application by doing /opt/awsvpnclient/AWS\ VPN\ Client
Then I click on connect, and it opens Firefox on my host.
There I login via Okta (i.e. okta.com), and then I end up with this:
I installed another Firefox inside the Distrobox as well with the idea to have only the Firefox inside the container affected by the VPN, while keeping the host running without any VPN.
However I'm having troubles setting up the whole thing, and I wouldn't know how to tell the client inside the distrobox not to use the Firefox on the host but the one inside the container itself (they both point to /usr/bin/firefox).
On the host I'm running OpenSuse Tumbleweed.
Any thoughts?