n2n/debian
2016-11-18 07:45:12 +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 my copyright to 2016 2016-11-18 07:45:12 +08:00
default default: change default supernode to bytemark.leggewie.org 2016-11-18 07:44:59 +08: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 init: merge two N2N_SUPERNODE* variables into one 2015-06-15 17:47:49 +08:00
README.Debian README: add information about two new public supernodes 2015-06-15 17:41:20 +08: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 compromised 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 own but can simply rely on
publically available supernodes.

public n2n supernodes:
- bytemark.leggewie.org:1234 (sponsored by www.bytemark.co.uk)
- gandi.leggewie.org:1234 (sponsored by www.gandi.net)
- 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.