Skip to content

How do I connect a sandbox to a bridge? #4544

Answered by crocket
crocket asked this question in Q&A
Discussion options

You must be logged in to vote

It turns out that firejail requires an IPv4 address from a bridge.

radvd is required for SLAAC. Without radvd, IPv6 address is not assigned automatically.
But, IPv6 address is not required for operation.

firejail doesn't get DNS resolver from radvd. I had to manually give it a DNS server with --dns.

firejail --net=br-tor --dns=fd0b:bfe1:38ad:1::1 librewolf

This works with radvd.

firejail --net=br-tor --dns=172.16.0.1 librewolf

This works with or without radvd.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by crocket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant