mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4547] Support --net=ipv6-only-bridge. #2701
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#2701
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 @crocket on GitHub (Sep 15, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4547
--net=bridgedoesn't work if the bridge doesn't have an IPv4 address.I run radvd on the bridge so that firejail can fetch an IPv6 address through SLAAC.
Can firejail create an IPv6 address without radvd?
@voidzero commented on GitHub (Dec 8, 2023):
@netblue30 this issue is maybe even larger than the topic suggests. I have a bridge configured on the host, with multiple containers - I just don't have given it an IP address on the host. But that should be ok. I want a firejail to connect to an IP address on another container via the bridge. Can't we get rid of this requirement that the bridge must have an IP?