Jump to content

mallot86

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by mallot86

  1. Wow, I feel really stupid. Up until now, I didn't notice that the path was /mnt/cache and not /mnt/user. I changed it like you said and I don't get the error messages about not being able to access the /vpn/ folder anymore. "Options error: Unrecognized option or missing or extra parameter(s) in /vpn/vpn.ovpn:14: ncp-disable (2.6.3)" This was still an issue. ncp-disable is a line in the .ovpn file I got from CyberGhost. I took it out and now OpenVPN-Client is running. Thanks for pointing me in the right direction! 😀
  2. Hi @ich777 , I have an issue with the OpenVPN-Client docker. I installed it, created the vpn.ovpn and the vpn.auth file. I copied the content of the openvpn.ovpn file I got from CyberGhost into the vpn.ovpn file and my username and password in the vpn.auth file. The openvpn file from Cyberghost references 3 certificate files, that I also copied into the same folder as the other 2 files. I also checked, that the appdata/openvpn-client directory is mapped to /vpn. But when I start the docker, I get this error message: ls: cannot access '/vpn/*': No such file or directory ls: cannot access '/vpn/*': No such file or directory Error: ipv4: FIB table does not exist. Dump terminated grep: /vpn/vpn.conf: No such file or directory + exec sg vpn -c 'openvpn --cd /vpn --config /vpn/vpn.conf --script-security 2 --redirect-gateway def1 ' Error: ipv4: FIB table does not exist. Dump terminated + exec sg vpn -c 'openvpn --cd /vpn --config /vpn/vpn.ovpn --script-security 2 --redirect-gateway def1 --auth-user-pass /vpn/vpn.auth ' ---Checking for optional scripts--- ---No optional script found, continuing--- ---Taking ownership of data...--- ---Starting...--- ERROR: VPN not configured! ERROR: VPN CA cert missing! Options error: In [CMD-LINE]:1: Error opening configuration file: /vpn/vpn.conf Use --help for more information. ---Checking for optional scripts--- ---No optional script found, continuing--- ---Taking ownership of data...--- ---Starting...--- Options error: Unrecognized option or missing or extra parameter(s) in /vpn/vpn.ovpn:14: ncp-disable (2.6.3) Use --help for more information. What is this vpn.conf file? I didn't know I have to create it and I don't know what to put into it. Also, is it a common problem, that openvpn-client cannot access the appdata folder? Like I said, I checked and it's mapped correctly. Any help or hint in the right direction would be much appreciated.
×
×
  • Create New...