-
-
Notifications
You must be signed in to change notification settings - Fork 402
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: Gluetun Not Connecting to Custom OpenVPN Provider (ARM64) #2535
Comments
@qdm12 is more or less the only maintainer of this project and works on it in his free time.
|
Also sorry for the delay, I'm the only maintainer of Gluetun, can barely read important/urgent issues, so I'm putting custom provider issues at the back since it's usually user error and can't really clone myself unfortunately 😄 |
Hi, thanks for responding. I tried the suggestions, but changing I am attempting to get the "openvpn-client" to work, but I am encountering the same issue, which is: As mentioned previously, I have successfully used Gluetun on other machines without adjusting firewall or port (UDP/TCP) configurations. However, when I ran the nmap command in this machine, it indicated that the port was closed. I am unsure if this is the root cause. I tried to open the port, but it remains closed according to nmap. |
I finally got this to work again. As qdm12 told many times the problem was with the VPN provider side, they usually dont't use direct ip address in their default ovpn file, they use a reference like location-pub-kl--country-city.aura-servers.com. So for the custom file I was using and older ip, they probably updated it on their side and I was unable to connect using the old ip. I got the new ip, updated it in the custom.conf file and now it is working again. I took me quite some time to realize it, but thanks for all the support |
Closed issues are NOT monitored, so commenting here is likely to be not seen. This is an automated comment setup because @qdm12 is the sole maintainer of this project |
Is this urgent?
None
Host OS
Linux Server 22.04 LTS
CPU arch
aarch64
VPN service provider
Custom
What are you using to run the container
docker-compose
What is the version of Gluetun
v3.39.1 built on 2024-09-29T18:16:23.495Z (commit 67ae5f5)
What's the problem 🤔
I am experiencing an issue with Gluetun when trying to connect to a custom OpenVPN provider (Kaspersky VPN). The same setup worked perfectly on an older Intel x64 PC running Ubuntu Server 22.04 LTS with Docker Compose. I recently migrated to a more power-friendly Orange Pi 5 with ARM64, using Ubuntu Server 22.04 LTS ported by Joshua-Riek.
Actual Behavior: Gluetun fails to connect, showing the error: read UDPv4 [ECONNREFUSED]: Connection refused (fd=3, code=111)
Troubleshooting Steps Taken:
Added firewall rules as suggested here
Tried OpenVPN 2.5 as suggested here
Changed to TCP as suggested here
Despite these efforts, the issue persists. I suspect there might be an architecture-specific problem or a configuration issue that I am missing. I am not very experienced with networking and VPN configurations, so I may be missing something obvious. Any guidance or assistance would be greatly appreciated.
Thank you!
custom.conf example:
Share your logs (at least 10 lines)
Share your configuration
The text was updated successfully, but these errors were encountered: