Article · Wikipedia archive · Last revised Jul 18, 2026

FreeLAN

FreeLAN is computer software that implements peer-to-peer, full mesh, virtual private network (VPN) techniques for creating secure point-to-point or site-to-site connections in routed or bridged configurations and remote access facilities. It is free and open-source software licensed under the GNU General Public License Version 3.

Last revised
Jul 18, 2026
Read time
≈ 1 min
Length
153 w
Citations
3
Source
FreeLAN
DeveloperJulien Kauffmann
Release1.1 / October 1, 2013 (2013-10-01)1
Stable release
2.22 / 7 May 2019 (7 May 2019)
Written inC++
TypeVPN
LicenseGNU GPLv3
Websitefreelan.org
Repository

FreeLAN is computer software that implements peer-to-peer, full mesh, virtual private network (VPN) techniques for creating secure point-to-point or site-to-site connections in routed or bridged configurations and remote access facilities. It is free and open-source software licensed under the GNU General Public License Version 3 (GNU GPLv3).3

Encryption

FreeLAN uses the OpenSSL library to provide encryption of both the data and control channels. It lets OpenSSL do all the encryption and authentication work, allowing FreeLAN to use all the ciphers available in the OpenSSL package.

Authentication

FreeLAN has several ways to authenticate peers with each other. From version 2.0 FreeLAN offers pre-shared keys, certificate-based, and username-password based authentication.

References

References

  1. FreeLAN Change Log - FreeLAN Change Log
  2. "Release 2.2". 7 May 2019. Retrieved 7 May 2019.
  3. "FreeLAN". GitHub. 14 October 2021.
External links