Total Pageviews

Friday 22 November 2013

PeerVPN


PeerVPN - the open source peer-to-peer VPN


About PeerVPN

PeerVPN is a software that builds virtual ethernet networks between multiple computers. Such a virtual network can be useful to facilitate direct communication that applications like file sharing or gaming may need. Often, such direct communication is made impossible or very difficult by firewalls or NAT devices.
Most traditional VPN solutions follow the client-server principle, which means that all participating nodes connect to a central server. This creates a star topology, which has some disadvantages. The central node needs lots of bandwith, because it needs to handle all the VPN traffic. Also, if the central node goes down, the whole VPN is down too.
A virtual network built by PeerVPN uses a full mesh topology. All nodes talk directly to each other, there is no need for a central server. If one node goes down, the rest of the network is unaffected.
Configuring PeerVPN is easy. You just need to configure a network name, a password and the contact information (IP address and port) of another PeerVPN node. Adding a new node to an existing network doesn't require the existing nodes to alter their configuration, because its IP address is automatically distributed across the whole virtual network.

Features

  • Ethernet tunneling support using TAP devices.
  • IPv6 support.
  • Full mesh network topology.
  • Automatically builds tunnels through firewalls and NATs without any further setup (for example, port forwarding).
  • Shared key encryption and authentication support.

Documentation

There is a small tutorial that explains how to setup a simple VPN. The configuration options are explained in the sample peervpn.conf that is bundled together with the program.

Platforms

PeerVPN is available for Linux and FreeBSD. You will need the OpenSSL toolkit to build and use PeerVPN.

License

PeerVPN is licensed under the terms of the GPLv3.

Download


Contact

If you have any questions or bug reports, contact me at mail@tobiasvolk.de.

from http://www.peervpn.net/
http://www.peervpn.net/tutorial/

https://github.com/peervpn/peervpn
https://github.com/peervpn/peervpn/issues/17
---------------------------------
server为linux系统,本地机器也需为 linux系统才行。