VPNs Illustrated: Tunnels, VPNS, and IPsec -- A Book Review
April 17th, 2006 by Geoff Baker in
Title: VPNs Illustrated: Tunnels, VPNs, and IPsec
Author: Jon C. Snader
Publisher: Addison-Wesley
ISBN: 0-321-24544-x
Price: $49.95

VPNs Illustrated: Tunnels, VPNS, and IPsec offers a clear and concise evaluation of the technology that allows private networks to extend through insecure channels. Overall, the purpose of this book is to inform readers of the benefits a VPN can offer. This is done through examples, diagrams and source code analysis. As a reference guide, the material does a good job of informing the reader about private networking over a public channel.
This book is not, however, a guide to configuring and installing a virtual private network (VPN), nor is it for beginners. If you are looking for a basic introduction to VPNs, you would be better served and could save some money by researching on-line publications. This book does provide a simple introduction, but the introduction is only a few pages long. This leaves the rest of the book to more advanced topics.
VPNs Illustrated is a solid reference guide that benefits students and engineers who want to gain a better knowledge of the design behind daemon- and kernel-based secure networking. It provides more than an analysis of VPNs and tunnels; there also are sections on TCP/IP, Cryptography and Secure Sockets Layer. This additional information is useful as references in other works or, as is the case here, to help explain and outline how a secure network can be created over an insecure public channel.
Snader provides the information through packet analysis, code samples and definitions taken from RFCs. This method allows the user to see a real-world implementation of the theory and get visual verification of the protected data path.
VPNs Illustrated also explains the methods behind the encryption process, through insight into the mathematics and the latest methods for bypassing the encryption. This explanation aided me in selecting a different encryption method for my own VPN, which improved security and performance on my system.
Many books in this field include only code snippets to explain their points. VPNs Illustrated does an excellent job of explaining by providing beneficial examples and interpretations. For example, the author provides code for a VPN encapsulated in an SSH tunnel. Currently, I am experimenting with this technique on my own server, as it provides a lightweight, easy-to-manage solution.
Snader does not investigate VPNs on Windows and instead focuses exclusively on BSD/Linux. Many IT departments would benefit from further study on how the various VPN tools discussed in the book interoperate with Windows.
Special Magazine Offer -- Free Gift with Subscription
Receive a free digital copy of Linux Journal's System Administration Special Edition as well as instant online access to current and past issues. CLICK HERE for offer
Linux Journal: delivering readers the advice and inspiration they need to get the most out of their Linux systems since 1994.
Subscribe now!
The Latest
Newsletter
Tech Tip Videos
- Jul-01-09
- Jun-29-09
Recently Popular
From the Magazine
July 2009, #183
News Flash: Linux Kernel 3.0 to include an on-the-go Expresso machine interface! Ok, maybe not, but Linux is definitely going mobile, from phones to e-readers. Find out more inside about Android, the Kindle 2, the Western Digital MyBook II, The Bug, and Indamixx (a portable recording studio). And if you've gone mobile and you been wanting more Emacs in your life then check out Conkeror.
To compliment the mobile we've got the stationary: parsing command line options with getopt, checking your Ruby code with metric_fu, and building a secure Squid proxy. How is this stationary you ask? What can we say? It's not. We just wanted to see if anybody actually read this part of the page :) .
All this and more, and all you have to do is get your hot sweaty hands on the latest copy of Linux Journal.
Delicious
Digg
StumbleUpon
Reddit
Facebook








OpenVPN
On April 18th, 2006 Anonymous (not verified) says:
OpenVPN certainly deserves a mention if it's not in the book: http://www.openvpn.net
especially the udp mode of
On May 12th, 2006 Anonymous (not verified) says:
especially the udp mode of operation of openvpn
Post new comment