aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-nat.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-nat.1')
-rw-r--r--doc/man/gnunet-nat.110
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/man/gnunet-nat.1 b/doc/man/gnunet-nat.1
index 2ba236399..5bdbb21eb 100644
--- a/doc/man/gnunet-nat.1
+++ b/doc/man/gnunet-nat.1
@@ -39,8 +39,8 @@ Assuming we are listening at ADDRESS for connection reversal requests.
39Ask the peer at ADDRESS for connection reversal, using the local address for the target address of the reversal. 39Ask the peer at ADDRESS for connection reversal, using the local address for the target address of the reversal.
40 40
41.B 41.B
42.IP "\-p PORT, \-\-port=PORT" 42.IP "\-p ADDRESS, \-\-punch=ADDRESS"
43Use PORT as our external port for advertising for incoming requests. 43A hole was punched manually through the NAT. We should use ADDRESS as our external hostname and port for advertising for incoming requests. The special hostname 'AUTO' can be used to indicate that GNUnet should determine the external IP address by other means (such as upnpc), and just take the port number from ADDRESS.
44 44
45.B 45.B
46.IP "\-s, \-\-stun" 46.IP "\-s, \-\-stun"
@@ -89,6 +89,12 @@ Initiate connection reversal request:
89 89
90 # gnunet-nat FIXME 90 # gnunet-nat FIXME
91 91
92\fBManual hole punching:\fR
93
94Assume manually punched NAT, but determine external IP automatically:
95
96 # gnunet-nat -t -p AUTO:8080
97
92\fBSTUN-based XXX:\fR 98\fBSTUN-based XXX:\fR
93 99
94XXX: 100XXX: