client-connect script ?
Posted: Thu Oct 11, 2012 3:20 pm
Hi,
There is a text area in "Advanced VPN Settings" / "Additional OpenVPN Config Directives (Advanced)" / "Server Config Directives"
There, I typed:
The script has permission: 755.
it is as simple as:
I still get this message in the /var/log/openvpnas.log :
Thanks
Bruno
There is a text area in "Advanced VPN Settings" / "Additional OpenVPN Config Directives (Advanced)" / "Server Config Directives"
There, I typed:
Code: Select all
script-security 3
client-connect "/etc/openvpn/client-connect.sh"
it is as simple as:
Code: Select all
#!/bin/bash
exit 0
I guess there is some kind of chroot. Where should I put the script?client-connect command failed: could not execute external program
Thanks
Bruno