How To Install OpenVPN on a BWF Server
In this tutorial we will teach you how to set up an OpenVPN server on Ubuntu 12.04 server edition. The first step is to purchase a Ubuntu server from our website. Talk to our...
In this tutorial we will teach you how to set up an OpenVPN server on Ubuntu 12.04 server edition. The first step is to purchase a Ubuntu server from our website. Talk to our...
On Shared Hosting Spam emails can cause havoc for users of the servers. All it takes is one user on the server to neglect to update their WordPress Version, the out of date...
Recently cPanel released a preview of the ‘new look and feel’ for upcoming cPanel versions. Entitled ‘Paper Lantern’ it promises to clean up the dated and...
Hate terminal? Let us do the hard work for you, simply order an ownCloud package from our website from here. In this tutorial we will teach you how to set up an ownCloud server...
IP blocks on Shared Servers are some of the most frustrating issues for clients and we wanted to take some time to explain this. We regularly get tickets and chats informing us...
Sitting casually on Twitter this morning I saw this link tweeted by one of our clients and great minds must think alike as I had already this blog post 90% written so I finished...
Stephen K from management comments on uptime reports from October 2013 So what is your Uptime? Dealing with many of the sales tickets and chats that come in I regularly get asked...
Stephen K from management compares the speed of various VPS offerings and documents his findings. We just deployed our fastest and most powerful VPS platform ever this week and I...
Some thoughts on the acquisition of (MT) Media Temple by GoDaddy by our CEO Stephen K. Well that was an interesting 120 minutes. It’s now 7.10pm here in Belfast and I find myself...
We are always recommending to clients that they take small steps towards a more secure online life and with shared hosting there is a very simply way you can ensure all login...
In this tutorial we will teach you how to set up an OpenVPN server on Ubuntu 12.04 server edition. The first step is to purchase a Ubuntu server from our website. Talk to our sales team about any special offers we may have before purchasing and we will definitely look after you.
OpenVPN is an open source software application that implements virtual private network (VPN) techniques for creating secure point-to-point or site-to-site connections in routed or bridged configurations and remote access facilities. It uses a custom security protocol that utilizes SSL/TLS for key exchange. It is capable of traversing network address translators (NATs) and firewalls. It was written by James Yonan and is published under the GNU General Public License (GPL).
Source: Wikipedia
In plain English, OpenVPN acts as a gateway between your computer and the Internet. All of your traffic is routed through the VPN before accessing the Internet. This is useful if you are in Turkey and wish to access Twitter. Or if you’re in the US and wish to use the UK BBC iPlayer.
First: Log into your server with SSH, (ssh root@YOUR.IP) then enter your password.
Then you’ll be presented with the following:
Welcome to Ubuntu 12.04.1 LTS (GNU/Linux 2.6.32-042stab075.2 x86_64) * Documentation: https://help.ubuntu.com/ The programs included with the Ubuntu system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. root@server:~#
Now let’s download and install the Access Client. Simply paste in the code below.
sudo wget http://swupdate.openvpn.org/as/openvpn-as-1.8.4-Ubuntu10.amd_64.deb
dpkg -i openvpn-as-1.8.4-Ubuntu10.amd_64.deb
When OpenVPN installs it creates a user on the server named ‘openvpn’ for which we need to set a password.
sudo passwd openvpn
Then simply type a strong password!
That’s it! Now let’s set up the options and download the client.
Admin URL: http://YOUR.IP:943/admin
Client URL: http://YOUR.IP:943
Simply log into the admin area and set your options.
To set up the OpenVPN client simply visit the client URL and download and install the OpenVPN app on your Mac or PC.
You’ll notice the OpenVPN menu bar/tray icon, click this and click the ‘Connect to YOUR.IP’ and you’ll see a box pop up asking for your password.
You’ll need the password we set earlier to log in.
To test that OpenVPN is up and running simply visit http://www.whatismyip.com/ whilst you are connected to the VPN and you should see the IP of your VPS rather than the IP of your local network.