FreeLAN

FreeLAN
Original author(s) Julien Kauffmann
Developer(s) Julien Kauffmann
Initial release 1.1 / October 1, 2013 (2013-10-01)[1]
Written in C++
Platform Cross-platform
Type VPN
License GNU GPL
Website www.freelan.org

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 open-source software licensed under the GNU General Public License (GNU GPL).

Encryption

FreeLAN uses the Open Secure Sockets Layer (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.

Connecting FreeLAN clients to each other in p2p mode

To connect to someone via p2p connection, a certificate must be added to the configuration file.

For example, A needs to connect to B directly, not through a server.

Both of them have one server in configuration contact: contact=158.88.132.221:12000

A's configuration file must have the line: dynamic_contact_file=c:\freelan\Bob.crt - path to B's certificate

B's configuration must NOT have the line: accept_contact_requests=no by default this option is set yes, so it can be commented out.

All of them need relay mode on. It means server, A, and B must have this line: relay_mode_enabled=yes

References

  1. FreeLAN Change Log - FreeLAN Change Log

External links

This article is issued from Wikipedia - version of the 11/2/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.