/OpenVPN-Cookbook-Second-Edition

This is the code repository for the book OpenVPN Cookbook Second Edition published by Packt

Primary LanguageShellMIT LicenseMIT

#OpenVPN Cookbook - Second Edition This is the code repository for OpenVPN Cookbook - Second Edition, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

This book provides you with many different recipes to help you set up, monitor, and troubleshoot an OpenVPN network. You will learn to configure a scalable, load-balanced VPN server farm that can handle thousands of dynamic connections from incoming VPN clients. You will also get to grips with the encryption, authentication, security, extensibility, and certifications features of OpenSSL. ##Instructions and Navigations All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

user nobody
group nobody
persist-tun
persist-key
keepalive 10 60
ping-timer-rem

In order to get the most from this book, there are some expectations of prior knowledge and experience. It is assumed that the reader has a fair understanding of the system administration as well as knowledge of TCP/IP networking. Some knowledge on installing OpenVPN is required as well, for which you can refer to the book Beginning OpenVPN 2.0.9.

##Related Products