habe ein kleines OpenVPN Problem: In meiner Openvpn.log sehe ich folgende kleine Problemchen:
Code: Alles auswählen
Fri Jan 1 19:14:19 2016 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Fri Jan 1 19:14:19 2016 NOTE: --script-security method='system' is deprecated due to the fact that passed parameters will be subject to shell expansion
sh: 1: /etc/openvpn/server1.sh: not found
Fri Jan 1 19:14:20 2016 WARNING: Failed running command (--route-up): could not execute external program
Code: Alles auswählen
#!/bin/bash
route add -net 192.168.178.0 netmask 255.255.255.0 gw 10.1.0.2
Obwohl am Log Ende Initialisation Complete steht funktioniert die vpn Verbindung nicht (kein Ping geht durch, auch ohne FW nicht).
Dummerweise geht es trotzdem nicht, weiß jemand Rat?