mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3630] MacVlan not support run over eth0.xxx #2282
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#2282
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 @micron10 on GitHub (Sep 16, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3630
Hi
run with latest version and try this one:
firejail --noprofile --net=eth0.0706 --ip=192.168.1.254 --netmask=255.255.255.0 --dns=8.8.8.8 --defaultgw=192.168.1.1 --hostname=test --writable-var --writable-var-log --writable-etc --read-write=/ -- /bin/init2
and get this error:
Error: default gateway 192.168.1.1 is not in the range of any network
please write my where in source need to set vlanid or have options for this.
If i set --net eth0 in dmesg i see :
[79825.705271] 8021q: adding VLAN 0 to HW filter on device eth0-2934209
hear i see vlanid is 0 if have options in source to set vlanid ?
Help please
@osevan commented on GitHub (Nov 22, 2023):
I need this vlan Option too
Where i could change this?
@osevan commented on GitHub (Jul 17, 2024):
Srill not possible?