Skip to content
DnsLister Forum

Where domain hunters compare notes

What Speeds do you get?

When I originally set up NordVPN with WireGuard I was downloading at about 80MB/s but I changed over to Private Internet Access to try their Port Forwarding as NordVPN doesn't do it unless you buy a dedicated server.

It didn't work out as they don't natively support WireGuard on gluetun so I put Nord VPN back on and I now can't get above 40MB/s and its doing my nut in.

  • I have a UGREEN DXP4800 Plus
  • Gluetun image: qmcgaw/gluetun:latest
  • NAS Speed Test without gluetun (Roughly 900mbps upload / 900mbps download)
  • Gluetun Speed Test (Roughly 350mbps upload and download)

services: gluetun: image: qmcgaw/gluetun:latest container_name: gluetun privileged: true healthcheck: test: ["CMD", "/gluetun-entrypoint", "healthcheck"] interval: 5s timeout: 5s retries: 12 start_period: 10s cap_add: - NET_ADMIN - SYS_MODULE devices: - /dev/net/tun volumes: - /volume2/docker/gluetun/auth:/gluetun/auth:ro - /lib/modules:/lib/modules:ro environment: - PUID=1000 - PGID=10 - VPN_SERVICE_PROVIDER=nordvpn - VPN_TYPE=wireguard - SERVER_COUNTRIES=United Kingdom - SERVER_CITIES=London - WIREGUARD_PRIVATE_KEY=REMOVED - WIREGUARD_ADDRESSES=10.5.0.2/32 - WIREGUARD_MTU=1380 - WIREGUARD_IMPLEMENTATION=kernelspace - NETWORK_ACL_BLOCK_LOCAL=off - LOCAL_NETWORK=192.168.50.0/24 - FIREWALL_OUTBOUND_SUBNETS=192.168.50.0/24,172.17.0.0/16,172.18.0.0/16 - FIREWALL_INPUT_PORTS=6789,8112,9696,5030,50300,8084 - HTTP_CONTROL_SERVER_ADDRESS=0.0.0.0:8000 - HTTP_CONTROL_SERVER_LOGGING=on - HTTP_CONTROL_SERVER_AUTH_DEFAULT_ROLE={"auth":"none"} - DOT=off - BLOCK_MALICIOUS=off - BLOCK_SURVEILLANCE=off - BLOCK_ADS=off - DNS_ADDRESS=1.1.1.1 - DNS_KEEP_NAMESERVER=on - HEALTH_VPN_DURATION_INITIAL=30s - UPDATER_PERIOD=24h ports: - "8888:8000/tcp" - "8889:8888/tcp" - "8080:8080" - "6881:6881" - "6881:6881/udp" - "9696:9696" - "5010:5010" - "8084:8080" networks: - infrastructure_infra_bridge restart: unless-stopped networks: infrastructure_infra_bridge: external: true 

What could the issue be, I've used Gemini and ChatGPT to help me sort this out but i've hit a wall. Gemini originally sorted my speeds out many months ago when I first set this up.

Thank You

Source: r/gluetun · by /u/mcyates

Leave a Reply

Your email address will not be published. Required fields are marked *