[GH-ISSUE #3630] MacVlan not support run over eth0.xxx #2282

Open
opened 2026-05-05 08:58:18 -06:00 by gitea-mirror · 2 comments
Owner

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

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
gitea-mirror added the
networking
label 2026-05-05 08:58:18 -06:00
Author
Owner

@osevan commented on GitHub (Nov 22, 2023):

I need this vlan Option too

Where i could change this?

<!-- gh-comment-id:1823620677 --> @osevan commented on GitHub (Nov 22, 2023): I need this vlan Option too Where i could change this?
Author
Owner

@osevan commented on GitHub (Jul 17, 2024):

Srill not possible?

<!-- gh-comment-id:2233953015 --> @osevan commented on GitHub (Jul 17, 2024): Srill not possible?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#2282
No description provided.