[Help] QbitTorrent not finding peers

I recently switched from TrueNAS Core using apps to Scale using Docker apps. QBT has no problems with downloading Torrents but I cannot get it to find any peers.

My main network is using 10.0.1.x as the IP range.

The QBT Connection tab indicates that it is listening on port 51413, and the “Use UPnP port forwarding from the router” is currently off. I have tried it with it on as well.

I2P Experimental is off

The last lines in the Execution Log:
Successfully listening on IP. IP: “127.0.0.1”. Port: “TCP/51413”
Successfully listening on IP. IP: “127.0.0.1”. Port: “UTP/51413”
Successfully listening on IP. IP: “::1”. Port: “TCP/51413”
Successfully listening on IP. IP: “::1”. Port: “UTP/51413”

I can successfully bring 127.0.0.1

The router is forwarding port 51413 for both UDP and TCP to 127.0.0.1

What am I missing? Is there something in the Docker config that needs to be changed to be able to allow the ports in? If so where I do go to change that?

The port forwarding on the router should be to the IP address of the NAS (assuming that QBit is using the same address as the NAS)

This is the log after changing the port routing and restarting the Docker container. A couple of the torrents are showing peers available i.e. 0(5), but none are connecting.

I am worried about the 127.0.0.1

It should be your docker network, When I install qbit then in the log I get(I) 2025-04-07T09:18:56 - Successfully listening on IP. IP: "127.0.0.1". Port: "TCP/51413" 2025-04-07 08:18:56.861246+00:00(I) 2025-04-07T09:18:56 - Successfully listening on IP. IP: "127.0.0.1". Port: "UTP/51413" 2025-04-07 08:18:56.861262+00:00(I) 2025-04-07T09:18:56 - Successfully listening on IP. IP: "172.16.11.2". Port: "TCP/51413" 2025-04-07 08:18:56.861288+00:00(I) 2025-04-07T09:18:56 - Successfully listening on IP. IP: "172.16.11.2". Port: "UTP/51413"

Notice the bottom 2. Which is what I get when I do a unchanged default install. So its listening on 127.0.0.1 and on 172.16.11.2 (in my case).

The 172.16.11.2 is a hidden (docker) network, but the NAS forwards the defined port through to the container on its port