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] start docker and cannot monitor ipv6 #335

Closed
1 task done
moluyang opened this issue Oct 13, 2024 · 1 comment
Closed
1 task done

[BUG] start docker and cannot monitor ipv6 #335

moluyang opened this issue Oct 13, 2024 · 1 comment

Comments

@moluyang
Copy link

moluyang commented Oct 13, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

image

1.logs
(I) 2024-10-13T12:39:06 - HTTP User-Agent: "qBittorrent/5.0.0"
(I) 2024-10-13T12:39:06 - Distributed Hash Table (DHT) support: ON
(I) 2024-10-13T12:39:06 - Local Peer Discovery support: ON
(I) 2024-10-13T12:39:06 - Peer Exchange (PeX) support: ON
(I) 2024-10-13T12:39:06 - Anonymous mode: OFF
(I) 2024-10-13T12:39:06 - Encryption support: ON
(C) 2024-10-13T12:39:06 - Failed to listen on IP. IP: "fe80::42:c0ff:fea8:6451%eth0". Port: "TCP/59774". Reason: "Address not available"
(I) 2024-10-13T12:39:06 - Successfully listening on IP. IP: "192.168.100.81". Port: "TCP/59774"
(I) 2024-10-13T12:39:06 - Successfully listening on IP. IP: "192.168.100.81". Port: "UTP/59774"
(I) 2024-10-13T12:39:06 - Successfully listening on IP. IP: "fd01::2". Port: "TCP/59774"
(I) 2024-10-13T12:39:06 - Successfully listening on IP. IP: "fd01::2". Port: "UTP/59774"

2.change :Network interface -》returned to normal
log
(N) 2024-10-13T12:43:46 - WebAPI login success. IP: ::ffff:10.11.12.2
(N) 2024-10-13T12:45:14 - Trying to listen on the following list of IP addresses: "0.0.0.0:59774,[::]:59774"
(I) 2024-10-13T12:45:14 - Successfully listening on IP. IP: "127.0.0.1". Port: "TCP/59774"
(I) 2024-10-13T12:45:14 - Successfully listening on IP. IP: "127.0.0.1". Port: "UTP/59774"
(I) 2024-10-13T12:45:14 - Successfully listening on IP. IP: "::1". Port: "TCP/59774"
(I) 2024-10-13T12:45:14 - Successfully listening on IP. IP: "::1". Port: "UTP/59774"
(I) 2024-10-13T12:45:14 - Successfully listening on IP. IP: "240e:343:5a0b:600:42:c0ff:fea8:6451". Port: "TCP/59774"
(I) 2024-10-13T12:45:14 - Successfully listening on IP. IP: "240e:343:5a0b:600:42:c0ff:fea8:6451". Port: "UTP/59774"
(I) 2024-10-13T12:45:14 - Successfully listening on IP. IP: "fe80::42:c0ff:fea8:6451%eth0". Port: "TCP/59774"
(I) 2024-10-13T12:45:14 - Successfully listening on IP. IP: "fe80::42:c0ff:fea8:6451%eth0". Port: "UTP/59774"

Expected Behavior

It was normal in older versions


(N) 2024-10-13T04:26:33 - HTTP User-Agent is 'qBittorrent/4.2.5'
(I) 2024-10-13T04:26:33 - DHT support [ON]
(I) 2024-10-13T04:26:33 - Local Peer Discovery support [ON]
(I) 2024-10-13T04:26:33 - PeX support [ON]
(I) 2024-10-13T04:26:33 - Anonymous mode [OFF]
(I) 2024-10-13T04:26:33 - Encryption support [ON]
(W) 2024-10-13T04:26:33 - Couldn't load IP geolocation database. Reason: No such file or directory
(N) 2024-10-13T04:26:33 - Using built-in Web UI.
(W) 2024-10-13T04:26:33 - Couldn't load Web UI translation for selected locale (C).
(N) 2024-10-13T04:26:33 - Web UI: Now listening on IP: *, port: 8080
(I) 2024-10-13T04:26:33 - Successfully listening on IP: 127.0.0.1, port: TCP/6881
(I) 2024-10-13T04:26:33 - Successfully listening on IP: 127.0.0.1, port: UDP/6881
(I) 2024-10-13T04:26:33 - Successfully listening on IP: 192.168.100.81, port: TCP/6881
(I) 2024-10-13T04:26:33 - Successfully listening on IP: 192.168.100.81, port: UDP/6881
(I) 2024-10-13T04:26:33 - Successfully listening on IP: ::1, port: TCP/6881
(I) 2024-10-13T04:26:33 - Successfully listening on IP: ::1, port: UDP/6881
(I) 2024-10-13T04:26:33 - Successfully listening on IP: fd01::2, port: TCP/6881
(I) 2024-10-13T04:26:33 - Successfully listening on IP: fd01::2, port: UDP/6881
(I) 2024-10-13T04:26:35 - Successfully listening on IP: fe80::42:c0ff:fea8:6451%eth0, port: TCP/6881
(I) 2024-10-13T04:26:35 - Successfully listening on IP: fe80::42:c0ff:fea8:6451%eth0, port: UDP/6881
(I) 2024-10-13T04:26:36 - Successfully listening on IP: 240e:343:5a0b:600:42:c0ff:fea8:6451, port: TCP/6881
(I) 2024-10-13T04:26:36 - Successfully listening on IP: 240e:343:5a0b:600:42:c0ff:fea8:6451, port: UDP/6881
(I) 2024-10-13T04:26:36 - IP geolocation database loaded. Type: DBIP-Country-Lite. Build time: Tue Oct 1 00:47:11 2024.
(I) 2024-10-13T04:26:36 - Successfully updated IP geolocation database.
(I) 2024-10-13T04:26:39 - Detected external IP: 27.186.157.93
(N) 2024-10-13T04:27:13 - WebAPI login success. IP: ::ffff:10.11.12.2

