Closed Grygon closed 6 years ago
It seems that this issue is specific to Windows host. Check also this thread.
+1, same issue running on Debian
Same issue here on Docker for windows.
I have the same issue with 'docker for mac'
Closing this as it's too general. Hopefully the issues are related to ports not being opened, and a fix that's been merged to master now tries to make this solution more stable.
If it's not a port opening issue then we need more information on how to reproduce it. I'm running the container with PIA at good speeds, and so are a lot of others. Give us the steps to reproduce it in a clean ubuntu vm or other environment.
If it's still an issue you're welcome to +1 this issue or report a new one with more specifics. But as it seems to be working for most users, I think this is a local problem and not an issue with the container.
+1 same issue, LinuxMint, I have tried RPi, NUC (current) windows 10 all work at top speeds except when using Docker
I can +1 this as well. CentOS 8 Stream, Podman. If I exec into this container and do a wget, I also get very slow speeds (just like when torrenting). I downloaded a 20MB file at 166 KB/s. Interestingly enough, it started out ok. Speed went up to 900 KB/s and then it dropped down to 20 KB/s to get to the 166 KB/s average.
Found the problem. The magic was in the setting (in Transmission itself Network - Options - Enable uTP for peer communication. This setting was "On" and it should be "Off" for proper speed!
Hi, I'm trying to set this up with PIA, but while I can get it to work I'm unable to get it above ~200kb/s which doesn't work for me. Here's an image of three tests I performed, the top left is with this container, the bottom left is with a different (non-VPN) container, and the right is through a VPN on the host system.
This is the command I'm using to setup the container:
docker run --cap-add=NET_ADMIN --device=/dev/net/tun --name=transmission -d -v '/r/Downloads:/data' -v /etc/localtime:/etc/localtime:ro -e "OPENVPN_PROVIDER=PIA" -e "OPENVPN_CONFIG=Netherlands" -e "OPENVPN_USERNAME=..." -e "OPENVPN_PASSWORD=..." -e "ENABLE_UFW=false" -e "LOCAL_NETWORK=192.168.0.0/24" -p 9091:9091 --dns=8.8.8.8 haugene/transmission-openvpn
Is there anything else I can try to improve speeds? Thanks.