aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/gnunet-nat.139
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/man/gnunet-nat.1 b/doc/man/gnunet-nat.1
index 14b8e1509..484537eb0 100644
--- a/doc/man/gnunet-nat.1
+++ b/doc/man/gnunet-nat.1
@@ -62,6 +62,45 @@ Write configuration to configuration file, useful in combination with autoconfig
62.IP "\-W, \-\-watch" 62.IP "\-W, \-\-watch"
63Watch for connection reversal requests. 63Watch for connection reversal requests.
64 64
65.SH EXAMPLES
66.PP
67
68\fBBasic examples\fR
69
70We are bound to "0.0.0.0:8080" on UDP and want to obtain all applicable IP addresses (BUG: sometimes upnpc fails to create mapping, cause unclear):
71
72 # gnunet-nat -i 0.0.0.0:8080 -u
73
74We are bound to "::0" on port 8080 on TCP and want to obtain all applicable IP addresses:
75
76 # gnunet-nat -i '[::0]':8080 -t
77
78We are bound to "127.0.0.1:8080" on UDP and want to obtain all applicable IP addresses (BUG: currently fails, also gives IPs from other interfaces in output!):
79
80 # gnunet-nat -i 127.0.0.1:8080 -u
81
82\fBICMP-based NAT traversal:\fR
83
84Watch for connection reversal request:
85
86 # gnunet-nat FIXME
87
88Initiate connection reversal request:
89
90 # gnunet-nat FIXME
91
92\fBSTUN-based XXX:\fR
93
94XXX:
95
96 # gnunet-nat FIXME -s
97
98\fBAutomatic configuration:\fR
99
100Probe and write result to configuration:
101
102 # gnunet-nat -aw
103
65 104
66.SH BUGS 105.SH BUGS
67Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org> 106Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>