Home » Categories » Multiple Categories |
How to Install OpenVPN Access Server on Ubuntu 12.04 |
Article Number: 248 | Rating: Unrated | Last Updated: Thu, Jan 2, 2014 at 4:30 AM
|
OpenVPN Access Server, from the official website is "a full featured SSL VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, and Linux OS environments." The installation of OpenVPN AS is much simpler compared to the traditional OpenVPN (without any GUI). Another great thing about about OpenVPN AS (Access Server) is that it has a mobile application for both Android and iOS platforms, enabling you to access your OpenVPN server on your smartphone as well. Basic Server SetupIn this tutorial, we are using an Ubuntu 12.04 64-bit cloud server. Go ahead and create one to follow along. After you have started up your cloud server, let's make some adjustments before we install OpenVPN AS. Installing OpenVPN Acess ServerLet's begin by logging in as the root user. From here, download the OpenVPN AS package: sudo wget http://swupdate.openvpn.org/as/openvpn-as-1.8.4-Ubuntu10.amd_64.deb The above link is for 64-bit cloud servers since that is what we've decided to use. If by any chance you're using a 32-bit version, the download link would be: sudo wget http://swupdate.openvpn.org/as/openvpn-as-1.8.4-Ubuntu10.i386.deb To install OpenVPN AS, enter the following command: dpkg -i openvpn-as-1.8.4-Ubuntu10.amd_64.deb If you are using a 32-bit cloud server, enter the following command instead: dpkg -i openvpn-as-1.8.4-Ubuntu10.i386.deb That's it. OpenVPN AS is now installed. However, there are still some things left to do before we can use it. During the installation, OpenVPN has created a default admin user called 'openvpn'. We need to set a password for 'openvpn'. To do that, enter the following command: sudo passwd openvpn You'll be prompted to enter your desired password. Make sure your password is secure. Administration and Client Software SetupOpenVPN AS web interfaces can be found at: Admin UI: https://YourIpAddress:943/admin Replace "YourIPAddress" with your actual cloud server's IP address. Then, head over to the Client UI to use the access server. You'll see a big bad security warning. But don't be alarmed, it is perfectly okay since we've self-signed our server's SSL. Ignore the warning and click Ok/Proceed and you'll be prompted for username and password. Enter 'openvpn' as the username and the password should be what you've set for 'openvpn' before. After filling out username/password, click 'Go' and you'll see a screen like this: Download the 'OpenVPN Connect' software by clicking the link. After it has finished downloading, run it and enter your login credentials. And voilĂ ! You are now connected to your OpenVPN Access Server. You can login to the Admin UI if you need to make changes to your access server, although default settings works fine. One more thing: remember that you can use OpenVPN access server with your smartphone? Download the official Android app here and the iOS app here. Now, have fun with your OpenVPN Access Server! Update:As of OpenVPN Access Server v2.0, OpenVPN will no longer uses the 5.5.16.0/20 subnetwork for clients and will use the172.27.240.0/20 subnet instead.OpenVPN Access Server v2.0 Release Notes |
Attachments
There are no attachments for this article.
|
How To Create Nagios Plugins With Bash On Ubuntu 12.10
Viewed 2134 times since Sat, Jan 4, 2014
How To Install CouchDB and Futon on Ubuntu 12.04
Viewed 2381 times since Sat, Jan 4, 2014
How To Use the Web2py Framework to Quickly Build Your Python App
Viewed 4577 times since Sat, Jan 4, 2014
How To Install and Secure phpMyAdmin on Ubuntu 12.04
Viewed 2679 times since Mon, Dec 23, 2013
Docker Explained: How To Containerize Python Web Applications
Viewed 4613 times since Sat, Jan 4, 2014
How To Use WP-CLI to Manage your WordPress Site from the Command Line
Viewed 10066 times since Sat, Jan 4, 2014
How To Create Nagios Plugins With Python On Ubuntu 12.10
Viewed 6703 times since Sat, Jan 4, 2014
How To Install Git on Ubuntu 12.04
Viewed 6234 times since Mon, Dec 23, 2013
Installing the Cacti Server Monitor on Ubuntu 12.04 Cloud Server
Viewed 3142 times since Sat, Jan 4, 2014
How To Install and Configure Django with Postgres, Nginx, and Gunicorn
Viewed 4252 times since Fri, Jan 3, 2014
|