guillaumedsde / alpine-qbittorrent-openvpn

qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
https://guillaumedsde.gitlab.io/alpine-qbittorrent-openvpn/
GNU General Public License v3.0
216 stars 40 forks source link

Network Speed slow <=10MB/s #140

Closed G5K-org closed 2 years ago

G5K-org commented 2 years ago

Information

Download speeds <10 MBytes with qBit and Openvpn on various well seeded torrent files.

Current setup

OMV + OMV extras + Docker + mergefs on Server 1Gb Ethernet lan 1Gbit ISP

docker image tag (ex: python, latest, 32242d1 ...)
docker image hash (ex: 603b78e07727)

docker-compose.yml file or docker run command

version: "3.3"
services:
  alpine-qbittorrent-openvpn:
    restart: unless-stopped
    volumes:
      - "/srv/mergerfs/Merge_FS/Torrents:/downloads"
      - "/home/docker/openvpn-qbit/config/directory:/config"
      - "/etc/localtime:/etc/localtime:ro"
    environment:
      - OPENVPN_PROVIDER=PROTONVPN
      - OPENVPN_CONFIG=se.protonvpn.net.tcp
      - OPENVPN_USERNAME=XXX
      - OPENVPN_PASSWORD=XXX
      - PUID=998
      - PGID=100
      - LAN=192.168.0.0/16
    ports:
      - "8080:8080"
    cap_add:
      - NET_ADMIN
    image: guillaumedsde/alpine-qbittorrent-openvpn:latest

Attempted Fix(es)

G5K-org commented 2 years ago

Problem solved....someone replaced my CAT6 cable with CAT5 on my Server...