Imported Debian version 1.2.2~svn3653
This commit is contained in:
commit
ce56f3183d
35 changed files with 12965 additions and 0 deletions
32
supernode.1
Normal file
32
supernode.1
Normal file
|
@ -0,0 +1,32 @@
|
|||
.TH supernode 1 "May 3, 2008" "revision 3472" "USER COMMANDS"
|
||||
.SH NAME
|
||||
supernode \- n2n supernode daemon
|
||||
.SH SYNOPSIS
|
||||
.B supernode \-l <port> [\-v]
|
||||
.SH DESCRIPTION
|
||||
N2N is a peer-to-peer VPN system. Supernode is a node introduction registry,
|
||||
broadcast conduit and packet relay node for the n2n system. On startup supernode
|
||||
begins listening on the specified UDP port for node registrations, and other
|
||||
packets to route. The supernode can service any number of communities and routes
|
||||
packets only between members of the same community. The supernode does not hold
|
||||
the community encryption key and so cannot snoop or inject packets into the
|
||||
community.
|
||||
.PP
|
||||
All logging goes to stdout.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\-l
|
||||
listen on the given UDP port
|
||||
\-v
|
||||
use verbose logging
|
||||
.SH EXAMPLES
|
||||
.TP
|
||||
.B supernode -l 7654 -v
|
||||
Start supernode listening on UDP port 7654 with verbose output.
|
||||
.PP
|
||||
.SH EXIT STATUS
|
||||
edge is a daemon and any exit is an error
|
||||
.SH AUTHOR
|
||||
Luca Deri ( deri (at) ntop.org ), Richard Andrews ( andrews (at) ntop.org ), Don Bindner
|
||||
.SH SEE ALSO
|
||||
ifconfig(1) edge(1)
|
Loading…
Add table
Add a link
Reference in a new issue