Steps To Reproduce

1.docker network create -d macvlan --subnet=192.168.100.0/24 --gateway=192.168.100.1 --ipv6 --subnet=fd01::/64 -o parent=enp1s0 macvlan
2. docker compose up -d

Environment

- OS:debian 12
- How docker service was installed: docker

CPU architecture

x86-64

Docker creation

version: "2.1"
services:
  qbittorrent:
    image: linuxserver/qbittorrent:5.0.0
    container_name: qbittorrent
    networks:
      macvlan:
        ipv4_address: 192.168.100.81
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Asia/Shanghai
      - WEBUI_PORT=8080
    volumes:
      - ${appdata}/qbittorrent:/config
      - /srv/mergerfs/data10/data/media/downloads:/downloads
    ports:
      - 8080:8080
      - 6881:6881
      - 6881:6881/udp
    restart: unless-stopped
    #network_mode: bridge
networks:
  macvlan:
    external: true
x-dockge:
  urls:
    - http://192.168.100.81:8080/

Container logs

(N) 2024-10-13T12:39:06 - qBittorrent v5.0.0 started. Process ID: 145
(N) 2024-10-13T12:39:06 - Using config directory: /config/qBittorrent
(N) 2024-10-13T12:39:06 - Trying to listen on the following list of IP addresses: "eth0:59774"
(I) 2024-10-13T12:39:06 - Peer ID: "-qB5000-"
(I) 2024-10-13T12:39:06 - HTTP User-Agent: "qBittorrent/5.0.0"
(I) 2024-10-13T12:39:06 - Distributed Hash Table (DHT) support: ON
(I) 2024-10-13T12:39:06 - Local Peer Discovery support: ON
(I) 2024-10-13T12:39:06 - Peer Exchange (PeX) support: ON
(I) 2024-10-13T12:39:06 - Anonymous mode: OFF
(I) 2024-10-13T12:39:06 - Encryption support: ON
(C) 2024-10-13T12:39:06 - Failed to listen on IP. IP: "fe80::42:c0ff:fea8:6451%eth0". Port: "TCP/59774". Reason: "Address not available"
(I) 2024-10-13T12:39:06 - Successfully listening on IP. IP: "192.168.100.81". Port: "TCP/59774"
(I) 2024-10-13T12:39:06 - Successfully listening on IP. IP: "192.168.100.81". Port: "UTP/59774"
(I) 2024-10-13T12:39:06 - Successfully listening on IP. IP: "fd01::2". Port: "TCP/59774"
(I) 2024-10-13T12:39:06 - Successfully listening on IP. IP: "fd01::2". Port: "UTP/59774"
(I) 2024-10-13T12:39:06 - IP geolocation database loaded. Type: DBIP-Country-Lite. Build time: Tue Oct 1 08:47:11 2024.
(N) 2024-10-13T12:39:06 - Using built-in WebUI.
(N) 2024-10-13T12:39:06 - WebUI translation for selected locale (en) has been successfully loaded.
(N) 2024-10-13T12:39:06 - WebUI: Now listening on IP: *, port: 8080
(I) 2024-10-13T12:39:06 - Detected external IP. IP: "27.186.157.93"
(N) 2024-10-13T12:43:46 - WebAPI login success. IP: ::ffff:10.11.12.2
(N) 2024-10-13T12:45:14 - Trying to listen on the following list of IP addresses: "0.0.0.0:59774,[::]:59774"
(I) 2024-10-13T12:45:14 - Successfully listening on IP. IP: "127.0.0.1". Port: "TCP/59774"
(I) 2024-10-13T12:45:14 - Successfully listening on IP. IP: "127.0.0.1". Port: "UTP/59774"
(I) 2024-10-13T12:45:14 - Successfully listening on IP. IP: "::1". Port: "TCP/59774"
(I) 2024-10-13T12:45:14 - Successfully listening on IP. IP: "::1". Port: "UTP/59774"
(I) 2024-10-13T12:45:14 - Successfully listening on IP. IP: "240e:343:5a0b:600:42:c0ff:fea8:6451". Port: "TCP/59774"
(I) 2024-10-13T12:45:14 - Successfully listening on IP. IP: "240e:343:5a0b:600:42:c0ff:fea8:6451". Port: "UTP/59774"
(I) 2024-10-13T12:45:14 - Successfully listening on IP. IP: "fe80::42:c0ff:fea8:6451%eth0". Port: "TCP/59774"
(I) 2024-10-13T12:45:14 - Successfully listening on IP. IP: "fe80::42:c0ff:fea8:6451%eth0". Port: "UTP/59774"
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.

@moluyang moluyang closed this as not planned Won't fix, can't repro, duplicate, stale Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant