summaryrefslogtreecommitdiff
path: root/doc/afclient.1
blob: 7377455ef989128a9fa6aaa5e41da38285338ada (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
.TH afclient 1 "apf 0.8.5" Jeremian
.SH NAME
afclient \- active port forwarder client
.SH SYNOPSIS
.B afclient [
.I options
.B ] -n
.I servername
.B -p
.I portnum
.SH DESCRIPTION
.B Afclient
is a port forwarding program designed to be efficient and easy to use. It connects to
.B afserver
to listenport (default listenport is 50126) and after a successful authorization
.B afclient
redirects all the data to the specified destination host:port.
.SH "EXAMPLES"
.B afclient -n servername -p 22
  program connects to servername:50126 and redirects data to local port 22 (becomes a daemon)

.B afclient -n servername -p 22 -v
  the same as above, but verbose mode is enabled (program won't enter daemon mode)

.B afclient -n servername -r
  program connects to servername:50126 in remote administration mode
.SH OPTIONS
.I "Basic options"

.B -n, --servername NAME
  name of the host, where
.I afserver
is running (required)

.B -m, --manageport PORT
  manage port number - server must be listening on it (default: 50126)

.B -d, --hostname NAME
  the name of this host/remote host - the final destination of the packets (default: the name returned by hostname function)

.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

.B -h, --help
  prints help screen

.I Authorization

.B -i, --id STRING
  sends the id string to afserver
  
.B --pass PASSWORD
  set the password used for client identification (default: no password)

.B --ignorepkeys
  ignore invalid server's public keys

.I Configuration

.B -k, --keyfile FILE
  the name of the file with RSA key (default: client.rsa)

.B -c, --cerfile
  the name of the file with certificate (default: no certificate used)

.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)
  
.B -D, --dateformat FORMAT
  format of the date printed in logs (see 'man strftime' for details) (default: %d.%m.%Y %H:%M:%S)

.B -K, --keep-alive N
  send keepalive packets every N seconds (default: not send keepalive packets)

.I Auto-reconnection

.B --ar-start
  enable auto-reconnection when afserver is not reachable on start (default: disabled)

.B --ar-quit
  enable auto-reconnection after normal afserver quit (default: disabled)

.B --noar
  disable auto-reconnection after premature afserver quit (default: enabled)

.B -A, --ar-tries N
  try N times to reconnect (default: unlimited)

.B -T, --ar-delay N
  wait N seconds between reconnect tries (default: 5)

.I Modes

.B -u, --udpmode
  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 to the server name:manageport
  
.B -r, --remoteadmin
  remote administration mode. (using '-p PORT' will force afclient to use port rather than stdin-stdout)

.I Logging

.B -o, --log LOGCMD
  log choosen information to file/socket

.B -v, --verbose
  to be verbose - program won't enter the daemon mode (use several times for greater effect)

.I "IP family"

.B -4, --ipv4
  use ipv4 only

.B -6, --ipv6
  use ipv6 only

.I Modules

.B -l, --load
  load a module for user's packets filtering

.B -L, --Load
  load a module for service's packets filtering

.SH "REMOTE ADMINISTRATION"

Remote administration mode is enabled by
.B '-r, --remoteadmin'
option. Required options:
.B '-n, --servername NAME'

After successful authorization stdin/stdout are used to communicate with user. All the commands parsing is done by
.BR afserver .
Commands guaranteed to be available:

.B help
  display help

.B lcmd
  lists available commands

.B quit
  quit connection

For list of all available commands take a look at
.BR afserver (1).

When 
.B '-p, --portnum PORT'
is used,
.B afclient
listens for connection from user at NAME:PORT. NAME is set by
.B '-d, --hostname'
option or hostname() function, when the option is missing.

When user quits (close the connection or send
.B 'quit'
command),
.B afclient
exits.

.SH "LOGCMD FORMAT"

.B LOGCMD
has the following synopsis:
.B target,description,msgdesc

Where
.B target
is
.B file
or
.B sock

.B description
is
.B filename
or
.B host,port

and
.B msgdesc
is the subset of:

.B LOG_T_ALL,
.B LOG_T_USER,
.B LOG_T_CLIENT,
.B LOG_T_INIT,
.B LOG_T_MANAGE,
.B LOG_T_MAIN,
.B LOG_I_ALL,
.B LOG_I_CRIT,
.B LOG_I_DEBUG,
.B LOG_I_DDEBUG,
.B LOG_I_INFO,
.B LOG_I_NOTICE,
.B LOG_I_WARNING,
.B LOG_I_ERR

written without spaces.

  Example:

  file,logfile,LOG_T_USER,LOG_T_CLIENT,LOG_I_INFO,LOG_I_NOTICE

.SH MODULES

.B Afclient
can use external modules for user's packets filtering
.RB ( "'-l,  --load'" )
and service's packets filtering
.RB ( "'-L, --Load'" ).
Module file has to declare three functions:

.BI "char* info(" void );
  
  info() return values:
  - info about module

  Example:

  char*
  info(void)
  {      
    return "Module tester v0.1";
  }    
         
.BI "int allow(char* " host ", char* " port );
       
  allow() return values:
  0 - allow to connect
  !0 - drop the connection
         
  Example:
       
  int    
  allow(char* host, char* port)
  {    
    return 0; /* allow to connect */
  }
       
.BI "int filter(char* " host ", unsigned char* " message ", int* " length );

  filter() return values:
  0 - allow to transfer 
  1 - drop the packet
  2 - drop the connection
  3 - release the module
  4 - drop the packet and release the module
  5 - drop the connection and release the module

  Example:

  int
  filter(char* host, unsigned char* message, int* length)
  {
    int i;
    for (i = 1; i < *length; ++i) {
      if (message[i-1] == 'M') {
        if (message[i] == '1') {
          return 1; /* ignored */
        }
        if (message[i] == '2') {
          return 2; /* dropped */
        }
        if (message[i] == '3') {
          return 3; /* release */
        }
        if (message[i] == '4') {
          return 4; /* ignored + release */
        }
        if (message[i] == '5') {
          return 5; /* dropped + release */
        }
      }
    }
    return 0; /* allow to transfer */
  }

Modules have to be compiled with
.B -fPIC -shared
options.

.SH "SEE ALSO"

.BR afclient.conf (5),
.BR afserver (1),
.BR afserver.conf (5)
  
.SH BUGS

.B Afclient
is still under development. There are no known open bugs at the moment.

.SH "REPORTING BUGS"

Please report bugs to <jeremian [at] poczta.fm>

.SH AUTHOR

Jeremian <jeremian [at] poczta.fm>

.SH CONTRIBUTIONS

Alex Dyatlov <alex [at] gray-world.net>, Simon <scastro [at] entreelibre.com>, Ilia Perevezentsev <iliaper [at] mail.ru>, Marco Solari <marco.solari [at] koinesistemi.it>, and Joshua Judson Rosen <rozzin [at] geekspace.com>

.SH LICENSE

Active Port Forwarder is distributed under the terms of the GNU General Public License v2.0 and is copyright (C) 2003-2007 jeremian <jeremian [at] poczta.fm>. See the file COPYING for details.