-
Notifications
You must be signed in to change notification settings - Fork 46
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
Stuck on "Launching OpenVPN..." on Synology DS920+ #130
Comments
Can you please check the log file? And then please check:
If I had to guess, it's a very old Linux kernel version, so maybe OpenVPN is also too old version to support |
Thanks for replying!
As for the OpenVPN version:
|
I meant pass it to OpenVPN, like:
In theory it should be fine for that version though, but if you are able to run it in the CLI directly you'd be able to see more of the logs hopefully. vopono escalates to root so it shouldn't be a permissions issue. And when you test OpenVPN is it with that config file? i.e. PIA Poland? |
Maybe related, maybe not.. but worth mentioning. I found that I had the same issue with
I was also seeing this error when running openvpn directly:
If you are not seeing that error when running openvpn you might have a different problem with the same behavior. |
So I'm trying to get vopono running on my Synology NAS via PIA. I'm assuming the issue I'm running into is related to the fact that I'm running this within the Synology version of Linux. Here's some info:
DSM Version:
DSM 7.0.1-42218 Update 2
Linux Version:
Linux PDX-NAS 4.4.180+ #42218 SMP Fri Sep 24 02:41:48 CST 2021 x86_64 GNU/Linux synology_geminilake_920+
Kernel Version:
4.4.180+
The test operation hangs on
2022-01-24T21:00:28.709Z INFO vopono::openvpn > Launching OpenVPN...
and with verbose on here's what it hangs on:
It's hanging on
2022-01-24T21:08:43.737Z DEBUG vopono::netns > ip netns exec vopono_pia_poland openvpn --config /volume1/homes/lemstress/.config/vopono/pia/openvpn/poland-pl.ovpn --machine-readable-output --log /etc/netns/vopono_pia_poland/openvpn.log --auth-user-pass /var/services/homes/lemstress/.config/vopono/pia/openvpn/auth.txt --pull-filter ignore block-outside-dns
I'm assuming this has something to do with the network interface/namespaces but I'm not sure. Any help would be appreciated and please let me know what other information I can provide! I'd love to get this working on my Synology NAS, it would be extremely helpful.
The text was updated successfully, but these errors were encountered: