Difference between revisions of "User:Mauirixxx/pfSense IPSec VPN"

From FreeNAS using Active Directory Wiki
Jump to: navigation, search
m (Configuration: updated)
m (Requirements: updated AES-NI)
Line 8: Line 8:
 
* Dynamic '''OR''' static IP address
 
* Dynamic '''OR''' static IP address
 
* A [https://www.namecheap.com/ domain name] or a [https://www.maketecheasier.com/best-dynamic-dns-providers/ free dynamic DNS provider].
 
* A [https://www.namecheap.com/ domain name] or a [https://www.maketecheasier.com/best-dynamic-dns-providers/ free dynamic DNS provider].
 +
* CPU with [https://en.wikipedia.org/wiki/AES_instruction_set AES-NI] (if your uplink is 20Mbps or faster)
  
 
== Configuration ==
 
== Configuration ==

Revision as of 00:55, 20 July 2019

About

How to setup an ipsec vpn between 2 instances of pfsense using both a static (work) and dynamic ip address (home office). However, a static IP is NOT a requirement.

Software used

Requirements

Configuration

I'm going to assume that if you're at this point, you already have a working pfSense configuration at both locations.

Both locations must NOT have the same internal LAN address - meaning both can't be running 192.168.1.x addresses, one can run 192.168.1.x while the other can run 192.168.2.x.