separate service for autoconfiguration from NAT traversal
[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 "\-b ADDRESS,  \-\-bind=ADDRESS"
23 Assume that the service is (locally) bound to ADDRESS.
24
25 .B
26 .IP "\-c FILENAME,  \-\-config=FILENAME"
27 Use the configuration file FILENAME.
28
29 .B
30 .IP "\-e ADDRESS,  \-\-external=ADDRESS"
31 Assume that ADDRESS is the globally visible address of the peer.
32
33 .IP "\-t,  \-\-tcp"
34 Use TCP.
35
36 .B
37 .IP "\-u,  \-\-udp"
38 Use UDP.
39
40 .B
41 .IP "\-w,  \-\-write"
42 Write configuration to configuration file, useful in combination with autoconfiguration (\-a).
43
44 .SH EXAMPLES
45 .PP
46
47 \fBAutomatic configuration:\fR
48
49 Probe and write result to configuration:
50
51   # gnunet\-nat\-auto \-aw
52   
53
54 .SH BUGS
55 Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
56
57 .SH SEE ALSO
58 gnunet\-transport(1) gnunet\-nat(1)
59