I have an *.ovpn file that works if I type in
sudo openvpn client.ovpn
Now I would like to start up openvpn when I boot the computer. It's a headless version of ubuntu if that matters. 12.04 64bit.
How can I do this?
Thanks
|
I have an *.ovpn file that works if I type in
Now I would like to start up openvpn when I boot the computer. It's a headless version of ubuntu if that matters. 12.04 64bit. How can I do this? Thanks |
||||
|
|
|
It would be nice to have a un hacker way of doing it, but this will have to do for now. 1) Create file myopenvpn in /etc/init.d/
2) Insert into myopenvpn and save:
|
|||
|
|