You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we could create wireguard Integration inside firejail networknameservice netns like with --net=br0 and all needed stuff in one way with additional --wireguard=/etc/wireguard/wg0.conf pointing to config file ,for better integration inside firejail.
But we need wireguard function and --net=br0 functionality in same netns like wg0
What we expect is, we can connect every firejail sandbox together with wg0.conf standard config, and share resources , outside of server.
enhancementNew feature requestnetworkingIssues related to networking features (--net=, etc)
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear community,
we could create wireguard Integration inside firejail networknameservice netns like with --net=br0 and all needed stuff in one way with additional --wireguard=/etc/wireguard/wg0.conf pointing to config file ,for better integration inside firejail.
But we need wireguard function and --net=br0 functionality in same netns like wg0
What we expect is, we can connect every firejail sandbox together with wg0.conf standard config, and share resources , outside of server.
What you think about?
Thanks and
Best Regards
I have here some examples for devs:
https://www.wireguard.com/netns/
And here some wg0.conf describing for easy Integration inside firejail netns with --wireguard=pathtoconfig
https://www.stavros.io/posts/how-to-configure-wireguard/
Beta Was this translation helpful? Give feedback.
All reactions