aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-nat-server.135
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/man/gnunet-nat-server.1 b/doc/man/gnunet-nat-server.1
new file mode 100644
index 000000000..e8f47b75c
--- /dev/null
+++ b/doc/man/gnunet-nat-server.1
@@ -0,0 +1,35 @@
1.TH GNUNET\-NAT\-SERVER 1 "Jul 1, 2011" "GNUnet"
2
3.SH NAME
4gnunet\-nat\-server \- help GNUnet setup test network setup with NAT
5
6.SH SYNOPSIS
7.B gnunet\-nat\-server
8.RI [ options ] PORT
9.br
10
11.SH DESCRIPTION
12
13Normal GNUnet end-users should not concern themselves with gnunet\-nat\-server. In fact, distributions are encouraged to consider not shipping it at all. Running gnunet\-nat\-server's is similar to running hostlist servers: it is a special service to the community with special requirements and no benefit to those running the service.
14
15This program will listen on the specified PORT for incoming requests to test a peer's network connectivity. Incoming requests can ask it to connect to a given IPv4 address (and port) using TCP or UDP and to send a 2-byte test message using the specified address. The program can also be asked to send a "fake" ICMP response message to a given IPv4 address (for autonomous NAT traversal \-\-\- see the description in the respective research paper).
16
17The idea is that gnunet\-nat\-server will be run on some trusted hosts with unrestricted connectivity to allow GNUnet users to test their network configuration. As written, the code allows any user on the Internet to cause the gnunet\-nat\-server to send 2-bytes of arbitrary data to any TCP or UDP port at any address. We believe that this is generally harmless.
18
19When runnung gnunet\-nat\-server, make sure to use a configuration that disables most NAT options but enables 'enable_nat_client' and sets 'internal_address' to the global IP address of your local host. Also, the gnunet\-helper\-nat\-client should be installed locally and run with root priviledges (SUID), otherwise the gnunet\-nat\-server will not work properly.
20
21Note that gnunet\-nat\-server could be run via gnunet\-arm but typically is not. Also, the name of the host and port that gnunet\-nat\-server is run on should be specified in the NATSERVER option in the [setup] section of the configuration file of hosts that are supposed to autoconfigure with this server.
22
23
24.SH OPTIONS
25
26.TP
27.IP "\-c FILENAME, \-\-config=FILENAME"
28Use the configuration file FILENAME.
29
30.SH BUGS
31Report bugs by using Mantis <https://gnunet.org/mantis/> or by sending electronic mail to <gnunet\-developers@gnu.org>
32
33.SH SEE ALSO
34gnunet\-service\-transport(1)
35