On 11/17/20 2:44 PM, Jorge Fábregas wrote:
> On 11/17/20 10:00 AM, William Oliver wrote:
>> Is this doable?  Does anybody know where to look for info?
> 
> What about running that 2nd VPN (US-based) within a standard container?
>  Then open your needed apps "in that same network namespace"? (the
> network namespace of the container running the VPN).  I've never done it
> but I believe is doable.

Ok, I've just did it now.  I launched my VPN within a container.  Then
on my host I searched for the $PID of the process and then:

nsenter -t $PID -n firefox

Now Firefox shares the network namepsace of the running container
(without having to create a "firefox container" beforehand...).

I did this test as root.

HTH,
Jorge
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to