summaryrefslogtreecommitdiff
path: root/doc/afclient.1
diff options
context:
space:
mode:
authorJakub Sławiński2005-11-03 20:37:56 +0100
committerJoshua Judson Rosen2014-07-17 21:15:00 +0200
commit63bbc710b23893742e5ccbd430f95bf2d29c2da6 (patch)
tree06d0585724cff8a4f1a7c052b5b89fd12c404094 /doc/afclient.1
parentv0.7.2 (diff)
downloadapf-63bbc710b23893742e5ccbd430f95bf2d29c2da6.tar.gz
v0.7.4
- Fixed: sockets in CLOSE_WAIT state left by afclient - Added: --localname and --localport options - Added: --localdesname option - Added: kicking user in 'opening' state - Fixed: info about kicked user - Fixed: TERM signal handling - Fixed: id lost after reconnection - Fixed: printing wrong client name in 'SSL_accept failed (timeout)' message - Fixed: ignored 'certificate' and 'key' options from config file - Added: config files for afclient - Modified: some options in afserver config file
Diffstat (limited to 'doc/afclient.1')
-rw-r--r--doc/afclient.120
1 files changed, 17 insertions, 3 deletions
diff --git a/doc/afclient.1 b/doc/afclient.1
index fce6381..32c71ff 100644
--- a/doc/afclient.1
+++ b/doc/afclient.1
@@ -1,4 +1,4 @@
-.TH afclient 1 "apf 0.7.2" Jeremian
+.TH afclient 1 "apf 0.7.4" Jeremian
.SH NAME
afclient \- active port forwarder client
.SH SYNOPSIS
@@ -41,6 +41,15 @@ is running (required)
.B -p, --portnum PORT
the port we are forwarding connection to (required)
+.B --localname NAME
+ local machine name for connection with afserver (used to bind socket to different interfaces)
+
+.B --localport NAME
+ local port name for connection with afserver (used to bind socket to different addressees)
+
+.B --localdesname NAME
+ local machine name for connections with destination application (used to bind socket to different interfaces)
+
.B -V, --version
display version number
@@ -63,6 +72,10 @@ is running (required)
.B -k, --keyfile FILE
the name of the file with RSA key (default: client.rsa)
+.B -f, --cfgfile FILE
+ the name of the file with the configuration for the
+.I afclient
+
.B -s, --storefile
the name of the file with stored public keys (default: known_hosts)
@@ -92,10 +105,10 @@ is running (required)
.I Modes
.B -u, --udpmode
- udp mode - client will use udp protocol to communicate with the hostname:portnum (-p)
+ udp mode - client will use udp protocol to communicate with the hostname:portnum
.B -U, --reverseudp
- reverse udp forwarding. Udp packets will be forwarded from hostname:portnum (-p) to the server name:portnum (-m)
+ reverse udp forwarding. Udp packets will be forwarded from hostname:portnum to the server name:manageport
.B -r, --remoteadmin
remote administration mode. (using '-p PORT' will force afclient to use port rather than stdin-stdout)
@@ -302,6 +315,7 @@ options.
.SH "SEE ALSO"
+.BR afclient.conf (5),
.BR afserver (1),
.BR afserver.conf (5)