Closed No1zzz closed 9 years ago
Check your openvpn config grep status /etc/openvpn/*
grep status /etc/openvpn/* /etc/openvpn/server.conf:status /var/log/openvpn/openvpn-status.log
Is it not supporting?
I am not sure of your issue. If you do not have /var/log/openvpn/openvpn-status.log then you have to check your openvpn configuration /et/openvpn/server.conf, it should have these 2 lines.
status /var/log/openvpn/openvpn-status.log status-version 2
If you still do not get the log file, you'd have to check with openvpn/your distro forum, IRC etc.
I have this file,but does not have status-version 2 With this line work fine! TY.
$config['openvpn']['status'] = '/var/log/openvpn/openvpn-status.log'; ls /var/log/openvpn/openvpn-status.log /var/log/openvpn/openvpn-status.log Where should be status file?