Gluetun, qBittorrent, and Port Forwarding, qBittorrent Not Seeing Forwarded Port? #2697
Unanswered
Peter-Nincompoop
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have qBittorrent and Gluetun both running as containers and a wireguard VPN through ProtonVPN with port forwarding enabled. Everything seems to be working except qBittorrent still shows to be behind a firewall, so not sure what to do next. Any advice? Details below:
The "Test Your Setup" step on the Gluetun wiki works (command below). I do have a concern with this one though - my wireguard config shows an endpoint IP of xxx.xxx.xx.x0x while the IP from the below command (and the IP in the
ipfile in the Gluetun container) show xxx.xxx.xx.x1x. (My docker-composeVPN_ENDPOINT_IPis set to xxx.xxx.xx.x0xdocker run --rm --network=container:gluetun alpine:3.20 sh -c "apk add wget && wget -qO- https://ipinfo.io"The "Test It" section of the Gluetun port forwarding wiki works with the forwarded port I find in the
forwarded_portfile in the Gluetun containercurl -sS https://ipinfo.io/jsonAll reactions