FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14201 questions

16856 answers

27732 comments

54308 members

0 votes
1,956 views 0 comments
by
Hello,

I'm using a RUT950, that connects to a OpenVPN Server running on a Mikrotik Routerboard.

The Problem i have is, that the running OpenVPN connection doesn't get closed after "force reboot" of Teltonika Router.

So I want a script running after reboot, which restarts OpenVPN service after boot up.

Is there any command for CLI to restart OpenVPN Service?

1 Answer

0 votes
by
Hi,

SSH command:

/etc/init.d/openvpn restart
Best answer