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
-
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
ip
file in the Gluetun container) show xxx.xxx.xx.x1x. (My docker-composeVPN_ENDPOINT_IP
is 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_port
file in the Gluetun containercurl -sS https://ipinfo.io/json
Beta Was this translation helpful? Give feedback.
All reactions