Doesn’t firejail only allow samdboxig to an actual eth or wifi interface, and not a wireguard one?
Comment on Need help with VPN
Atherel@lemmy.dbzer0.com 1 week ago
Wireguard on the pi was already mentioned.
If you use docker containers, you could use Gluetun to route its traffic through the VPN. Without containers, on Linux you can use firejail to restrict qBittrorrent to the vpn interface. On windows… no idea, sry.
wesker@lemmy.sdf.org 1 week ago
Atherel@lemmy.dbzer0.com 1 week ago
Damn you’re right, it doesn’t work out of the box like I expected. Have to admit that I never used it this way around. But it should work with --netns (network name spaces) which Wireguard uses: www.wireguard.com/netns/
Afaik it should work if you move Wireguard to it’s own namespace and than start qBittorrent with the new namespace (should even be doable without firejail).
@imetators @lemmy.dbzer0.com sorry for chasing you down that rabbit-hole, it sounded easier in my head
imetators@lemmy.dbzer0.com 1 week ago
MiniPC runs Mint. I will check firejail. Thank you!