3
I have an *.ovpn file that works if I type in: sudo openvpn filename.ovpn
.
Now I would like to start up OpenVPN when I boot the computer. It's a headless version of Ubuntu 12.04 64-bit if that matters.
I copied filename.ovpn to /etc/openvpn
, but it's not starting, even if I run: service openvpn start
.
How can I do this?
see: http://upstart.ubuntu.com/getting-started.html
– mbx – 2012-12-17T08:12:42.353Have you tried naming your file client.conf? – user2313067 – 2014-02-18T08:52:22.937