mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3000] No network connection when using wireless interface #1881
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#1881
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 @Cris70 on GitHub (Oct 14, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3000
When I use --net=wlp3s0 (my wifi interface) there is no network connection.
I read elsewhere that wifi is not supported, but that was a few years ago... is it still true?
If so, can it be enabled? I found a few articles on how to move a wireless interface into a namespace.
Thank you in advance!
@Cris70 commented on GitHub (Oct 14, 2019):
Forgot to add details:
firejail version 0.9.60 on openSUSE Tumbleweed (kernel 5.3.2)
Compile time support:
- AppArmor support is enabled
- AppImage support is enabled
- chroot support is enabled
- file and directory whitelisting support is enabled
- file transfer support is enabled
- networking support is enabled
- overlayfs support is enabled
- private-home support is enabled
- seccomp-bpf support is enabled
- user namespace support is enabled
- X11 sandboxing support is enabled
@rusty-snake commented on GitHub (Oct 14, 2019):
For me it works with
net wlpXs0but only if I'm already connected.@Cris70 commented on GitHub (Oct 14, 2019):
@rusty-snake thank you for your comment. Unfortunately it doesn't work here, no matter the state of the connection.
I'll post a screenshot tomorrow as soon as I can.
@Cris70 commented on GitHub (Oct 21, 2019):
Sorry, forgot to send more information.
Here is the output of the ifconfig command to show that wifi is up and connected, and then wget (with firejail) that cannot connect:
@netblue30 commented on GitHub (Nov 5, 2019):
Question: do you two have default routes set up, one for the regular ethernet interface and one for wlan? Maybe the sandbox is picking up the wrong one? Run this two commands:
@Cris70 commented on GitHub (Nov 6, 2019):
Hi @netblue30 here are the results:
@ghost commented on GitHub (Jan 20, 2020):
@netblue30 I'm going over the issues list to label things and I stumbled on this one. For me (with firejail from git master) this is still broken:
I'll mark it as a bug, but more importantly, is there any update on this?
@Cris70 commented on GitHub (Jan 22, 2020):
No change here:
But I'm still using firejail 0.9.60: that's what openSuse Tumbleweed ships in his official repos.
@matu3ba commented on GitHub (Sep 9, 2020):
@glitsj16 What OS do you use and is only wget broken for you?
@Cris70 Does the git master work for you? 0.9.60 is not a LTS, so the maintainers should ship 0.9.62.4
@JsBergbau commented on GitHub (Jun 5, 2021):
For just binding to an Interface / forcing a program to access internet via a specific interface, have a look at bindToInterface https://github.com/JsBergbau/BindToInterface
This works with every network interface, including Wifi.
@Cris70 commented on GitHub (Aug 30, 2021):
Update: I am using version 0.9.66 and I still have this issue.