Hello everyone,
after having problems with DNS and IP Assignment with the Astaro SSL Client (no matter what version) we added these lines at the bottom:
# Windows SP3 Patchline
route-delay 20 10
# ipconfig registerdns
route-up "cmd /c ipconfig /registerdns"
They worked really fine. No more problems with resolving hosts etc.
But with the new client i get this error:
Tue Dec 15 09:47:15 2009 openvpn_execve: external program may not be called unless '--script-security 2' or higher is enabled. Use '--script-security 3 system' for backward compatibility with 2.1_rc8 and earlier. See --help text or man page for detailed info.
Tue Dec 15 09:47:15 2009 Route script failed: external program did not execute -- returned error code -1
The route delay still works btw [;)]
So i thought i should add script-security 2 to my config file. But now i get this error:
Tue Dec 15 09:49:30 2009 openvpn_execve: CreateProcess cmd failed: Das System kann die angegebene Datei nicht finden. (errno=2)
Tue Dec 15 09:49:30 2009 Route script failed: external program did not execute -- returned error code -1
With script-security 3 system it works.
But do i have to expect any (security) problems when adding this line to the config ? And why did they change that [:)]
Greets
Stephan
This thread was automatically locked due to age.