Book Image

Learn pfSense 2.4

By : David Zientara
Book Image

Learn pfSense 2.4

By: David Zientara

Overview of this book

As computer networks become ubiquitous, it has become increasingly important to both secure and optimize our networks. pfSense, an open-source router/firewall, provides an easy, cost-effective way of achieving this – and this book explains how to install and configure pfSense in such a way that even a networking beginner can successfully deploy and use pfSense. This book begins by covering networking fundamentals, deployment scenarios, and hardware sizing guidelines, as well as how to install pfSense. The book then covers configuration of basic services such as DHCP, DNS, and captive portal and VLAN configuration. Careful consideration is given to the core firewall functionality of pfSense, and how to set up firewall rules and traffic shaping. Finally, the book covers the basics of VPNs, multi-WAN setups, routing and bridging, and how to perform diagnostics and troubleshooting on a network.
Table of Contents (14 chapters)

Troubleshooting VPNs

Troubleshooting a VPN connection may be some of the most challenging work you will ever do. Establishing a VPN tunnel involves multiple steps. A failure at any of these steps will result in a failure to establish a VPN connection. In such cases, it may help to use the following guidelines for troubleshooting:

  1. If the remote client or peer is not able to connect to pfSense, then it is possible that the VPN service is not running at the local end of the connection. Check to make sure that it is running.
  2. If the VPN service is running at either end, it is possible that one or more ports are blocked and need to be unblocked. Check to make sure that the rules allowing traffic through the necessary ports are unblocked, and that they are taking effect. Even if the rules exist, the order of the rules may be such that they are not taking effect. Consult the following...