User Tools

Site Tools


pfsense:vpn:openvpn

This is an old revision of the document!


PFSense - OpenVPN

OpenVPN is an open source VPN daemon.

OpenVPN supports SSL/TLS security, ethernet bridging, TCP or UDP tunnel transport through proxies or NAT, support for dynamic IP addresses and DHCP.

OpenVPN supports conventional encryption using a pre-shared secret key (Static Key mode) or public key security (SSL/TLS mode) using client & server certificates. OpenVPN also supports non-encrypted TCP/UDP tunnels.


Errors

OpenVPN Site-to-Site Setup

Troubleshooting

Use pfSense as an OpenVPN client


Potential Advanced Settings you can try:

USE AES-128-GCM/AES-256-GCM!!!

auth-retry nointeract;
persist-key;
remote-cert-tls server;
reneg-sec 0;
auth-nocache;
fast-io;
sndbuf 524288;
rcvbuf 524288;
pfsense/vpn/openvpn.1606690558.txt.gz · Last modified: 2020/11/29 22:55 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki