mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3617] MAC Address --mac should be able to be changed/spoofed without the need for --net #2273
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#2273
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 @svc88 on GitHub (Aug 30, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3617
In short, im using VPN on the PC. So all i wanted was to change the MAC address on the app i run eg:
It will only work if i explicitly put eg:
firejail --noprofile --net=eth0 --mac=03:0A:DE:E8:A7:26 xtermor rather:
firejail --noprofile --net=eth0 --dns=1.1.1.1 --mac=03:0A:DE:E8:A7:26 xtermBut the problem is then i wont be connected to the VPN anymore, since i am forced to connect directly to the eth0 adapter.
Which brings me to the follow up issue of needing to specify a tun0 adapter, however i have read quite a lot on here that tun0 adapter isnt supported and ive been meaning to also voice my need for it.
But if i can specify a MAC address right now without needing to specify --net, that would be great. (this would be the easiest choice)
Is this at all a possibility?
Im going to assume that your answer would be that the specified MAC needs to bind to a specific adapter, but cant you just specify the MAC and bind it to the default adapter that the jail is using.. which would be the default connection tun0 in my case?
Would appreciate some insight into this
@rusty-snake commented on GitHub (Oct 1, 2020):
I don't think this is possible.