You are not logged in.
Pages: 1
I'm not completely new to Linux but new enough to need a lot of help. I want to use SliTaz to run an openvpn server. I have openvpn mastered on windows; but when I install openvpn on SliTaz it says it installed properly, got the LZO dependency but there is nothing in the directories where the easy-rsa and config files are supposed to be. I've searched everywhere, reinstalled openvpn & SliTaz. When I use openvpn in the terminal it does give me a list of commands, but these are to configure the components that I don't see installed. No sample config or rsa generators. Can someone let me know what I am missing.
For the record I installed openvpn on Lubuntu and I see all the proper directories populated with what I need.
Thank you very much in advance to anyone who helps. I really love SliTaz but if I can't install the apps I need, I'll have to go with something else.
I've never setup openvpn on any distro,but this is how I'd approach it on slitaz.
Openvpn tazpkg includes precompiled /usr/sbin/openvpn,triggers installation of the required depends, post install it creates /etc/openvpn and /var/run/openvpn folders which get deleted post remove.
Download/extract openvpn source to get what was excluded from tazpkg:
[c]wget http://swupdate.openvpn.net/community/releases/openvpn-2.2.1.tar.gz[/c]
[c]tar xvf openvpn-2.2.1.tar.gz[/c]
Initscripts for autostarting on boot may have to be written or adapted from a similar distro like arch linux.
Reference:
http://openvpn.net/index.php/open-source/documentation/howto.html
https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/openvpn
Offline
Pages: 1
[ Generated in 0.016 seconds, 8 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]