aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-nat-auto.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-nat-auto.1')
-rw-r--r--doc/man/gnunet-nat-auto.159
1 files changed, 59 insertions, 0 deletions
diff --git a/doc/man/gnunet-nat-auto.1 b/doc/man/gnunet-nat-auto.1
new file mode 100644
index 000000000..310f14d43
--- /dev/null
+++ b/doc/man/gnunet-nat-auto.1
@@ -0,0 +1,59 @@
1.TH GNUNET\-NAT\-AUTO 1 "6 Jan 2017" "GNUnet"
2
3.SH NAME
4gnunet\-nat\-auto \- autoconfigure and test NAT traversal
5
6.SH SYNOPSIS
7.B gnunet\-nat\-auto
8.RI [ options ]
9.br
10
11.SH DESCRIPTION
12
13This tool allows testing various NAT traversal functions, as well
14as attempting auto\-configuration.
15
16.SH OPTIONS
17.B
18.IP "\-a, \-\-auto"
19Attempt auto\-configuration for NAT traversal.
20
21.B
22.IP "\-b ADDRESS, \-\-bind=ADDRESS"
23Assume that the service is (locally) bound to ADDRESS.
24
25.B
26.IP "\-c FILENAME, \-\-config=FILENAME"
27Use the configuration file FILENAME.
28
29.B
30.IP "\-e ADDRESS, \-\-external=ADDRESS"
31Assume that ADDRESS is the globally visible address of the peer.
32
33.IP "\-t, \-\-tcp"
34Use TCP.
35
36.B
37.IP "\-u, \-\-udp"
38Use UDP.
39
40.B
41.IP "\-w, \-\-write"
42Write configuration to configuration file, useful in combination with autoconfiguration (\-a).
43
44.SH EXAMPLES
45.PP
46
47\fBAutomatic configuration:\fR
48
49Probe and write result to configuration:
50
51 # gnunet\-nat\-auto \-aw
52
53
54.SH BUGS
55Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
56
57.SH SEE ALSO
58gnunet\-transport(1) gnunet\-nat(1)
59