qBittorent stays Firewalled

Other platforms, generic questions.
Post Reply
fengshui
Newbie
Newbie
Posts: 4
Joined: Sat Dec 23, 2023 2:42 pm

qBittorent stays Firewalled

Post by fengshui »

I am running a docker container based on the image of

Code: Select all

lscr.io/linuxserver/qbittorrent:latest
I have checked everything and I am pretty sure port forwarding is work. However, the Web UI shows that I am firewalled.

Here is the relevant snip of the qbittorrent.log

Code: Select all

(N) 2024-04-06T21:13:44 - qBittorrent v4.6.4 started
(N) 2024-04-06T21:13:44 - Using config directory: /config/qBittorrent
(N) 2024-04-06T21:13:44 - Trying to listen on the following list of IP addresses: "0.0.0.0:6882,[::]:6882"
(I) 2024-04-06T21:13:44 - Peer ID: "**removed**"
(I) 2024-04-06T21:13:44 - HTTP User-Agent: "qBittorrent/4.6.4"
(I) 2024-04-06T21:13:44 - Distributed Hash Table (DHT) support: ON
(I) 2024-04-06T21:13:44 - Local Peer Discovery support: ON
(I) 2024-04-06T21:13:44 - Peer Exchange (PeX) support: ON
(I) 2024-04-06T21:13:44 - Anonymous mode: ON
(I) 2024-04-06T21:13:44 - Encryption support: ON
(I) 2024-04-06T21:13:44 - Successfully listening on IP. IP: "127.0.0.1". Port: "TCP/6882"
(I) 2024-04-06T21:13:44 - Successfully listening on IP. IP: "127.0.0.1". Port: "UTP/6882"
(I) 2024-04-06T21:13:44 - Successfully listening on IP. IP: "172.23.0.2". Port: "TCP/6882"
(I) 2024-04-06T21:13:44 - Successfully listening on IP. IP: "172.23.0.2". Port: "UTP/6882"
(I) 2024-04-06T21:13:44 - IP geolocation database loaded. Type: DBIP-Country-Lite. Build time: Mon Apr 1 01:25:20 2024.
(N) 2024-04-06T21:13:44 - Using built-in WebUI.
(N) 2024-04-06T21:13:44 - WebUI translation for selected locale (en) has been successfully loaded.
(N) 2024-04-06T21:13:44 - WebUI: Now listening on IP: *, port: 9090
(I) 2024-04-06T21:13:44 - Detected external IP. IP: "**removed**"
(N) 2024-04-06T21:13:51 - WebAPI login success. IP: ::ffff:10.27.0.40
(N) 2024-04-06T21:14:44 - WebAPI login success. IP: ::ffff:172.23.0.1
(N) 2024-04-06T21:14:45 - WebAPI login success. IP: ::ffff:172.23.0.1
(N) 2024-04-06T21:14:45 - WebAPI login success. IP: ::ffff:172.23.0.1
(N) 2024-04-06T21:14:46 - WebAPI login success. IP: ::ffff:172.23.0.1
nc on from internet when the container is running reports:

Code: Select all

$ nc -zv **removed**.dyndns.net 6882
nc: connectx to **removed**.dyndns.net port 6882 [tcp/*] succeeded!
$ nc -zvu **removed**.dyndns.net 6882
Connection to **removed**.dyndns.net port 6882 [udp/*] succeeded!
and it reports failure while I have stopped the container:

Code: Select all

$ nc -zv **removed**.dyndns.net 6882
nc: connectx to **removed**.dyndns.net port 6882 (tcp) failed: Connection refused
$ nc -zvu **removed**.dyndns.net 6882
Connection to **removed**.dyndns.net port 6882 (udp) failed: Connection refused


Any pointer will be appreciated.
fengshui
Newbie
Newbie
Posts: 4
Joined: Sat Dec 23, 2023 2:42 pm

Re: qBittorent stays Firewalled

Post by fengshui »

I don't know what happened.

The firewalled status changed to connected now. Nothing has been manually changed in the mean time.

Is there a way to force it to poll again? It is very frustrating if it takes a day or 2 to poll again.
Post Reply