n2n/debian
2015-03-02 23:05:28 +08:00
..
patches patch Makefile to import $LDFLAGS and $CPPFLAGS into $CFLAGS 2012-12-28 03:07:36 +01:00
source debian/source/format: use DebSrc3 format 2012-07-21 14:49:07 +08:00
changelog Imported Debian patch 1.3.1~svn3789-5 2015-03-02 23:05:28 +08:00
compat update build process from dh7 to dh9 2012-12-28 02:22:07 +01:00
control control: bump to Standard 3.9.6. No further changes. 2014-10-26 14:43:24 +09:00
copyright copyright: update copyright information 2013-05-29 11:45:55 +02:00
default ship init script for controlling the n2n VPN. Closes: #742098 2014-10-26 14:37:52 +09:00
dirs Imported Upstream version 1.3.1~svn3789 2012-07-21 05:14:09 +00:00
docs Imported Upstream version 1.3.1~svn3789 2012-07-21 05:14:09 +00:00
init ship init script for controlling the n2n VPN. Closes: #742098 2014-10-26 14:37:52 +09:00
README.Debian make the README more userfriendly and relevant to ordinary users 2014-10-26 13:21:04 +09:00
rules debian/rules: radically simplify and rely on dh7 build intelligence 2012-07-21 14:51:26 +08:00

QUICKSTART
----------

To establish a VPN you need to run the edge binary on all the client computers
you want to participate.  n2n has another binary called supernode which enables
the clients to talk to each other.  Even a comprised supernode cannot sniff the
traffic or the passwords for clients that are connected to it so most users
will not need to bother with running their but can simply rely on publically
available supernodes.

public n2n supernodes:
- remoteqth.com:82

Go through the rest of the configuration file in /etc/default/n2n and run
"/etc/init.d/n2n start" as root when you are ready.  Ping your local and a
remote address to test your network

For more info check http://www.ntop.org/n2n

TROUBLESHOOTING
---------------

This package depends on the kernel having the TUN/TAP driver configured in using
CONFIG_TUN=yes. Check "grep CONFIG_TUN /boot/config-*" for the kernel you want
to run.