mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2222] DNS-Crypt local proxy (127.0.0.1) and --net=eth0 #1492
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#1492
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 @julien-tmp on GitHub (Oct 28, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2222
Hello
I I would like to launch firefox with
firejail --net=eth0 --netfilter=/etc/firejail/nolocal.net --private firefox -no-remoteFirefox cannot use the DNS anymore and using
--dns=127.0.0.1does not help. This seems to be due to--net=eth0. Adding--net=lodoes not seem possible.What can be done?
@netblue30 commented on GitHub (Nov 5, 2018):
Every time you create a network namespace, it brings in a new loopback interface. So the loopback interface you have is different than the regular system loopback. We need a --net=lo, although I have no idea in this moment how we can do it.
@rusty-snake commented on GitHub (Jan 25, 2020):
Duplicate of #108