chiark / gitweb /
Little formatting fixes.
[fwd] / fw.1
1 .\" -*-nroff-*-
2 .\"
3 .\" $Id: fw.1,v 1.18 2003/11/29 23:03:19 mdw Exp $
4 .\"
5 .\" Manual page for fw
6 .\"
7 .\" (c) 1999 Straylight/Edgeware
8 .\"
9 .
10 .\"----- Licensing notice ---------------------------------------------------
11 .\" 
12 .\" This file is part of the `fw' port forwarder.
13 .\" 
14 .\" `fw' is free software; you can redistribute it and/or modify
15 .\" it under the terms of the GNU General Public License as published by
16 .\" the Free Software Foundation; either version 2 of the License, or
17 .\" (at your option) any later version.
18 .\" 
19 .\" `fw' is distributed in the hope that it will be useful,
20 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
21 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22 .\" GNU General Public License for more details.
23 .\" 
24 .\" You should have received a copy of the GNU General Public License
25 .\" along with `fw'; if not, write to the Free Software Foundation,
26 .\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
27 .
28 .\" ---- Revision history ---------------------------------------------------
29 .\" 
30 .\" $Log: fw.1,v $
31 .\" Revision 1.18  2003/11/29 23:03:19  mdw
32 .\" Little formatting fixes.
33 .\"
34 .\" Revision 1.17  2003/11/29 20:36:07  mdw
35 .\" Privileged outgoing connections.
36 .\"
37 .\" Revision 1.16  2003/11/25 14:46:50  mdw
38 .\" Update docco for new options.
39 .\"
40 .\" Revision 1.15  2003/01/24 20:13:04  mdw
41 .\" Fix bogus examples.  Explain quoting rules for `exec' endpoints.
42 .\"
43 .\" Revision 1.14  2002/02/23 00:05:12  mdw
44 .\" Fix spacing around full stops (at last!).
45 .\"
46 .\" Revision 1.13  2002/02/22 23:45:01  mdw
47 .\" Add option to change the listen(2) parameter.
48 .\"
49 .\" Revision 1.12  2001/02/23 09:11:29  mdw
50 .\" Update manual style.
51 .\"
52 .\" Revision 1.11  2001/02/05 19:47:11  mdw
53 .\" Minor fixings to wording.
54 .\"
55 .\" Revision 1.10  2001/02/03 20:30:03  mdw
56 .\" Support re-reading config files on SIGHUP.
57 .\"
58 .\" Revision 1.9  2000/03/23 00:37:33  mdw
59 .\" Add option to change user and group after initialization.  Naughtily
60 .\" reassign short equivalents of --grammar and --options.
61 .\"
62 .\" Revision 1.8  1999/12/22 15:44:43  mdw
63 .\" Fix some errors, and document new option.
64 .\"
65 .\" Revision 1.7  1999/10/22 22:45:15  mdw
66 .\" Describe new socket connection options.
67 .\"
68 .\" Revision 1.6  1999/10/10 16:46:29  mdw
69 .\" Include grammar and options references at the end of the manual.
70 .\"
71 .\" Revision 1.5  1999/09/26 18:18:05  mdw
72 .\" Remove a fixed bug from the list.  Fix some nasty formatting
73 .\" misfeatures.
74 .\"
75 .\" Revision 1.4  1999/08/19 18:32:48  mdw
76 .\" Improve lexical analysis.  In particular, `chmod' patterns don't have to
77 .\" be quoted any more.
78 .\"
79 .\" Revision 1.3  1999/07/30 06:49:00  mdw
80 .\" Minor tidying and typo correction.
81 .\"
82 .\" Revision 1.2  1999/07/26 23:31:04  mdw
83 .\" Document lots of new features and syntax.
84 .\"
85 .
86 .\"----- Various bits of fancy styling --------------------------------------
87 .
88 .\" --- Indented paragraphs with right-aligned tags ---
89 .
90 .de hP
91 .IP
92 \h'-\w'\fB\\$1\ \fP'u'\fB\\$1\ \fP\c
93 ..
94 .
95 .\" --- Verbatim-oid typesetting ---
96 .de VS
97 .sp 1
98 .RS
99 .nf
100 .ft B
101 ..
102 .de VE
103 .ft R
104 .fi
105 .RE
106 .sp 1
107 ..
108 .
109 .\" --- Grammar markup ---
110 .\"
111 .\" This is mainly for the benefit of the automatic scripts which
112 .\" generate the grammar summary.
113 .
114 .de GS
115 .PP
116 ..
117 .de GE
118 .PP
119 ..
120 .
121 .de OS
122 .PP
123 ..
124 .de OD
125 .RS
126 ..
127 .de OE
128 .RE
129 ..
130 .
131 .\" --- Other bits of styling ---
132 .
133 .ie t \{\
134 .  ds o \(bu
135 .  ds ss \s8\u
136 .  ds se \d\s0
137 .  if \n(.g \{\
138 .    fam P
139 .  \}
140 .\}
141 .el \{\
142 .  ds o o
143 .  ds ss ^
144 .  ds se
145 .\}
146 .
147 .\"--------------------------------------------------------------------------
148 .
149 .TH fw 1 "1 July 1999" "Straylight/Edgeware" "fw port forwarder"
150 .
151 .\"--------------------------------------------------------------------------
152 .SH NAME
153 .
154 fw \- port forwarder
155 .
156 .\"--------------------------------------------------------------------------
157 .SH SYNOPSIS
158 .
159 .B fw
160 .RB [ \-dlq ]
161 .RB [ \-f
162 .IR file ]
163 .RB [ \-s
164 .IR user ]
165 .RB [ \-g
166 .IR group ]
167 .IR config-stmt ...
168 .
169 .\"--------------------------------------------------------------------------
170 .SH "DESCRIPTION"
171 .
172 The
173 .B fw
174 program is a simple port forwarder.  It supports a number of features
175 the author hasn't found in similar programs:
176 .TP
177 .I "Connection logging"
178 Each connection attempt to the forwarder is logged, giving the time of
179 the connection, the DNS-resolved hostname (if available), and the user
180 name resulting from an RFC931 lookup.  These lookups are done
181 asynchronously to the main forwarder's operation.
182 .TP
183 .I "Access control"
184 Each forwarded port may have an access control list attached to it.
185 Only authorized hosts are allowed to connect.  Access control checks are
186 performed by quick checks on the client's IP address.
187 .TP
188 .I "Nonblocking single-process design"
189 The internal structure of the server is completely nonblocking.  The
190 connections don't block; the reading and writing don't block; the name
191 lookups don't block.  This is all done in a single process, with the
192 single exception of the DNS resolver.
193 .TP
194 .I "Support for Unix-domain sockets"
195 Connections from and to Unix-domain sockets can be handled just as
196 easily as more normal Internet sockets.  Access control doesn't work on
197 Unix domain sockets, though.  (Yet.)
198 .SS "Command line options"
199 The
200 .B fw
201 program understands a few simple command line options:
202 .TP
203 .B "\-h, \-\-help"
204 Displays a screen of help text on standard output and exits
205 successfully.
206 .TP
207 .B "\-v, \-\-version"
208 Writes the version number to standard output and exits successfully.
209 .TP
210 .B "\-u, \-\-usage"
211 Writes a terse usage summary to standard output and exits successfully.
212 .TP
213 .B "\-G, \-\-grammar"
214 Writes a summary of the configuration file grammar to standard output
215 and exits successfully.
216 .TP
217 .B "\-O, \-\-options"
218 Writes a summary of the source and target options to standard output and
219 exits successfully.
220 .TP
221 .BI "\-f, \-\-file=" file
222 Read configuration information from
223 .IR file .
224 Equivalent to an
225 .RB ` include
226 .IR file '
227 configuration file statement.
228 .TP
229 .B "\-d, \-\-daemon, \-\-fork"
230 Forks into the background after reading the configuration and
231 initializing properly.
232 .TP
233 .B "\-l, \-\-syslog, \-\-log"
234 Emit logging information to the system log, rather than standard error.
235 .TP
236 .B "\-q, \-\-quiet"
237 Don't output any logging information.  This option is not recommended
238 for normal use, although it can make system call traces clearer so I use
239 it when debugging.
240 .TP
241 .BI "\-s, \-\-setuid=" user
242 Change uid to that of
243 .IR user ,
244 which may be either a user name or uid number, after initializing all
245 the sources.  This will usually require elevated privileges.
246 .TP
247 .BI "\-g, \-\-setgid=" group
248 Change gid to that of
249 .IR group ,
250 which may be either a group name or gid number, after initializing all
251 the sources.  If the operating system understands supplementary groups
252 then the supplementary groups list is altered to include only
253 .IR group .
254 .PP
255 Any further command line arguments are interpreted as configuration
256 lines to be read.  Configuration supplied in command line arguments has
257 precisely the same syntax as configuration in files.  If there are no
258 configuration statements on the command line, and no
259 .B \-f
260 options were supplied, configuration is read from standard input, if
261 stdin is not a terminal.
262 .
263 .\"--------------------------------------------------------------------------
264 .SH "CONFIGURATION LANGUAGE"
265 .
266 The
267 .B fw
268 program has a fairly sophisticated configuration language to let you
269 describe which things should be forwarded where and what special
270 features there should be.
271 .SS "Lexical structure"
272 There are four types of characters.
273 .TP
274 .I "word constituent characters"
275 Word constituent characters are gathered together into words.
276 Depending on its surrounding context, a word might act as a keyword or a
277 string.  All alphanumerics are word constituents, as is the hyphen
278 .RB ` \- '.
279 Other characters may change their status in future versions.
280 .TP
281 .I "self-delimiting characters"
282 Self-delimiting characters always stand alone.  They act as punctuation,
283 shaping the sequence of words into more complex grammatical forms.  The
284 characters
285 .RB ` { ',
286 .RB ` } ',
287 .RB ` [ ',
288 .RB ` ] ',
289 .RB ` / ',
290 .RB ` , ',
291 .RB ` = ',
292 .RB ` : ',
293 .RB ` ; '
294 and
295 .RB ` . '
296 are self-delimiting.  Note that while some characters, e.g.,
297 .RB ` [ '
298 and
299 .RB ` ; ',
300 require escaping by the shell, they are mostly optional in the grammar
301 and can tend to be omitted in quick hacks at the shell prompt.
302 .TP
303 .I "whitespace characters"
304 Whitespace characters separate words but are otherwise ignored.  All
305 `normal' whitespace characters (e.g., space, tab and newline) are
306 considered to be whitespace for these purposes.
307 .TP
308 .I "special characters"
309 There are three special characters.  The 
310 .RB ` # '
311 character, if it appears at the start of a word, introduces a
312 .I comment
313 which extends to the end of the current line or command-line argument.
314 Within a word, it behaves like a normal word-constituent character.  The
315 backslash
316 .RB ` \e '
317 escapes the following character causing it to be interpreted as a word
318 constituent regardless of its normal type.  The double-quote
319 .RB ` """" '
320 escapes all characters other than backslashes up to the next
321 double-quote and causes them to be regarded as word constituents.  Note
322 that you don't have to quote a whole word.  The backslash can escape a
323 quote character allowing you to insert it into a word if really
324 necessary.
325 .
326 .SS "Basic syntax"
327 The overall syntax looks a bit like this:
328 .GS "Basic syntax"
329 .I file
330 ::=
331 .I empty
332 |
333 .I file
334 .I stmt
335 .RB [ ; ]
336 .br
337 .I stmt
338 ::=
339 .I option-stmt
340 |
341 .I fw-stmt
342 .br
343 .I fw-stmt
344 ::=
345 .B fw
346 .I source
347 .I options
348 .RB [ to | \-> ]
349 .I target
350 .I options
351 .br
352 .I options
353 ::=
354 .B {
355 .I option-seq
356 .B }
357 .br
358 .I option-seq
359 ::=
360 .I empty
361 |
362 .I option-stmt
363 .RB [ ; ]
364 .I option-seq
365 .GE
366 If you prefer, the keyword
367 .RB ` fw '
368 may be spelt
369 .RB ` forward '
370 or
371 .RB ` from '.
372 All are equivalent.
373 .
374 .SS "Sources and targets"
375 Forwarding is set up by attaching
376 .I targets
377 to
378 .IR sources .
379 Sources are things which are capable of
380 .I initiating
381 one end of a data flow on their own, while targets are things which are
382 capable of setting up the other end on demand.  In the case of a TCP
383 port forwarder, the part which listens for incoming client connections
384 is the source, while the part which sets up outgoing connections to the
385 destination server is the target.
386 .PP
387 Essentially, all
388 .B fw
389 does is set up a collection of sources and targets based on your
390 configuration file so that when a source decides to initiate a data
391 flow, it tells its target to set its end up, and then squirts data back
392 and forth between the two until there's no more.
393 .PP
394 Some sources are
395 .IR persistent :
396 they stay around indefinitely setting up multiple attachments to
397 targets.  Others are
398 .IR transient :
399 they set up one connection and then disappear.  If all the sources
400 defined are transient, then
401 .B fw
402 will quit when no more active sources remain and all connections have
403 terminated.
404 .PP
405 The
406 .B fw
407 program is fairly versatile.  It allows you to attach any supported type
408 of source to any supported type of target.  This will, I hope, be the
409 case in all future versions.
410 .PP
411 The syntax of a
412 .I source
413 or
414 .I target
415 depend on the source or target type, and are therefore described in the
416 sections specific to the various types.
417 .
418 .SS "Options structure"
419 Most of the objects that
420 .B fw
421 knows about (including sources and targets, but also other more specific
422 things such as socket address types) can have their behaviour modified
423 by
424 .IR options .
425 The options available at a particular point in the configuration depend
426 on the
427 .IR context .
428 A global option, outside of a
429 .I fw-stmt
430 has no context unless it is explicitly qualified, and affects global
431 behaviour.  A local option, applied to a source or target in a
432 .IR fw-stmt ,
433 has the context of the type of source or target to which it is applied,
434 and affects only that source or target.
435 .PP
436 Note that it's important to distinguish between an option's context
437 (which is affected by its qualification) and its local or global
438 status.  No matter how qualified, a global option will always control
439 default options for objects, and a local option will only affect a
440 specific source or target.
441 .PP
442 The syntax for qualifying options is like this:
443 .GS "Option syntax"
444 .I option-stmt
445 ::=
446 .I q-option
447 .br
448 .I q-option
449 ::=
450 .I option
451 .br
452         |
453 .I prefix
454 .B .\&
455 .I q-option
456 .br
457         |
458 .I prefix
459 .B {
460 .I option-seq
461 .B }
462 .br
463 .I prefix
464 ::=
465 .I word
466 .GE
467 Thus, you may qualify either an individual option or a sequence of
468 options.  The two are equivalent; for example,
469 .VS
470 exec.rlimit {
471   core = 0;
472   cpu = 60;
473 }
474 .VE
475 means the same as
476 .VS
477 exec.rlimit.core = 0;
478 exec.rlimit.cpu = 0;
479 .VE
480 For each option, there is a sequence of prefixes which maximally qualify
481 that option.  An option prefixed with this sequence is
482 .IR "fully qualified" .
483 In actual use, some or all of those prefixes may be omitted.  However,
484 it's possible for the option to become
485 .I ambiguous
486 if you do this.  For example, the option
487 .B fattr.owner
488 may refer either to
489 .B file.fattr.owner
490 or to
491 .BR socket.unix.fattr.owner .
492 In this case, the ambiguity is benign: a local option will have as its
493 context an appropriate source or target, and both global options
494 actually control the same default.  However, the option
495 .B logging
496 may mean either
497 .B socket.logging
498 or
499 .BR exec.logging ,
500 which have separate defaults, and which one you actually get depends on
501 the exact implementation of
502 .BR fw 's
503 option parser.  (Currently this would resolve to
504 .BR exec.logging ,
505 although this may change in a later version.)
506 .PP
507 In this manual, options are usually shown in their fully-qualified form.
508 .
509 .SS "File attributes for created files: `fattr'"
510 Both the
511 .B file
512 and
513 .B socket
514 sources and targets can create new filesystem objects.  The
515 .B fattr
516 options allow control over the attributes of the newly-created objects.
517 Both
518 .B file
519 and
520 .B socket
521 use the same set of defaults, so a prefix of
522 .B fattr
523 is good enough for setting global options, and the implicit context
524 disambiguates local options.
525 .PP
526 The following file attribute options are supported:
527 .OS "File attribute options (`fattr')"
528 .IB prefix .fattr.mode
529 .RB [ = ]
530 .I mode
531 .OD
532 Sets the permissions mode for a new file.  The
533 .I mode
534 argument may be either an octal number or a
535 .BR chmod (1)-style
536 string which acts on the default permissions established by the
537 prevailing
538 .BR umask (2)
539 setting.  The characters
540 .RB ` = '
541 and
542 .RB ` , '
543 do not have to be quoted within the mode string.
544 .OE
545 .OS "File attribute options (`fattr')"
546 .IB prefix .fattr.owner
547 .RB [ = ]
548 .I user
549 .OD
550 Sets the owner for newly created files.  On non-broken systems you will
551 need to be the superuser to set the owner on a file.  The
552 .I user
553 may either be a numeric uid or a username.  The default is not to change
554 the owner of the file once it's created.  The synonyms
555 .B uid
556 and
557 .B user
558 are accepted in place of
559 .BR owner .
560 .OE
561 .OS "File attribute options (`fattr')"
562 .IB prefix .fattr.group
563 .RB [ = ]
564 .I group
565 .OD
566 Sets the group for newly created files.  You will usually need to be a
567 member of the group in question order to set the group of a file.  The
568 .I group
569 may either be a numeric gid or a group name.  The default is not to
570 change the group of the file once it's created.  The synonym
571 .B gid
572 is accepted in place of
573 .BR group .
574 .OE
575 .
576 .SS "The `file' source and target types"
577 The
578 .B file
579 source and target allow data to move to and from objects other
580 than sockets within the Unix filesystem.  (Unix-domain sockets are
581 handled using the
582 .B socket
583 source and target.)
584 .PP
585 If a
586 .B file
587 is used as a source, it is set up immediately.
588 .PP
589 The syntax of
590 .B file
591 sources and targets is like this:
592 .GS "File sources and targets"
593 .I source
594 ::=
595 .I file
596 .br
597 .I target
598 ::=
599 .I file
600 .br
601 .I file
602 ::=
603 .B file
604 .RB  [ .\& ]
605 .I fspec
606 .RB [ ,
607 .IR fspec ]
608 .br
609 .I fspec
610 ::=
611 .I fd-spec
612 |
613 .I name-spec
614 |
615 .I null-spec
616 .br
617 .I fd-spec
618 ::=
619 .RB [[ : ] fd [ : ]]
620 .IR number \c
621 .RB | stdin | stdout
622 .br
623 .I name-spec
624 ::=
625 .RB [[ : ] file [ : ]]
626 .I file-name
627 .br
628 .I file-name
629 ::=
630 .I path-seq
631 |
632 .B [
633 .I path-seq
634 .B ]
635 .br
636 .I path-seq
637 ::=
638 .I path-elt
639 |
640 .I path-seq
641 .I path-elt
642 .br
643 .I path-elt
644 ::=
645 .B /
646 |
647 .I word
648 .br
649 .I null-spec
650 ::=
651 .RB [ : ] null [ : ]
652 .GE
653 The
654 .I file
655 specification describes two files, the first to be used as input, the
656 second to be used as output, each described by an
657 .IR fspec .
658 .PP
659 If none of the keywords
660 .RB ` fd ',
661 .RB ` name '
662 or
663 .RB ` null '
664 are given, the type of an
665 .I fspec
666 is deduced from its nature: if it matches one of the strings
667 .RB ` stdin '
668 or
669 .RB ` stdout ',
670 or begins with a digit, it's considered to be a file descriptor;
671 otherwise it's interpreted as a filename.
672 .PP
673 A
674 .RB ` name '
675 spec describes a file by its name within the filesystem.  It is opened
676 when needed and closed again after use.  For output files, the precise
677 behaviour is controlled by options described below.
678 .PP
679 A
680 .RB ` null '
681 spec attaches the input or output of the source or target to
682 .BR /dev/null .
683 .PP
684 An
685 .RB ` fd '
686 spec uses an existing open file descriptor, given either by number or a
687 symbolic name.  The name
688 .RB ` stdin '
689 refers to standard input (file descriptor 0 on normal systems) and
690 .RB ` stdout '
691 refers to standard output (file descriptor 1).  The names work in
692 exactly the same way as the equivalent file descriptor numbers.
693 .PP
694 If the output
695 .I fspec
696 is omitted, the input
697 .I fspec
698 is used for both input and output.  Exception: if the input refers to
699 standard input then the output will refer to standard output instead.
700 .PP
701 All
702 .B file
703 options apply equally to sources and targets.  The options are as
704 follows:
705 .OS "File options"
706 .B file.create
707 .RB [ = ]
708 .BR yes | no
709 .OD
710 Whether to create the output file if it doesn't exist.  If
711 .B no
712 (the default), an error is reported if the file doesn't exist.  If
713 .BR yes ,
714 the file is created if it doesn't exist.
715 .OE
716 .OS "File options"
717 .B file.open
718 .RB [ = ]
719 .BR no | truncate | append
720 .OD
721 Controls the behaviour if the output file already exists.  If
722 .BR no ,
723 an error is reported.  If
724 .B truncate 
725 (the default), the existing file is replaced by the new data.  If
726 .BR append ,
727 the new data is appended to the file.
728 .OE
729 .OS "File options"
730 .BR file.fattr.*
731 .OD
732 The
733 .B file
734 source and target also accept
735 .B fattr
736 options for controlling the attributes of the created file.
737 .OE
738 .PP
739 Under no circumstances will
740 .B fw
741 create a file through a `dangling' symbolic link.
742 .
743 .SS "The `exec' source and target types"
744 The
745 .B exec
746 source and target execute programs and allow access to their standard
747 input and output streams.  Both source and target have the same syntax,
748 which is as follows:
749 .GS "Exec source and target"
750 .I source
751 ::=
752 .I exec
753 .br
754 .I target
755 ::=
756 exec
757 .br
758 .I exec
759 ::=
760 .BR exec
761 .RB [ .\& ]
762 .I cmd-spec
763 .br
764 .I cmd-spec
765 ::=
766 .I shell-cmd
767 |
768 .RI [ prog-name ]
769 .B [
770 .I argv0
771 .I arg-seq
772 .B ]
773 .br
774 .I arg-seq
775 ::=
776 .I word
777 |
778 .I arg-seq
779 .I word
780 .br
781 .I shell-cmd
782 ::=
783 .I word
784 .br
785 .I argv0
786 ::=
787 .I word
788 .GE
789 If a single word is given, it is a
790 .I shell-cmd
791 and will be passed to the Bourne shell for execution.  If a
792 bracket-enclosed sequence of words is given, it is considered to be a
793 list of arguments to pass to the program: if a
794 .I prog-name
795 is also supplied, it names the file containing the program to execute;
796 otherwise the file named by the first argument
797 .RI ( argv0 )
798 is used.
799 .PP
800 Note that the shell command or program name string must, if present,
801 have any delimiter characters (including
802 .RB ` / '
803 and 
804 .RB ` . ')
805 quoted; this is not required in the
806 .RB ` [ '-enclosed
807 argument list.
808 .PP
809 The standard input and output of the program are forwarded to the other
810 end of the connection.  The standard error stream is caught by
811 .B fw
812 and logged.
813 .PP
814 The
815 .B exec
816 source and target both understand the same set of options.  The list of
817 options supported is as follows:
818 .OS "Exec options"
819 .B exec.logging
820 .RB [ = ]
821 .BR yes | no
822 .OD
823 Whether to log the start and end of executed programs.  If
824 .B yes
825 (the default), a log message is emitted when the program is started
826 listing its process id, and another is emitted when the program finishes
827 giving its process id and exit status.  If
828 .BR no ,
829 these messages are not emitted.  However the standard error stream is
830 still logged.  The
831 .B log
832 abbreviation is accepted as a synonym for
833 .BR logging .
834 .OE
835 .OS "Exec options"
836 .B exec.dir
837 .RB [ = ]
838 .I file-name
839 .OD
840 Sets the current directory from which the the program should be run.
841 The default is not to change directory.  The synonyms
842 .BR cd ,
843 .B chdir
844 and
845 .B cwd
846 are accepted in place of
847 .BR dir .
848 .OE
849 .OS "Exec options"
850 .B exec.root
851 .RB [ = ]
852 .I file-name
853 .OD
854 Sets the root directory for the program, using the
855 .BR chroot (2)
856 system call.  You must be the superuser for this option to work.  The
857 default is not to set a root directory.  The synonym
858 .B chroot
859 is accepted in place of
860 .BR root .
861 .OE
862 .OS "Exec options"
863 .B exec.user
864 .RB [ = ]
865 .I user
866 .OD
867 Sets the user (real and effective uid) to run the program as.  This will
868 usually require superuser privileges to work.  The default is not to
869 change uid.  The synonym
870 .B uid
871 is accepted in place of
872 .BR user .
873 .OE
874 .OS "Exec options"
875 .B exec.group
876 .RB [ = ]
877 .I group
878 .OD
879 Sets the group (real and effective gid) to run the program as.  If
880 running with superuser privileges, the supplementary groups list is
881 cleared at the same time.  The default is not to change gid (or clear
882 the supplementary groups list).  The synonym
883 .B gid
884 is accepted in place of
885 .BR group .
886 .OE
887 .OS "Exec options"
888 .BI exec.rlimit. limit \c
889 .RB [ .hard | .soft ]
890 .RB [ = ]
891 .I value
892 .OD
893 Set resource limits for the program.  The
894 .I limit
895 may be one of the resource limit names described in
896 .BR setrlimit (2),
897 in lower-case and without the
898 .B RLIMIT_
899 prefix; for example,
900 .B RLIMIT_CORE
901 becomes simply
902 .BR core .
903 The
904 .I value
905 is a number, followed optionally by
906 .B k
907 to multiply by 1024 (2\*(ss10\*(se),
908 .B m
909 to multiply by 1048576 (2\*(ss20\*(se), or
910 .B g
911 to multiply by 1073741824 (2\*(ss30\*(se); purists can use upper-case
912 versions of these if they want.  If
913 .B .hard
914 or
915 .B .soft
916 was specified, only the hard or soft limit is set; otherwise both are
917 set to the same value.  Only the superuser can raise the hard limit.
918 The soft limit cannot be set above the hard limit.
919 .OE
920 .OS "Exec options"
921 .B exec.env.clear
922 .OD
923 Clears the program's environment.
924 .OE
925 .PP
926 .B exec.env.unset
927 .I var
928 .OD
929 Removes
930 .I var
931 from the program's environment.  It is not an error if no variable named
932 .I var
933 exists.
934 .OE
935 .OS "Exec options"
936 .BR exec.env. [ set ]
937 .I var
938 .RB [ = ]
939 .I value
940 .OD
941 Assigns the variable
942 .I var
943 the value
944 .I value
945 in the program's environment, possibly replacing the existing value.
946 The
947 .B set
948 may be omitted if the
949 .B env
950 qualifier is present.
951 .OE
952 .PP
953 Note that environment variable modifications are performed in order,
954 global modifications before local ones.
955 .
956 .SS "The `socket' source and target types"
957 The
958 .B socket
959 source and target provide access to network services.  Support is
960 currently provided for TCP/IP and Unix-domain sockets, although other
961 address types can be added with reasonable ease.
962 .PP
963 The syntax for socket sources and targets is:
964 .GS "Socket source and target"
965 .ll +8i
966 .I source
967 ::=
968 .I socket-source
969 .br
970 .I target
971 ::=
972 .I socket-target
973 .br
974 .I socket-source
975 ::=
976 .RB [ socket [ .\& ]]
977 .RB [[ : ] \c
978 .IR addr-type \c
979 .RB [ : ]]
980 .I source-addr
981 .br
982 .I socket-target
983 ::=
984 .RB [ socket [ .\& ]]
985 .RB [[ : ] \c
986 .IR addr-type \c
987 .RB [ : ]]
988 .I target-addr
989 .ll -8i
990 .GE
991 The syntax of the source and target addresses depend on the address
992 types, which are described below.  The default address type, if no
993 .I addr-type
994 is given, is
995 .BR inet .
996 .PP
997 Socket sources support options; socket targets do not.  The source
998 options provided are:
999 .OS "Socket options"
1000 .B socket.conn
1001 .RB [ = ]
1002 .IR number | \c
1003 .BR unlimited | one-shot
1004 .OD
1005 Controls the behaviour of the source when it receives connections.  A
1006 .I number
1007 limits the number of simultaneous connections.  The value
1008 .B unlimited
1009 (or
1010 .BR infinite )
1011 removes any limit on the number of connections possible.  The value
1012 .B one-shot
1013 will remove the socket source after a single successful connection.
1014 (Connections refused by access control systems don't count here.)
1015 The default is to apply a limit of 256 concurrent connections.  Use of
1016 the
1017 .B unlimited
1018 option is not recommended.
1019 .OE
1020 .OS "Socket options"
1021 .B socket.listen
1022 .RB [ = ]
1023 .I number
1024 .OD
1025 Sets the maximum of the kernel incoming connection queue for this socket
1026 source.  This is the number given to the
1027 .BR listen (2)
1028 system call.  The default is 5.
1029 .OE
1030 .OS "Socket options"
1031 .B socket.logging
1032 .RB [ = ]
1033 .BR yes | no
1034 .OD
1035 Whether to log incoming connections.  If 
1036 .B yes
1037 (the default) incoming connections are logged, together with information
1038 about the client (where available) and whether the connection was
1039 accepted or refused.  If
1040 .BR no ,
1041 log messages are not generated.
1042 .OE
1043 .PP
1044 Address types also provide their own options.
1045 .
1046 .SS "The `inet' socket address type"
1047 The
1048 .B inet
1049 address type provides access to TCP ports.  The
1050 .B inet
1051 source and target addresses have the following syntax:
1052 .GS "Socket source and target"
1053 .I inet-source-addr
1054 ::=
1055 .RB [ port ]
1056 .I port
1057 .br
1058 .I inet-target-addr
1059 ::=
1060 .I address
1061 .RB [ : ]
1062 .I port
1063 .br
1064 .I address
1065 ::=
1066 .I addr-elt
1067 |
1068 .I address
1069 .I addr-elt
1070 .br
1071 .I addr-elt
1072 ::=
1073 .B .\&
1074 |
1075 .I word
1076 .GE
1077 A
1078 .I port
1079 may be given as a port number or a service name from the
1080 .B /etc/services
1081 file (or YP map if you do that sort of thing).  A
1082 .B hostname
1083 may be a textual hostname or a numerical IP address.
1084 .PP
1085 The
1086 .B inet
1087 source address accepts the following options:
1088 .OS "Socket options"
1089 .B socket.inet.source.addr
1090 .RB [ = ]
1091 .RR any | \c
1092 .I addr
1093 .OD
1094 Specify the IP address on which to listen for incoming connections.  The
1095 default is
1096 .BR any ,
1097 which means to listen on all addresses, though it may be useful to
1098 specify this explicitly, if the global setting is different.
1099 .OE
1100 .OS "Socket options"
1101 .BR socket.inet.source. [ allow | deny ]
1102 .RB [ host ]
1103 .I addr
1104 .RB [ /
1105 .IR addr ]
1106 .OD
1107 Adds an entry to the source's access control list.  If only one
1108 .I address
1109 is given, the entry applies only to that address; if two are given, the
1110 first is a network address and the second is a netmask either in
1111 dotted-quad format or a simple number of bits (e.g.,
1112 .B /255.255.255.192
1113 and
1114 .B /26
1115 mean the same), and the entry applies to any address which, when masked
1116 by the netmask, is equal to the masked network address.
1117 .OE
1118 .OS "Socket options"
1119 .BR socket.inet.source. [ allow | deny ]
1120 .B priv-port
1121 .OD
1122 Accept or reject connections from low-numbered `privileged' ports, in
1123 the range 0--1023.
1124 .OE
1125 .OS "Socket options"
1126 .B socket.inet.dest.addr
1127 .RB [ = ]
1128 .RR any | \c
1129 .I addr
1130 .OD
1131 Specify the IP address to bind the local socket to when making an
1132 outbound connection.  The default is
1133 .BR any ,
1134 which means to use whichever address the kernel thinks is most
1135 convenient.  This option is useful if the destination is doing
1136 host-based access control and your server is multi-homed.
1137 .OE
1138 .OS "Socket options"
1139 .B socket.inet.dest.priv-port
1140 .RB [=]
1141 .BR yes | no
1142 .OD
1143 Make a privileged connection (i.e., from a low-numbered port) to the
1144 target.  This only works if
1145 .B fw
1146 was started with root privileges.  However, it still works if
1147 .B fw
1148 has
1149 .I dropped
1150 privileges after initialization (the
1151 .B \-s
1152 option).  Before dropping privileges, 
1153 .B fw
1154 forks off a separate process which continues to run with root
1155 privileges, and on demand passes sockets bound to privileged ports and
1156 connected to the appropriate peer back to the main program.  The
1157 privileged child only passes back sockets connected to peer addresses
1158 named in the configuration; even if the
1159 .B fw
1160 process is compromised, it can't make privileged connections to other
1161 addresses.  Note that because of this privilege separation, it's also
1162 not possible to reconfigure
1163 .B fw
1164 to make privileged connections to different peer addresses later by
1165 changing configuration files and sending the daemon a
1166 .BR SIGHUP .
1167 .OE
1168 .PP
1169 The access control rules are examined in the order: local entries first,
1170 then global ones, each in the order given in the configuration file.
1171 The first matching entry is used.  If no entries match, the behaviour is
1172 the
1173 .I opposite
1174 of the last entry tried.  If there are no entries defined, the default
1175 is to allow all clients.
1176 .
1177 .SS "The `unix' socket address type"
1178 The
1179 .B unix
1180 address type allows access to Unix-domain sockets.  The syntax for
1181 .B unix
1182 source and target addresses is like this:
1183 .GS "Socket source and target"
1184 .I unix-source-addr
1185 ::=
1186 .I file-name
1187 .br
1188 .I unix-target-addr
1189 ::=
1190 .I file-name
1191 .GE
1192 The following options are supported by the
1193 .B unix
1194 source address type:
1195 .OS "Socket options"
1196 .BR socket.unix.fattr. *
1197 .OD
1198 The
1199 .B unix
1200 source address accepts
1201 .B fattr
1202 options to control the attributes of the socket file created.
1203 .OE
1204 .PP
1205 Sockets are removed if
1206 .B fw
1207 exits normally (which it will do if it runs out of sources or
1208 connections, or if
1209 .B fw
1210 shuts down in a clean way).
1211 .SH "EXAMPLES"
1212 To forward the local port 25 to a main mail server:
1213 .VS
1214 from 25 to mailserv:25
1215 .VE
1216 To attach a fortune server to a Unix-domain socket:
1217 .VS
1218 from unix:/tmp/fortunes
1219 to exec [/usr/games/fortune] { user nobody }
1220 .VE
1221 To fetch a fortune from the server:
1222 .VS
1223 from file stdin, stdout to unix:/tmp/fortunes
1224 .VE
1225 To emulate
1226 .BR cat (1):
1227 .VS
1228 from file stdin, null to file null, stdout
1229 .VE
1230 .sp -1 \" undo final space
1231 .
1232 .\"--------------------------------------------------------------------------
1233 .SH "SIGNAL HANDLING"
1234 .
1235 The
1236 .B fw
1237 program responds to various signals when it's running.  If it receives
1238 .B SIGTERM
1239 or
1240 .BR SIGINT ,
1241 .B fw
1242 performs a
1243 .I graceful
1244 shutdown: it removes all of its sources, and will exit when no more
1245 connections are running.  (Note that if the disposition
1246 .B SIGINT
1247 was to ignore it,
1248 .B fw
1249 does not re-enable the signal.  You'll have to send
1250 .B SIGTERM
1251 in that case.)  If
1252 .B fw
1253 receives
1254 .BR SIGQUIT ,
1255 it performs an
1256 .I abrupt
1257 shutdown: it removes all sources and extant connections and closes down
1258 more-or-less immediately.
1259 .PP
1260 Finally, if any configuration files (other than standard input) were
1261 provided to
1262 .B fw
1263 on its command line using the
1264 .B \-f
1265 option, a
1266 .B SIGHUP
1267 signal may be sent to instruct
1268 .B fw
1269 to reload its configuration.  Any existing connections are allowed to
1270 run their course.  If no such configuration files are available,
1271 .B fw
1272 just logs a message about the signal and continues.
1273 .
1274 .\"--------------------------------------------------------------------------
1275 .SH "GRAMMAR SUMMARY"
1276 .
1277 .SS "Basic syntax"
1278 .I file
1279 ::=
1280 .I empty
1281 |
1282 .I file
1283 .I stmt
1284 .RB [ ; ]
1285 .br
1286 .I stmt
1287 ::=
1288 .I option-stmt
1289 |
1290 .I fw-stmt
1291 .br
1292 .I fw-stmt
1293 ::=
1294 .B fw
1295 .I source
1296 .I options
1297 .RB [ to | \-> ]
1298 .I target
1299 .I options
1300 .br
1301 .I options
1302 ::=
1303 .B {
1304 .I option-seq
1305 .B }
1306 .br
1307 .I option-seq
1308 ::=
1309 .I empty
1310 |
1311 .I option-stmt
1312 .RB [ ; ]
1313 .I option-seq
1314 .
1315 .SS "Option syntax"
1316 .I option-stmt
1317 ::=
1318 .I q-option
1319 .br
1320 .I q-option
1321 ::=
1322 .I option
1323 .br
1324         |
1325 .I prefix
1326 .B .\&
1327 .I q-option
1328 .br
1329         |
1330 .I prefix
1331 .B {
1332 .I option-seq
1333 .B }
1334 .br
1335 .I prefix
1336 ::=
1337 .I word
1338 .
1339 .SS "File source and target"
1340 .I source
1341 ::=
1342 .I file
1343 .br
1344 .I target
1345 ::=
1346 .I file
1347 .br
1348 .I file
1349 ::=
1350 .B file
1351 .RB  [ .\& ]
1352 .I fspec
1353 .RB [ ,
1354 .IR fspec ]
1355 .br
1356 .I fspec
1357 ::=
1358 .I fd-spec
1359 |
1360 .I name-spec
1361 |
1362 .I null-spec
1363 .br
1364 .I fd-spec
1365 ::=
1366 .RB [[ : ] fd [ : ]]
1367 .IR number \c
1368 .RB | stdin | stdout
1369 .br
1370 .I name-spec
1371 ::=
1372 .RB [[ : ] file [ : ]]
1373 .I file-name
1374 .br
1375 .I file-name
1376 ::=
1377 .I path-seq
1378 |
1379 .B [
1380 .I path-seq
1381 .B ]
1382 .br
1383 .I path-seq
1384 ::=
1385 .I path-elt
1386 |
1387 .I path-seq
1388 .I path-elt
1389 .br
1390 .I path-elt
1391 ::=
1392 .B /
1393 |
1394 .I word
1395 .br
1396 .I null-spec
1397 ::=
1398 .RB [ : ] null [ : ]
1399 .
1400 .SS "Exec source and target"
1401 .I source
1402 ::=
1403 .I exec
1404 .br
1405 .I target
1406 ::=
1407 exec
1408 .br
1409 .I exec
1410 ::=
1411 .BR exec
1412 .RB [ .\& ]
1413 .I cmd-spec
1414 .br
1415 .I cmd-spec
1416 ::=
1417 .I shell-cmd
1418 |
1419 .RI [ prog-name ]
1420 .B [
1421 .I argv0
1422 .I arg-seq
1423 .B ]
1424 .br
1425 .I arg-seq
1426 ::=
1427 .I word
1428 |
1429 .I arg-seq
1430 .I word
1431 .br
1432 .I shell-cmd
1433 ::=
1434 .I word
1435 .br
1436 .I argv0
1437 ::=
1438 .I word
1439 .
1440 .SS "Socket source and target"
1441 .ll +8i
1442 .I source
1443 ::=
1444 .I socket-source
1445 .br
1446 .I target
1447 ::=
1448 .I socket-target
1449 .br
1450 .I socket-source
1451 ::=
1452 .RB [ socket [ .\& ]]
1453 .RB [[ : ] \c
1454 .IR addr-type \c
1455 .RB [ : ]]
1456 .I source-addr
1457 .br
1458 .I socket-target
1459 ::=
1460 .RB [ socket [ .\& ]]
1461 .RB [[ : ] \c
1462 .IR addr-type \c
1463 .RB [ : ]]
1464 .I target-addr
1465 .ll -8i
1466 .PP
1467 .I inet-source-addr
1468 ::=
1469 .RB [ port ]
1470 .I port
1471 .br
1472 .I inet-target-addr
1473 ::=
1474 .I address
1475 .RB [ : ]
1476 .I port
1477 .br
1478 .I address
1479 ::=
1480 .I addr-elt
1481 |
1482 .I address
1483 .I addr-elt
1484 .br
1485 .I addr-elt
1486 ::=
1487 .B .\&
1488 |
1489 .I word
1490 .PP
1491 .I unix-source-addr
1492 ::=
1493 .I file-name
1494 .br
1495 .I unix-target-addr
1496 ::=
1497 .I file-name
1498 .
1499 .\"--------------------------------------------------------------------------
1500 .SH "OPTION SUMMARY"
1501 .
1502 .SS "File attributes (`fattr')"
1503 .IB prefix .fattr.mode
1504 .RB [ = ]
1505 .I mode
1506 .br
1507 .IB prefix .fattr.owner
1508 .RB [ = ]
1509 .I user
1510 .br
1511 .IB prefix .fattr.group
1512 .RB [ = ]
1513 .I group
1514 .
1515 .SS "File options"
1516 .B file.create
1517 .RB [ = ]
1518 .BR yes | no
1519 .br
1520 .B file.open
1521 .RB [ = ]
1522 .BR no | truncate | append
1523 .br
1524 .BR file.fattr. *
1525 .
1526 .SS "Exec options"
1527 .B exec.logging
1528 .RB [ = ]
1529 .BR yes | no
1530 .br
1531 .B exec.dir
1532 .RB [ = ]
1533 .I file-name
1534 .br
1535 .B exec.root
1536 .RB [ = ]
1537 .I file-name
1538 .br
1539 .B exec.user
1540 .RB [ = ]
1541 .I user
1542 .br
1543 .B exec.group
1544 .RB [ = ]
1545 .I group
1546 .br
1547 .BI exec.rlimit. limit \c
1548 .RB [ .hard | .soft ]
1549 .RB [ = ]
1550 .I value
1551 .br
1552 .B exec.env.clear
1553 .br
1554 .B exec.env.unset
1555 .I var
1556 .br
1557 .BR exec.env. [ set ]
1558 .I var
1559 .RB [ = ]
1560 .I value
1561 .
1562 .SS "Socket options"
1563 .B socket.conn
1564 .RB [ = ]
1565 .IR number | \c
1566 .BR unlimited | one-shot
1567 .br
1568 .B socket.listen
1569 .RB [ = ]
1570 .I number
1571 .br
1572 .B socket.logging
1573 .RB [ = ]
1574 .BR yes | no
1575 .PP
1576 .BR socket.inet.source. [ allow | deny ]
1577 .RB [ host ]
1578 .I addr
1579 .RB [ /
1580 .IR addr ]
1581 .br
1582 .BR socket.inet.source. [ allow | deny ]
1583 .B priv-port
1584 .br
1585 .B socket.inet.source.addr
1586 .RB [ = ]
1587 .BR any | \c
1588 .I addr
1589 .br
1590 .B socket.inet.dest.addr
1591 .RB [ = ]
1592 .BR any | \c
1593 .I addr
1594 .br
1595 .B socket.inet.dest.priv-port
1596 .RB [=]
1597 .BR yes | no
1598 .PP
1599 .BR socket.unix.fattr. *
1600 .
1601 .\"--------------------------------------------------------------------------
1602 .SH "BUGS"
1603 .
1604 The syntax for IP addresses and filenames is nasty.
1605 .PP
1606 IPv6 is not supported yet.  Because of
1607 .BR fw 's
1608 socket address architecture, it's probably not a major piece of work to
1609 add.
1610 .PP
1611 Please inform me of any security problems you think you've identified in
1612 this program.  I take security very seriously, and I will fix security
1613 holes as a matter of priority when I find out about them.  I will be
1614 annoyed if I have to read about problems on Bugtraq because they weren't
1615 mailed to me first.
1616 .PP
1617 The program is too complicated, and this manual page is too long.
1618 .
1619 .\"--------------------------------------------------------------------------
1620 .SH "AUTHOR"
1621 .
1622 Mark Wooding, <mdw@nsict.org>
1623 .
1624 .\"----- That's all, folks --------------------------------------------------