Hi,
[context}
I am trying to install a docker Qbittorrent+openvpn (Headless qBittorrent client with WebUI and optional OpenVPN connection) on my new NAS running OMV latest version.
I have the same stack running on my previous OMV NAS without issue, but this Qb stack is just a more recent version (moving my old x32 NAS to a new x64 NAS).
[issue]
The QB container looks like running (Started qBittorrent daemon successfully), but I cannot access the WebUI interface (no http answer). Port defined is 9090.
NOTE the container is launched via Dockge and is not managed inside OMV itself, but I can see the container running in "Service-Compose-Containers" menu.
[troubleshooting]
When I look from my desktop to the ports on the NAS, I see this for port 9090 :
$ nmap -sT 192.168.1.32
..
9090/tcp filtered zeus-admin
..
I tried first using 8080, but it is the same, port appears as "filtered". What does that mean ?
Is that a firewall related issue ?
Thank you for your help.