Imported Upstream version 1.3.1~svn3789
This commit is contained in:
parent
ce56f3183d
commit
d869f11566
24 changed files with 420 additions and 456 deletions
16
supernode.1
16
supernode.1
|
@ -1,4 +1,4 @@
|
|||
.TH supernode 1 "May 3, 2008" "revision 3472" "USER COMMANDS"
|
||||
.TH supernode 1 "Jan 3, 2009" "revision 3679" "USER COMMANDS"
|
||||
.SH NAME
|
||||
supernode \- n2n supernode daemon
|
||||
.SH SYNOPSIS
|
||||
|
@ -12,11 +12,15 @@ 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
|
||||
Supernode can service a number of n2n communities concurrently. Traffic does not
|
||||
cross between communities.
|
||||
.PP
|
||||
All logging goes to stdout.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\-l
|
||||
\-l <port>
|
||||
listen on the given UDP port
|
||||
.TP
|
||||
\-v
|
||||
use verbose logging
|
||||
.SH EXAMPLES
|
||||
|
@ -24,9 +28,13 @@ use verbose logging
|
|||
.B supernode -l 7654 -v
|
||||
Start supernode listening on UDP port 7654 with verbose output.
|
||||
.PP
|
||||
.SH RESTART
|
||||
When suprenode restarts it loses all registration information from associated
|
||||
edge nodes. It can take up to five minutes for the edge nodes to re-register and
|
||||
normal traffic flow to resume.
|
||||
.SH EXIT STATUS
|
||||
edge is a daemon and any exit is an error
|
||||
supernode 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)
|
||||
ifconfig(8) edge(8)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue