Merge branch 'fix_social'
[oweals/gnunet.git] / doc / man / gnunet-nat-auto.1
1 .TH GNUNET\-NAT\-AUTO 1 "6 Jan 2017" "GNUnet"
2
3 .SH NAME
4 gnunet\-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
13 This tool allows testing various NAT traversal functions, as well
14 as attempting auto\-configuration.
15
16 .SH OPTIONS
17 .B
18 .IP "\-a,  \-\-auto"
19 Attempt auto\-configuration for NAT traversal.
20
21 .B
22 .IP "\-c FILENAME,  \-\-config=FILENAME"
23 Use the configuration file FILENAME.
24
25 .B
26 .IP "\-S NAME,  \-\-section=NAME"
27 Name of the configuration section with details about the configuration to test. For example "transport-tcp".
28
29 .IP "\-t,  \-\-tcp"
30 Use TCP.
31
32 .B
33 .IP "\-u,  \-\-udp"
34 Use UDP.
35
36 .B
37 .IP "\-w,  \-\-write"
38 Write configuration to configuration file, useful in combination with autoconfiguration (\-a).
39
40 .SH EXAMPLES
41 .PP
42
43 \fBAutomatic configuration:\fR
44
45 Probe and write result to configuration:
46
47   # gnunet\-nat\-auto \-aw
48
49
50 \fBTest configuration:\fR
51
52 Test TCP configuration:
53
54   # gnunet\-nat\-auto -t \-S transport-tcp
55
56 Test HTTP configuration:
57
58   # gnunet\-nat\-auto -t \-S transport-http
59
60 Test UDP configuration:
61
62   # gnunet\-nat\-auto -u \-S transport-udp
63
64
65 .SH BUGS
66 Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
67
68 .SH SEE ALSO
69 gnunet\-transport(1) gnunet\-nat(1)