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
168 stars 92 forks source link

Multiple Networks in LAN_NETWORK #117

Open LasseMoench opened 2 years ago

LasseMoench commented 2 years ago

In the documentation it is mentioned that it is possible to have multiple lan networks by just adding a comma separated list in the docker compose. However if I do this, I can not reach the WebUI and the log shows this error message:

qbittorrent                      | 2022-01-31 21:29:37.542653 [info] WebUI port defined as 
qbittorrent                      | 2022-01-31 21:29:37.571227 [info] LAN Network defined as 192.168.1.0/24,10.0.1.0/24
qbittorrent                      | 2022-01-31 21:29:37.600077 [info] Default gateway defined as 172.27.0.1
qbittorrent                      | Error: any valid prefix is expected rather than "192.168.1.0/24,10.0.1.0/24".
qbittorrent                      | 2022-01-31 21:29:37.628140 [info] ip route defined as follows...
weirlive commented 2 years ago

I see the same, I need to add a 192 and a 10 subnet but it only seems to work when I do one.