OpenVPN server on Ubuntu 12.04
-
@scottalanmiller said:
See if this works:
cp -r /usr/share/doc/openvpn/examples/easy-rsa/2.0/ /etc/openvpn/easy-rsa/
I just tried it but no luck.
-
This is the guide that I'm following
https://rbgeek.wordpress.com/2012/12/13/openvpn-server-on-ubuntu-12-04-behind-nat/ -
Try this and post the output...
ls /usr/share/doc/openvpn/examples/easy-rsa/2.0/
-
@scottalanmiller said:
Try this and post the output...
ls /usr/share/doc/openvpn/examples/easy-rsa/2.0/
-
@Joy
I've been fiddling around with Ubuntu 12.04 and as @scottalanmiller has mentioned, it's really likely that all the repository is gone. I'm still trying to determine what I can use my C@C box for... other that cloud vapor...Ah well.. I keep hoping,. not not holding out on it.
-
@gjacobse said:
@Joy
I've been fiddling around with Ubuntu 12.04 and as @scottalanmiller has mentioned, it's really likely that all the repository is gone. I'm still trying to determine what I can use my C@C box for... other that cloud vapor...Ah well.. I keep hoping,. not not holding out on it.
Thanks, I don't know if what happen since we installed it OpenVPN few months ago.
I saw this post also .
http://ubuntuforums.org/showthread.php?t=2170950
http://packages.ubuntu.com/
Oh well I'll it again later. -
I used this command : wget https://github.com/OpenVPN/easy-rsa
So it working and I'm able to install the openVPN. -
I was about to create a MySQL database for our Freeradius, but upon entering this command i got this error
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)Anyone can you please point me out what is missing here?
-
Is there anyway i can Completely Remove MySQL Ubuntu?
To remove mysql completely from your system Just type in terminal
sudo apt-get remove --purge mysql-server mysql-client mysql-common
sudo apt-get autoremove
sudo apt-get autoclean -
Can you post your my.cnf details?
-
Hi guys, I already figured out my problem. Thanks to @Ambarishrh
The problem now is " We need to enable the TUN/TAP which can be done from side of VPS Provider.