Closed gurmukhp closed 4 years ago
Hello! Not sure, I don't really use port forwarding for torrent clients but I usually had at least 10MB/s. This is a bit out of scope of this project, but let's see how I can help!
Try
docker run -it --rm alpine:3.12
apk add wget
wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test100.zip
exit
What speed do you get?
Now try
docker run -it --rm --network=container:openvpn alpine:3.12
apk add wget
wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test100.zip
exit
What's your speed?
Does changing region help?
Thanks for the help in debugging, I tried the openvpn container with and without port forwarding and it made no difference. Without running via the openvpn container, the speed hovered around 6.5MB/s and with the container, the speed was noticeably slower:
Country | Speed |
---|---|
France | 0.9 |
DE Berlin | 1.2 |
Denmark | 1.2 |
UK London | 1.3 |
UK Southampton | 0.6 |
This are much faster than the reported speeds in Deluge. Any idea what could be causing it?
There can be many possible bottlenecks, all hard to know or fix:
But 1MB/s is a slow bandwidth speed if that's the one obtained with wget & speedtest. Maybe have a try with their older servers (if they still work) with -e VPNSP="private internet access old"
to see if it's faster.
I'll close the issue for now as this is a bit out of Gluetun's hands, but feel free to comment back!
TLDR: Describe your issue in a one liner here
Is this urgent?
What VPN service provider are you using?
What's the version of the program?
See the line at the top of your logs
Running version latest built on 2020-10-27T03:29:10Z (commit edc08c4)
What are you using to run the container?
Extra information
Logs:
Host OS: Rasbian
For some reason, when I start up this container with PIA and set the deluge container to direct all traffic to the vpn container, the speed is very slow, about 300kbps. Without VPN it's around 20x faster.
Deluge is run with the following command:
I have checked and the Deluge container is on the VPN. I've enabled port forwarding, I'm not sure what else I should do? Do I need to let Deluge know what ports are forwarded or is this automatic?