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