Code:
# Handle backwards compatibility
if test -z $( grep '^[[:space:]]*script-security[[:space:]]' $CONFIG_DIR/$NAME.conf ) ; then
script_security="--script-security 2"
fi
Zeile 55 ist rot.
Das Script habe ich bis jetzt noch nicht angeruehrt.
Meine CA1.config sieht so aus:
Code:
client
proto udp
auth sha1
dev tap
remote xxx.xxx.xxx.xxx xxxx
#http-proxy xxx.xxx.xxx.xxx xxxx
#socks-proxy xxx.xxx.xxx.xxx xxxx
remote-cert-tls server
ns-cert-type server
ca hostca.crt
cert clientXXXX.crt
key clientXXXX.key
dh hostXXXX.pem
tls-auth hoststatic.key 1
resolv-retry infinite
nobind
ping 5
ping-restart 120
comp-lzo
cipher AES-256-CBC
persist-key
persist-tun
route-method exe
route-delay 2
#script-security 2 execve
script-security 2
#script-security 3
mssfix 1400
#win-sys env
verb 4
Schaetze mal, dass das Windows-System Environment heissen soll, deswegen auskommentiert.