Book Image

OpenVPN: Building and Integrating Virtual Private Networks

Book Image

OpenVPN: Building and Integrating Virtual Private Networks

Overview of this book

OpenVPN is a powerful, open source SSL VPN application. It can secure site-to-site connections, WiFi and enterprise-scale remote connections. While being a full-featured VPN solution, OpenVPN is easy to use and does not suffer from the complexity that characterizes other IPSec VPN implementations. It uses the secure and stable TLS/SSL mechanisms for authentication and encryption. This book is an easy introduction to this popular VPN application. After introducing the basics of security and VPN, the book moves on to cover using OpenVPN, from installing it on various platforms, through configuring basic tunnels, to more advanced features, such as using the application with firewalls, routers, proxy servers, and OpenVPN scripting. While providing only necessary theoretical background, the book takes a practical approach, presenting plenty of examples.
Table of Contents (17 chapters)
OpenVPN
Credits
About the Author
About the Reviewers
Preface
Index

SSL/TLS Security


The SSL/TLS library can be used for authentication and encryption purposes. This library is part of the OpenSSL Software that is installed on any modern operating system. If available, SSL/TLS certificate-based authentication and encryption should always be first choice for any tunnel you create.

SSL, also known as TLS, is a protocol originally designed by Netscape Communications Corporation to ensure easy-to-use data integrity and authenticity for the fast growing Internet in the 1990s. Everybody using a modern browser can participate in encrypted communication. SSL/TLS is an outstanding technology that is being used all over the Web for banking, e-commerce, or any other application where privacy and security are needed. It is being steadily controlled, debugged, tested, and improved by both open source and proprietary developers and many corporations.

As SSL/TLS resides beneath application protocols, it can be used for almost any application. Every surfer has noticed URLs...