You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm running a Debian arr stack using docker compose. It started off fast in a 2mb average on qbittorent downloads then all of a sudden after a few days it went slow. We are taking 100 kb average. I suspect that Tailscale caused the issue as it was not long after installation it started to occur. I tried bypassing gluetun and I still got slow speeds. As you can see below, I’m dropping packets:
ens18: 87864959302 106604044 0 6198 0 0 0 0 65001297895 62002350 0 0 0 0 0 0
I am going to list some dot points on everything iv tried:
∙ Wireguard proton vpn
∙ Proton vpn port forwarding
∙ Nord open vpn
∙ set the MTU size manually
∙ Issue occurred around the same time I installed tailscale
∙ I uninstalled tailscale.
∙ tailscale and glutun had a double mtu maybe. I dont know if me uninstalling tailscale fixed it.
∙ MTu discovery was coming back with errors sometimes.
∙ VM speed test is 900mb but only a couple of mb in container.
∙ I set the vpn to a server close to me.
∙ I changed the vpn port incase my isp was throttling me
∙ I check my router and firewall settings and disabled them.
∙ I originally used a docker proxomox helper script container and changed to a vm i loaded the Debian iso and installed docker compose manually
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So I'm running a Debian arr stack using docker compose. It started off fast in a 2mb average on qbittorent downloads then all of a sudden after a few days it went slow. We are taking 100 kb average. I suspect that Tailscale caused the issue as it was not long after installation it started to occur. I tried bypassing gluetun and I still got slow speeds. As you can see below, I’m dropping packets:
ens18: 87864959302 106604044 0 6198 0 0 0 0 65001297895 62002350 0 0 0 0 0 0
I am going to list some dot points on everything iv tried:
∙ Wireguard proton vpn
∙ Proton vpn port forwarding
∙ Nord open vpn
∙ set the MTU size manually
∙ Issue occurred around the same time I installed tailscale
∙ I uninstalled tailscale.
∙ tailscale and glutun had a double mtu maybe. I dont know if me uninstalling tailscale fixed it.
∙ MTu discovery was coming back with errors sometimes.
∙ VM speed test is 900mb but only a couple of mb in container.
∙ I set the vpn to a server close to me.
∙ I changed the vpn port incase my isp was throttling me
∙ I check my router and firewall settings and disabled them.
∙ I originally used a docker proxomox helper script container and changed to a vm i loaded the Debian iso and installed docker compose manually
Please see docker compose
services:
gluetun:
image: qmcgaw/gluetun
container_name: gluetun
cap_add:
devices:
ports:
volumes:
environment:
restart: unless-stopped
qbittorrent:
image: lscr.io/linuxserver/qbittorrent
container_name: qbittorrent
network_mode: "service:gluetun"
environment:
volumes:
depends_on:
restart: always
Beta Was this translation helpful? Give feedback.
All reactions