aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-nat.1
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-04 22:11:55 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-04 22:11:55 +0100
commit5672e0e27b671fa878143e5eed8a9b677588b178 (patch)
tree91a9a5bbeac95a3a65b08484d3295ee3cd03e8b8 /doc/man/gnunet-nat.1
parent60c6dfd1fe22a01a3f7723e7e2bb18d52895c527 (diff)
downloadgnunet-5672e0e27b671fa878143e5eed8a9b677588b178.tar.gz
gnunet-5672e0e27b671fa878143e5eed8a9b677588b178.zip
move functionality of publishing namestore zone in DHT from GNS service to new zonemaster service
Diffstat (limited to 'doc/man/gnunet-nat.1')
-rw-r--r--doc/man/gnunet-nat.110
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/man/gnunet-nat.1 b/doc/man/gnunet-nat.1
index 5bdbb21eb..a834a1d96 100644
--- a/doc/man/gnunet-nat.1
+++ b/doc/man/gnunet-nat.1
@@ -81,13 +81,15 @@ We are bound to "127.0.0.1:8080" on UDP and want to obtain all applicable IP add
81 81
82\fBICMP-based NAT traversal:\fR 82\fBICMP-based NAT traversal:\fR
83 83
84Watch for connection reversal request: 84Watch for connection reversal request (you must be bound to NAT range or to wildcard, 0.0.0.0), only works for IPv4:
85 85
86 # gnunet-nat FIXME 86 # gnunet-nat -Wt -i 192.168.178.12:8080
87 87
88Initiate connection reversal request: 88Initiate connection reversal request from peer at external IPv4 address 1.2.3.4 while we are running ourselves at 2.3.4.5:8080 (must use IPv4 addresses):
89 89
90 # gnunet-nat FIXME 90 # gnunet-nat -t -r 1.2.3.4:8080 -i 2.3.4.5:8080
91
92 # gnunet-nat -t -r 1.2.3.4:8080 -i 0.0.0.0:8080 ### TEST THIS!
91 93
92\fBManual hole punching:\fR 94\fBManual hole punching:\fR
93 95