adjust mantis url
[oweals/gnunet.git] / doc / man / gnunet-nat-auto.1
1 .TH GNUNET-NAT-AUTO 1 "January 6, 2017" "GNUnet"
2 .SH NAME
3 gnunet\-nat\-auto \- autoconfigure and test NAT traversal
4 .SH SYNOPSIS
5 .B gnunet\-nat\-auto
6 .RI [ options ]
7 .SH DESCRIPTION
8 This tool allows testing various NAT traversal functions, as well
9 as attempting auto\-configuration.
10 .SH OPTIONS
11 .B
12 .IP "\-a,  \-\-auto"
13 Attempt auto\-configuration for NAT traversal.
14 .B
15 .IP "\-c FILENAME,  \-\-config=FILENAME"
16 Use the configuration file FILENAME.
17 .B
18 .IP "\-S NAME,  \-\-section=NAME"
19 Name of the configuration section with details about the configuration
20 to test. For example "transport-tcp".
21 .IP "\-t,  \-\-tcp"
22 Use TCP.
23 .B
24 .IP "\-u,  \-\-udp"
25 Use UDP.
26 .B
27 .IP "\-w,  \-\-write"
28 Write configuration to configuration file, useful in combination with
29 autoconfiguration (\-a).
30 .SH EXAMPLES
31 .PP
32 \fBAutomatic configuration:\fR
33 .TP
34 # gnunet\-nat\-auto \-aw
35 Probe and write result to configuration
36 .PP
37 \fBTest configuration:\fR
38 .TP
39 # gnunet\-nat\-auto -t \-S transport-tcp
40 Test TCP configuration
41 .TP
42 # gnunet\-nat\-auto -t \-S transport-http
43 Test HTTP configuration
44 .TP
45 # gnunet\-nat\-auto -u \-S transport-udp
46 Test UDP configuration
47 .SH BUGS
48 Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending
49 electronic mail to <gnunet\-developers@gnu.org>
50 .SH SEE ALSO
51 gnunet\-transport(1) gnunet\-nat(1)
52 .PP
53 The full documentation for
54 .B gnunet
55 is maintained as a Texinfo manual.
56 If the
57 .B info
58 and
59 .B gnunet
60 programs are properly installed at your site, the command
61 .IP
62 .B info gnunet
63 .PP
64 should give you access to the complete handbook,
65 .IP
66 .B info gnunet-c-tutorial
67 .PP
68 will give you access to a tutorial for developers.
69 .PP
70 Depending on your installation, this information is also
71 available in
72 \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).