<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.comfac.net/index.php?action=history&amp;feed=atom&amp;title=Training%3A_OpenVPN</id>
	<title>Training: OpenVPN - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.comfac.net/index.php?action=history&amp;feed=atom&amp;title=Training%3A_OpenVPN"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.comfac.net/index.php?title=Training:_OpenVPN&amp;action=history"/>
	<updated>2026-06-05T11:00:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://mediawiki.comfac.net/index.php?title=Training:_OpenVPN&amp;diff=239&amp;oldid=prev</id>
		<title>Justinaquino: Automated upload of Netgate pfSense training content</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.comfac.net/index.php?title=Training:_OpenVPN&amp;diff=239&amp;oldid=prev"/>
		<updated>2026-04-23T07:08:32Z</updated>

		<summary type="html">&lt;p&gt;Automated upload of Netgate pfSense training content&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#e7f3ff; border-left:6px solid #2196F3; padding:10px; margin-bottom:15px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Training Module: OpenVPN (Section 6)&amp;#039;&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
This page covers the fundamentals of OpenVPN in pfSense — intro, site-to-site, remote access, and the Client Export Utility.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
OpenVPN is an SSL/TLS open source VPN solution.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Not&amp;#039;&amp;#039;&amp;#039; a browser-based SSL VPN&lt;br /&gt;
* Supports site-to-site and remote access&lt;br /&gt;
* Uses client and server roles&lt;br /&gt;
* Runs over TCP or UDP (UDP is preferable)&lt;br /&gt;
* Built on a client/server relationship&lt;br /&gt;
&lt;br /&gt;
== Remote Access ==&lt;br /&gt;
&lt;br /&gt;
The OpenVPN Wizard in pfSense takes all the guess-work out of configuration.&lt;br /&gt;
&lt;br /&gt;
* Install the &amp;#039;&amp;#039;&amp;#039;Client Export Utility&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Users will need a &amp;#039;&amp;#039;&amp;#039;user certificate&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Simple status screen&lt;br /&gt;
* Log files for troubleshooting&lt;br /&gt;
&lt;br /&gt;
== Site-to-Site ==&lt;br /&gt;
&lt;br /&gt;
=== Server-Side Requirements ===&lt;br /&gt;
&lt;br /&gt;
* Must have a publicly-reachable TCP or UDP port&lt;br /&gt;
* Static IP is preferred (dynamic DNS is possible)&lt;br /&gt;
&lt;br /&gt;
=== Client-Side Requirements ===&lt;br /&gt;
&lt;br /&gt;
* Only needs outbound Internet access&lt;br /&gt;
* Works behind NAT or firewall with no issue&lt;br /&gt;
* Setup is initiated by Client → Server&lt;br /&gt;
* Remarkably simple configuration&lt;br /&gt;
&lt;br /&gt;
=== Important Changes ===&lt;br /&gt;
&lt;br /&gt;
* Peer-to-Peer (Shared Key) mode is &amp;#039;&amp;#039;&amp;#039;deprecated&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Peer-to-Peer (SSL/TLS) is the only supported mode moving forward&lt;br /&gt;
* This opens the door to new capabilities like &amp;#039;&amp;#039;&amp;#039;DCO&amp;#039;&amp;#039;&amp;#039; (Data Channel Offload)&lt;br /&gt;
&lt;br /&gt;
=== Configuration Checklist ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Server Information Needed&lt;br /&gt;
|-&lt;br /&gt;
| CA and Certificate Infrastructure || Required for trust&lt;br /&gt;
|-&lt;br /&gt;
| Server and Client Certificates || Authenticate both ends&lt;br /&gt;
|-&lt;br /&gt;
| Server Mode || Peer to Peer (SSL/TLS)&lt;br /&gt;
|-&lt;br /&gt;
| TLS Key || Automatically created&lt;br /&gt;
|-&lt;br /&gt;
| Tunnel Network || Subnet for the VPN tunnel&lt;br /&gt;
|-&lt;br /&gt;
| Local Network || Networks on the server side&lt;br /&gt;
|-&lt;br /&gt;
| Remote Network || Networks on the client side&lt;br /&gt;
|-&lt;br /&gt;
| Client-Specific Overrides || Tie client subnets to certificates&lt;br /&gt;
|-&lt;br /&gt;
| Firewall Rules || Don’t forget to allow traffic!&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Client Information Needed&lt;br /&gt;
|-&lt;br /&gt;
| CA and Certificate/Keys from server || Import the server&amp;#039;s CA&lt;br /&gt;
|-&lt;br /&gt;
| Server Mode || Peer to Peer (SSL/TLS)&lt;br /&gt;
|-&lt;br /&gt;
| TLS Key || Copy from the server side&lt;br /&gt;
|-&lt;br /&gt;
| Server IP Address || Public address of the server&lt;br /&gt;
|-&lt;br /&gt;
| Peer CA || Same CA as server&lt;br /&gt;
|-&lt;br /&gt;
| Client Certificate/Key || Generated for this client&lt;br /&gt;
|-&lt;br /&gt;
| Firewall Rules || Don’t forget to allow traffic!&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Section Summary ==&lt;br /&gt;
&lt;br /&gt;
* Pay attention to crypto settings — they &amp;#039;&amp;#039;&amp;#039;must agree&amp;#039;&amp;#039;&amp;#039; on both sides&lt;br /&gt;
* Very simple setup&lt;br /&gt;
* Very tenacious — comes up and recovers quickly&lt;br /&gt;
* Routed VPN instead of policy-based&lt;br /&gt;
* Can co-exist with IPsec&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Cannot&amp;#039;&amp;#039;&amp;#039; route the same networks! (Policy &amp;gt; Routed)&lt;br /&gt;
* Still need firewall rules to allow traffic to pass&lt;br /&gt;
&lt;br /&gt;
== Next Module ==&lt;br /&gt;
&lt;br /&gt;
→ Continue to &amp;#039;&amp;#039;&amp;#039;[[Training_Lab_6:_OpenVPN|Lab 6: OpenVPN]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Source Attribution ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Source: Netgate pfSense Training Material — FUND001-LIVE-SLIDE-SEG6-OVPN.pdf © 2017 Rubicon Communications dba Netgate&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>Justinaquino</name></author>
	</entry>
</feed>