mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3835] Is there a way to force a jail outside Network Manager systemwide VPN? #2415
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2415
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Futureknows on GitHub (Dec 17, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3835
Once I enable a OpenVPN connection using network manager, is there a way to force discrete jails to connect outside the tunnel? If I use --net=enp10s0 (the default ethernet interface) it still tunnels through the OpenVPN connection. Sometimes if I open firejails this way before establishing an OpenVPN through Network manager, they remain discrete, but after enabling OpenVPN, subsequent enp10s0 jails get routed through the tunnel.
@rusty-snake commented on GitHub (Apr 6, 2021):
Maybe with
--net=br0and an bridge that has direct inet access.@Futureknows commented on GitHub (Apr 6, 2021):
Thanks. I noticed if I launch a firejail on net=virbr0 (Redhat default
bridge) before I connect to a VPN with Network Manager, then I can run
inside and outside the systemwide VPN simultaneously with jails.
However, any firejails launched with *net=virbr0 *after connecting to a VPN
through Network manager, those firejails don't get a connection.
I'm sure this can be fixed with editing iptables but it's beyond me. It
would be a very handy feature.
On Tue, Apr 6, 2021 at 7:28 AM rusty-snake @.***> wrote: