[Solved] How to run openvpn as service

Hi,
I've been trying to install an openvpn client on openwrt 18.06.
Openwrt user guide says service openvpn restart.
But how to check if it's running ok or not? And where can I find the output?

EDIT
see my answer at Openvpn with uci

config openvpn 'vps'
...
        option log '/tmp/openvpn_vps.log'
        option status '/tmp/openvpn_vps-status.log'

Thanks, where do these go?

Oh I got it, must be something in UCI

yes, either uci config or add them in the .ovpn/.conf file.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.