I have a LXC container running Alpine Linux a Docker, I've setup gluetun and it's running without errors.
I have added
to my
However when I go to qbittorrent > Configuration > Advance > Network Interface I only see
How can I make the VPN connection available to othe LXCs?
I have added
Code:
lxc.cgroup2.devices.allow: c 10:200 rwm
lxc.mount.entry: /dev/net dev/net none bind,create=dir
lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file
to my
/etc/pve/lxc/XXX.conf
files for gluetun and qbittorrent containers.However when I go to qbittorrent > Configuration > Advance > Network Interface I only see
lo
and eth0
, no tun
How can I make the VPN connection available to othe LXCs?