Issues connecting to Proton with both OpenVPN and Wireguard #2555
Unanswered
jgeorgeson
asked this question in
Q&A
Replies: 2 comments 2 replies
-
I am having the same issues with windscribe wireguard. the container is healthy but the other containers routed through gluetun cannot access internet. The logs say tls handshake failed
|
Beta Was this translation helpful? Give feedback.
0 replies
-
It is likely related to this issue. Try adding the WIREGUARD_MTU or OPENVPN_MSSFIX environment variable with a value of 1320 (ref) and see if that fixes it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have gluetun v3 running via compose on a Synology DSM 7.2 NAS. It routinely will just get into a state with no connectivity and I have to destroy and recreate the gluetun container. I typically will run a manual server update before recreating. A few days ago my internet service went down, and I haven't been able to get gluetun to connect again since then. I am able to connect Proton VPN clients using same account and server settings, so I at least know that in general I am able to make the VPN connection from this network.
Compose file:
Here is the command I use to run the manual server update (which appears to working fine at the moment, despite the issue I'm having, so I know that the bridge network for the gluetun container isn't the issue)
Typical errors
And here is the full gluetun.log
I have tried changing the
SERVER_CITIES
value, even completely commenting it out to test with any US server, no help. I've tried commenting out theOPENVPN_ENDPOINT_PORT
variable to toggle between TCP and UDP. I've tried using Wireguard instead of OpenVPN but that was failing on the external IP lookup/verification with DNS timeout issues (sorry, didn't save the logs). Since I'm on Synology, though, I want to keep it with OpenVPN as there's no kernel support for Wireguard without a third-party build of the module(s).Beta Was this translation helpful? Give feedback.
All reactions