Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


How to setup a Openvpn server on Ubuntu [Simple & Easy] filter_list
Author
Message
How to setup a Openvpn server on Ubuntu [Simple & Easy] #1
The first thing you will have to do is login (Duuh)

Step 1
Update the system packages.

Code:
apt-get update
apt-get upgrade

Step 2
Download the installation files from the OpenVPN web site.

32 Bit
Code:
wget http://swupdate.openvpn.org/as/openvpn-as-1.8.5-Ubuntu12.i386.deb

64 Bit
Code:
wget http://swupdate.openvpn.org/as/openvpn-as-1.8.5-Ubuntu12.amd_64.deb

Step 3
Now we just have to install it.

32 Bit
Code:
dpkg -i openvpn-as-1.8.5-Ubuntu12.i386.deb

64 Bit
Code:
dpkg -i openvpn-as-1.8.5-Ubuntu12.amd_64.deb

Now you are done, everything you have to do now is make a new password, and login to the admin panel.

Login name: openvpn
Password: You have to reset it using this command "passwd openvpn"

If you have any questions feel free to ask.

Reply







Users browsing this thread: 1 Guest(s)