When I try to start the container the webUI isn't accessible (says the IP refused to connect) and my network activity shows that the torrenting is not happening. I recently switched routers but I don't know what settings would affect this container's webUI from showing up on my local network and keep it from running at all.
Current setup
Running the latest docker image on Pop_OS 22.04
Using Torgaurd config.ovpn file
I tried downloading a new config.ovpn file from torgaurd and relaunching the container, but it didn't change anything.
Tried deleting my port forward to the WebUI from my router, but it didn't change anything.
Logs
here is the output from running "docker log qbittorrent"
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 01-setup-permissions: executing...
[cont-init.d] 01-setup-permissions: exited 0.
[cont-init.d] 02-setup-openvpn: executing...
2022-07-06 23:07:23 TUN/TAP device tun0 opened
2022-07-06 23:07:23 Persist state set to: ON
OpenVPN provider not set. Using configuration at /config/openvpn/config.ovpn
[cont-init.d] 02-setup-openvpn: exited 0.
[cont-init.d] 03-setup-iptables: executing...
INFO: Configuring Docker networks: 172.17.0.2/16
[cont-init.d] 03-setup-iptables: exited 0.
[cont-init.d] done.
[services.d] starting services
2022-07-06 23:07:23 DEPRECATED OPTION: ncp-disable. Disabling cipher negotiation is a deprecated debug feature that will be removed in OpenVPN 2.6
2022-07-06 23:07:23 OpenVPN 2.5.2 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on May 4 2021
2022-07-06 23:07:23 library versions: OpenSSL 1.1.1l 24 Aug 2021, LZO 2.10
[services.d] done.
2022-07-06 23:07:23 TCP/UDP: Preserving recently used remote address: [AF_INET]TorguardIP:port
2022-07-06 23:07:23 UDP link local: (not bound)
2022-07-06 23:07:23 UDP link remote: [AF_INET]TorguardIP:port
I tried switching back to my old router and I am still unable to get the container to work properly. The container will start but the webUI is not accessible and nothing is happenning.
Information
When I try to start the container the webUI isn't accessible (says the IP refused to connect) and my network activity shows that the torrenting is not happening. I recently switched routers but I don't know what settings would affect this container's webUI from showing up on my local network and keep it from running at all.
Current setup
Running the latest docker image on Pop_OS 22.04 Using Torgaurd config.ovpn file
docker-compose.yml
file ordocker run
commanddocker run --cap-add=NET_ADMIN -d \ --name=qbittorrent \ -v /home/ian/dockerconfigs/qbittorrent:/config \ -v /data:/data \ -e OPENVPN_USERNAME=user \ -e OPENVPN_PASSWORD=pass \ -e PUID=1000 \ -e PGID=1000 \ -e UMASK=002 \ -e LAN=192.168.0.0/16 \ -e TZ=US/Central \ -p 8080:8080 \ --restart unless-stopped \ --label=com.centurylinklabs.watchtower.enable="false" \ guillaumedsde/alpine-qbittorrent-openvpn:latest
Attempted Fix(es)
I tried downloading a new config.ovpn file from torgaurd and relaunching the container, but it didn't change anything. Tried deleting my port forward to the WebUI from my router, but it didn't change anything.
Logs
here is the output from running "docker log qbittorrent"
[s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-setup-permissions: executing... [cont-init.d] 01-setup-permissions: exited 0. [cont-init.d] 02-setup-openvpn: executing... 2022-07-06 23:07:23 TUN/TAP device tun0 opened 2022-07-06 23:07:23 Persist state set to: ON OpenVPN provider not set. Using configuration at /config/openvpn/config.ovpn [cont-init.d] 02-setup-openvpn: exited 0. [cont-init.d] 03-setup-iptables: executing... INFO: Configuring Docker networks: 172.17.0.2/16 [cont-init.d] 03-setup-iptables: exited 0. [cont-init.d] done. [services.d] starting services 2022-07-06 23:07:23 DEPRECATED OPTION: ncp-disable. Disabling cipher negotiation is a deprecated debug feature that will be removed in OpenVPN 2.6 2022-07-06 23:07:23 OpenVPN 2.5.2 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on May 4 2021 2022-07-06 23:07:23 library versions: OpenSSL 1.1.1l 24 Aug 2021, LZO 2.10 [services.d] done. 2022-07-06 23:07:23 TCP/UDP: Preserving recently used remote address: [AF_INET]TorguardIP:port 2022-07-06 23:07:23 UDP link local: (not bound) 2022-07-06 23:07:23 UDP link remote: [AF_INET]TorguardIP:port