aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-07 01:09:01 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-07 01:09:01 +0100
commit7873611e180052414e10ed5b4d3a21831a2cc1ce (patch)
tree9248a8119b5b52dd294e890da780e508752325ab /doc/man
parent0371316989c99e94c5cf6e32e0cc9dd725339f11 (diff)
downloadgnunet-7873611e180052414e10ed5b4d3a21831a2cc1ce.tar.gz
gnunet-7873611e180052414e10ed5b4d3a21831a2cc1ce.zip
was tested
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/gnunet-nat.16
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/man/gnunet-nat.1 b/doc/man/gnunet-nat.1
index a8a82883b..0a9053444 100644
--- a/doc/man/gnunet-nat.1
+++ b/doc/man/gnunet-nat.1
@@ -78,11 +78,13 @@ Watch for connection reversal request (you must be bound to NAT range or to wild
78 78
79 # gnunet-nat -Wt -i 192.168.178.12:8080 79 # gnunet-nat -Wt -i 192.168.178.12:8080
80 80
81Initiate 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): 81Initiate 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):
82 82
83 # gnunet-nat -t -r 1.2.3.4:8080 -i 2.3.4.5:8080 83 # gnunet-nat -t -r 1.2.3.4:8080 -i 2.3.4.5:8080
84 84
85 # gnunet-nat -t -r 1.2.3.4:8080 -i 0.0.0.0:8080 ### TEST THIS! 85Initiate connection reversal request from peer at external IPv4 address 1.2.3.4, and let the kernel fill in whatever IPv4 address we happen to have:
86
87 # gnunet-nat -t -r 1.2.3.4:8080 -i 0.0.0.0:8080
86 88
87\fBManual hole punching:\fR 89\fBManual hole punching:\fR
88 90