1. VPN as discussed recently in my post here is on-way becoming a routine necessity for each one of us.In this post I bring you a screen shot and command terminal step by step procedure to configure and use OPENVPN,an open source application vide which a Ubuntu user can tunnel any IP subnetwork or virtual ethernet adapter over a single UDP or TCP port and additionally configure
a scalable, load-balanced VPN server farm using one or more machines
which can handle thousands of dynamic connections from incoming VPN
clients.OpenVPN is the best and most recommended open-source VPN software world-wide. It is the most secure VPN option.
You need to download the open-source OpenVPN Client and our configuration and certificate bundle
from the links on site shown below (use TCP if you cannot connect to UDP due to network restriction).
Steps involved :
- Open a sudo terminal
- Install openvpn by typing
sudo apt-get install openvpn
Goto http://www.vpnbook.com/freevpn and Download one of the VPNBook OpenVPN certificate bundles as seen available in the screenshot below :
After downloading either of the above certificates as seen....do extract the contents in one folder and these should look like as seen below :
If there is any issue with the installation part,install the openvpn client by synaptics as shown below :
Once done ...go to the sudo terminal and type the following :
openvpn --config vpnbook-euro1-tcp443.ovpn
As you see the message INITIALIZATION SEQUENCE COMPLETED...u r on with the VPN..