Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
grzech1991 opened this issue Apr 18, 2024 · 3 comments
Open
1 task done

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

grzech1991 opened this issue Apr 18, 2024 · 3 comments

Comments

@grzech1991
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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:

  • port forwarding on the router - it's ok.
  • whether I have open ports from the outside - it's ok
  • I added an environment variable for torrent port 50000. nevertheless, still when I give docker ps it pops up 6881/udp 8080/tcp and I don't have such ports.

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
Copy link

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

Copy link

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Insufficient Info
Development

No branches or pull requests

3 participants