Closed Powablocks closed 6 months ago
Hi ! I Will take a look in the afternoon.
At first glance, i can see that you are using mullvad but the "VPN_PORT_FORWARDING_PROVIDER=protonvpn". Is that a working setup ?
In gluetun's logs, are you able to see the currently forwarded port ?
Regards, Tanc
Thank, I am setting the forwarding provider because mullvad is not possible at default so it ask for pia or proton. Yes I can see it in gluetun :
One thing I see in qbittorrent logs is that it contact gluetun on "http://localhost:8000/v1/openvpn/portforwarded" but as I'm using wireguard, is it possible the url is different ? I will try to add the real ip, maybe localhost is not retreiving it
I just tried with proton vpn and it works, the problem is from the vpn port forwarding not working with mullvad i think.
Thanks for the help :)
No problem :)
To answer the question, the URL is the same for wireguard and openvpn. (see here : https://github.com/qdm12/gluetun-wiki/blob/main/setup/advanced/control-server.md )
I'll write a troubleshooting helper when I have some time.
Hello, I'm trying to use this mod but it doesn't find the port from the API :
I'm using mullvad as vpn provider. It is configured with WireGuard. My docker compose config for the stack : `services: gluetun: image: qmcgaw/gluetun:latest container_name: gluetun
line above must be uncommented to allow external containers to connect. See https://github.com/qdm12/gluetun/wiki/Connect-a-container-to-gluetun#external-container-to-gluetun
qbittorrent: image: linuxserver/qbittorrent:latest container_name: qbittorrent
network_mode: "service:gluetun" depends_on:
As anyone had this issue and was able to resolved it ?