Hi Peter,
I've searched the whole post but I wasn't able to find a solution. I think it is pretty obvious but I'm lost
I've upgraded to Unraid 6.2.4 and have updated OpenVPN Client plugin accordingly. But it doesn't work.
Logs tell me that there is an error :
Options error: Unrecognized option or missing or extra parameter(s) in [CMD-LINE]:1: config (2.4.0)
Use --help for more information.
and when I'v checked my configuration files, it seems that the plugin has changed it. The config file of my providers is initially made like this :
client
remote xx1.xxxxxx.net 443
dev tun
proto tcp
nobind
persist-key
persist-tun
tls-auth ta.key 1
ca ca.crt
cipher AES-256-CBC
keysize 256
link-mtu 1560
comp-lzo
auth-user-pass
and it is updated like that after launching the plugin :
client
remote xx1.xxxxxx.net 443
proto tcp
dev tun5nobind
persist-key
persist-tun
tls-auth ta.key 1
ca ca.crt
cipher AES-256-CBC
keysize 256
link-mtu 1560
comp-lzo
auth-user-pass /boot/config/plugins/openvpnclient/password.txt status /tmp/openvpn/openvpn-status.log
The line 4 seems to be incorrect. I've added a return after the tun5 and save it but it doesn't work.
Can you help me ?
Thank you for your help and for your continuing effort to maintain this plugin.
Have a nice day !
Guillaume