-
-
Notifications
You must be signed in to change notification settings - Fork 391
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
Protonvpn: port forwarding connection timeout #1757
Comments
I was able to self-diagnose the issue. @qdm12 could this be moved to a docubug? |
This comment was marked as off-topic.
This comment was marked as off-topic.
@sruffilli Awesome you self debugged it 👍 I probably would had mislead you with other tries 😄 Although instead of documenting it, it might be interesting to either:
Although both are a bit 'dark magic' and could be confusing if you try to access a lan ip with the same ip as your vpn gateway ip. A warning could be logged but still not totally ideal. Thoughts? @ver151set please create another issue with your full logs 🙏 Thanks! (edit: never mind, you already done it, I'll hide your comment to keep this issue clean) |
I like 1 very much (and I'm not sure how you'd implement 2 tbh).
Overlapping ranges always require a some arcane art tinkering doesn't it :)? |
I think having an ip rule to route that single gateway ip address through the tunnel and leave the rest of the outbound subnet working + log a warning about it is the best way to do it. Now before I jump to implement this, can you try in a running gluetun on your side: docker exec gluetun ip route add 10.31.0.1/32 dev tun0 and check if this resolves it? This should route traffic towards |
Without changing anything I am now also getting this issue. It was working before. I've set
and the logs say
If you need more info on my setup, for easier reading please see my other issue #1749 Thank you for looking into all these issues and making such a great product! |
I tested it and it doesn't - I suspect the reason is that
Haven't had time to test something different - will do and report back. |
Oh yes that's why, but do you actually need |
Is this urgent?
None
Host OS
Ubuntu 22.10
CPU arch
x86_64
VPN service provider
ProtonVPN
What are you using to run the container
docker-compose
What is the version of Gluetun
Running version latest built on 2023-07-18T15:57:47.027Z (commit abe2ace)
What's the problem 🤔
It looks like querying to get the port-forwarding port always fail for me with a timeout error.
I tried multiple P2P cities to no avail.
Share your logs
Share your configuration
The text was updated successfully, but these errors were encountered: