MarkusMcNugen / docker-qBittorrentvpn

Docker container which runs a headless qBittorrent client with WebUI and optional OpenVPN
https://hub.docker.com/r/markusmcnugen/qbittorrentvpn/
GNU General Public License v3.0
166 stars 92 forks source link

Can't access webUI when connected to a macvlan network #146

Open sudozid opened 1 year ago

sudozid commented 1 year ago

I've a macvlan docker network which is linked to my LAN subnet (192.168.4.0/22) so that I can policy route different containers using my firewall.

qBittorrentVPN webui doesn't load when I set the net to macvlan even if I change the LAN_NETWORK. Is there a workaround for this? Changing the network to bridge fixes it.

Thanks