Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Proton VPN Port Forwarding Timeout #2618

Closed
gravelfreeman opened this issue Dec 11, 2024 · 4 comments
Closed

Bug: Proton VPN Port Forwarding Timeout #2618

gravelfreeman opened this issue Dec 11, 2024 · 4 comments

Comments

@gravelfreeman
Copy link

gravelfreeman commented Dec 11, 2024

What is the version of Gluetun

Running version v3.39.0 built on 2024-08-09T08:07:23.827Z (commit 09c47c7)

Share your logs (at least 10 lines)

2024-12-12T02:35:02Z INFO [port forwarding] starting
2024-12-12T02:37:10Z ERROR [vpn] port forwarding for the first time: getting external IPv4 address: executing remote procedure call: connection timeout: failed attempts: read udp 172.16.*.*:*****->10.2.*.*:****: i/o timeout (tries 1, 2, 3, 4, 5, 6, 7, 8, 9)
2024-12-12T02:38:10Z INFO [healthcheck] healthy!

Share your configuration

          VPN_TYPE: wireguard
          VPN_SERVICE_PROVIDER: custom
          VPN_PORT_FORWARDING: on
          VPN_PORT_FORWARDING_PROVIDER: protonvpn
          WIREGUARD_ENDPOINT_IP: ${WIREGUARD_ENDPOINT_IP}
          WIREGUARD_ENDPOINT_PORT: ${WIREGUARD_ENDPOINT_PORT}
          WIREGUARD_PUBLIC_KEY: ${WIREGUARD_PUBLIC_KEY}
          WIREGUARD_PRIVATE_KEY: ${WIREGUARD_PRIVATE_KEY}
          WIREGUARD_ADDRESSES: 10.2.*.*/32
          FIREWALL_INPUT_PORTS: ${FIREWALL_INPUT_PORTS}
          FIREWALL_OUTBOUND_SUBNETS: 10.0.0.0/8
Copy link
Contributor

@qdm12 is more or less the only maintainer of this project and works on it in his free time.
Please:

@TungstenIodide
Copy link

I hit the same issue with version v3.39.1 running with Podman on Fedora CoreOS.

@gravelfreeman
Copy link
Author

gravelfreeman commented Dec 13, 2024

The issue was

          FIREWALL_OUTBOUND_SUBNETS: 10.0.0.0/8

Which was interfering with the DNS server of Proton which is on 10.2.x.x.

Replaced my config with:

          FIREWALL_OUTBOUND_SUBNETS: 10.0.0.0/16

Issue is gone and port forwarding is working as intended!

Copy link
Contributor

Closed issues are NOT monitored, so commenting here is likely to be not seen.
If you think this is still unresolved and have more information to bring, please create another issue.

This is an automated comment setup because @qdm12 is the sole maintainer of this project
which became too popular to monitor issues closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants