Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we force ipvlan for network? #6397

Open
Quackdoc opened this issue Jul 2, 2024 · 2 comments
Open

Can we force ipvlan for network? #6397

Quackdoc opened this issue Jul 2, 2024 · 2 comments
Labels
enhancement New feature request networking Issues related to networking features (--net=, etc)

Comments

@Quackdoc
Copy link

Quackdoc commented Jul 2, 2024

Is your feature request related to a problem? Please describe.

Currently it seems like firejail will always macvlan for ethernet and ipvlan for wifi. macvlan has an unfortunate side effect for network administrators of spamming "new devices" due to mac address. ipvlan due to sharing mac address with the main nic does not have this issue.

This can also potentially be an issue on networks that perform mac address whitelisting.

Describe the solution you'd like

be able to force firejail to ipvlan so as not to create issues for a network admin.

Describe alternatives you've considered

I'm not sure if there is a viable alternative with linux.

@kmk3 kmk3 added the enhancement New feature request label Jul 3, 2024
@drwankingstein
Copy link

Strongly asking for this as well, recently got a new router which sends notifications when new devices join, which I thought would be great, until I checked and found out I had 124 new device notifications.

@osevan
Copy link

osevan commented Jul 17, 2024

https://ostechnix.com/configure-vlan-tagging-in-linux/

Vlan is seperated and layer2 and very cheap for kernel

We can start network apps like firefox or torrent clients in seperated vlanIDS

I hope someone of team devs can try this

@kmk3 kmk3 added the networking Issues related to networking features (--net=, etc) label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature request networking Issues related to networking features (--net=, etc)
Projects
None yet
Development

No branches or pull requests

4 participants