linuxserver / docker-qbittorrent

GNU General Public License v3.0
912 stars 119 forks source link

[BUG] qbitorrent peer can't connect to my open port #304

Open grzech1991 opened 2 months ago

grzech1991 commented 2 months ago

Is there an existing issue for this?

Current Behavior

I have a problem, qbittorrent only connects to ipv6 (as far as I can see as localhost). In any other case, the person on the other side must have ipv4 with an open port.

What I checked:

Qbittorrent is installed on synology on DSM7.

lscr.io/linuxserver/qbittorrent:latest "/init" 3 days ago Up 4 minutes 6881/tcp, 0.0.0.0:9865->9865/tcp, :::9865->9865/tcp, 8080/tcp, 6881/udp, 0.0.0.0:50000->50000/tcp, :::50000->50000/tcp, 0.0.0.0:50000->50000/udp, :::50000->50000/udp qbittorrent

Expected Behavior

No response

Steps To Reproduce

firewall on synology I have disabled port forwarding in synology enabled port 50000 is as both qbittorrent shows a green check mark at the bottom that I am available

Environment

- OS:DSM 7

CPU architecture

x86-64

Docker creation

{
         "key" : "PATH",
         "value" : "/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
      },
      {
         "key" : "PS1",
         "value" : "$(whoami)@$(hostname):$(pwd)}"
      },
      {
         "key" : "HOME",
         "value" : "/config"
      },
      {
         "key" : "TERM",
         "value" : "xterm"
      },
      {
         "key" : "S6_CMD_WAIT_FOR_SERVICES_MAXTIME",
         "value" : "0"
      },
      {
         "key" : "S6_VERBOSITY",
         "value" : "1"
      },
      {
         "key" : "S6_STAGE2_HOOK",
         "value" : "/docker-mods"
      },
      {
         "key" : "VIRTUAL_ENV",
         "value" : "/lsiopy"
      },
      {
         "key" : "LSIO_FIRST_PARTY",
         "value" : "true"
      },
      {
         "key" : "XDG_CONFIG_HOME",
         "value" : "/config"
      },
      {
         "key" : "XDG_DATA_HOME",
         "value" : "/config"
      },
      {
         "key" : "PUID",
         "value" : "1026"
      },
      {
         "key" : "PGID",
         "value" : "100"
      },
      {
         "key" : "TZ",
         "value" : "Europe/Warsaw"
      },
      {
         "key" : "WEBUI_PORT",
         "value" : "9865"
      },
      {
         "key" : "TORRENTING_PORT",
         "value" : "50000"
      }

Container logs

none
github-actions[bot] commented 2 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

github-actions[bot] commented 2 months ago

A human has marked this issue as invalid, this likely happened because the issue template was not used in the creation of the issue.

LinuxServer-CI commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.