mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5000] Firejail not giving IP with --ip=dhcp #2850
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#2850
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 @BlackRNG on GitHub (Mar 2, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5000
Description
The Dhcp client doesn't seems to work, like when using the --ip option, it probably only happens on wireless interfaces (I haven't tested it on wired connections).
Steps to reproduce
firejail --net=wlan0 --ip=dhcp
What happens?
The shell hangs for 2-3 minutes, it gives up and the resulting sandbox ends with no internet connection because of the lack of an IP
Expected behavior
To give the interface an IP using DHCP
Firejail version: firejail version 0.9.68
Compile time support
- always force nonewprivs support is disabled
- AppArmor support is enabled
- AppImage support is enabled
- chroot support is enabled
- D-BUS proxy support is enabled
- file transfer support is enabled
- firetunnel support is enabled
- networking support is enabled
- output logging is enabled
- overlayfs support is disabled
- private-home support is enabled
- private-cache and tmpfs as user enabled
- SELinux support is enabled
- user namespace support is enabled
- X11 sandboxing support is enabled
Linux distribution: Debian 11
Other
Is there something I missed?