Error other provider #2454
Replies: 5 comments
-
Hey. The important line here is Since you have not provided a value for Hope that works 🤞 😄 |
Beta Was this translation helpful? Give feedback.
-
First, thank for your answer ! An other problem right now : When I downloaded cyberghost files, I had not only .ovpn, but .crt .key and .ca files. I put them into the same directory on GitHub, with the exact same name (follow those indications haugene/vpn-configs-contrib/CONTRIBUTING.md) but I have this errno=2. Am I miss an other thing? Really, thank you for your time ! Starting container with revision: b33d0fe |
Beta Was this translation helpful? Give feedback.
-
Right. So your config contains the lines:
which assumes that the files are in the current working directory when the config is read. This is not how we're running the container today. The configs will be within We have a script that will automatically make that adjustment for the ca.crt and that's why it's not throwing an error for that file, but just the other two. I can add support for the other two files as well, or you can change those lines to:
and it should work. I will gladly make the addition to the script, but... Having a look at the manual for OpenVPN and looking at the Don't have time to dig into that now. But could you help me investigate if they are safe to expose publicly? And then we can make the adjustments to the script if needed. I did try running with your config and key+cert and I'm getting an error with Still - we should verify that this is a safe practice before officially supporting it. |
Beta Was this translation helpful? Give feedback.
-
Ok, I understand. I will contact cyberghost directly to see if it's sensitive data or not, I keep inform you. Really thanks to share all of your work ! |
Beta Was this translation helpful? Give feedback.
-
So, I had them by chat. "We cannot guarantee as it is already outside the CyberGhost Support. However, as mentioned, with that matter, we recommend not to put in public for it not to be at risk." |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm newbie here and on all the linux based system.
I try to install haugene/docker-transmission-openvpn on raspberry pi. I try to make my best to understand all parameters, but I think i miss some. I don't understand why it's write "No such file or directory" whereas they are upload by the command in environment variables GITHUB_CONFIG_SOURCE_REPO. The dir /etc/openvpn/cyberghost is already make.
My volumes are
container : /data
host : /mnt/ssd1/download/transmissionopenvpn
container : /config
host : /mnt/ssd1/download/transmissionopenvpn
Starting container with revision: b33d0fe
Creating TUN device /dev/net/tun
Using OpenVPN provider: CYBERGHOST
Running with VPN_CONFIG_SOURCE auto
No bundled config script found for CYBERGHOST. Defaulting to external config
Downloading configs from https://github.com/LaCorneilleDeBerni/vpn-configs-contrib/archive/main.zip into /tmp/tmp.DS7xaFC3yq
Extracting configs to /tmp/tmp.YF7CuUkYvF
Found configs for CYBERGHOST in /tmp/tmp.YF7CuUkYvF/vpn-configs-contrib-main/openvpn/cyberghost, will replace current content in /etc/openvpn/cyberghost
Cleanup: deleting /tmp/tmp.DS7xaFC3yq and /tmp/tmp.YF7CuUkYvF
No VPN configuration provided. Using default.
Modifying /etc/openvpn/cyberghost/default.ovpn for best behaviour in this container
Modification: Point auth-user-pass option to the username/password file
sed: can't read /etc/openvpn/cyberghost/default.ovpn: No such file or directory
Modification: Change ca certificate path
sed: can't read /etc/openvpn/cyberghost/default.ovpn: No such file or directory
Modification: Change ping options
sed: can't read /etc/openvpn/cyberghost/default.ovpn: No such file or directory
sed: can't read /etc/openvpn/cyberghost/default.ovpn: No such file or directory
sed: can't read /etc/openvpn/cyberghost/default.ovpn: No such file or directory
sed: can't read /etc/openvpn/cyberghost/default.ovpn: No such file or directory
Modification: Update/set resolv-retry to 15 seconds
Modification: Change tls-crypt keyfile path
Modification: Set output verbosity to 3
Modification: Remap SIGUSR1 signal to SIGTERM, avoid OpenVPN restart loop
Modification: Updating status for config failure detection
Setting OpenVPN credentials...
2022-12-02 14:40:01 Cipher negotiation is disabled since neither P2MP client nor server mode is enabled
Options error: You must define TUN/TAP device (--dev)
Use --help for more information.
Thanks for your time !
Beta Was this translation helpful? Give feedback.
All reactions