I found out I had to use another server from the same provider and it is working now with vpn unlimited.
Search found 3 matches
- Wed Aug 06, 2025 8:18 am
- Forum: qBittorrent / Gluetun (VPN)
- Topic: [Solved] qbittorrent stuck on being behind firewall / metadata download
- Replies: 5
- Views: 557
- Tue Aug 05, 2025 6:29 pm
- Forum: qBittorrent / Gluetun (VPN)
- Topic: [Solved] qbittorrent stuck on being behind firewall / metadata download
- Replies: 5
- Views: 557
Re: qbittorrent stuck on being behind firewall / metadata download
thanks for the response, i updated this now with vpn unlimited (life long sub). gluetun: image: qmcgaw/gluetun:v3 container_name: gluetun cap_add: - NET_ADMIN devices: - /dev/net/tun:/dev/net/tun ports: - 8888:8888/tcp # HTTP proxy - 8388:8388/tcp # Shadowsocks - 8388:8388/udp # Shadowsocks - 8003:8...
- Tue Aug 05, 2025 4:06 pm
- Forum: qBittorrent / Gluetun (VPN)
- Topic: [Solved] qbittorrent stuck on being behind firewall / metadata download
- Replies: 5
- Views: 557
[Solved] qbittorrent stuck on being behind firewall / metadata download
Hi there, I am having issue getting gluetun to communicate with qbittorrent. this is my docker-compose.yaml. services: # jellyfin is used to serve your media to the client devices jellyfin: image: lscr.io/linuxserver/${MEDIA_SERVICE} container_name: ${MEDIA_SERVICE} #network_mode: host # plex enviro...