~ubuntu-branches/debian/lenny/mason/lenny

« back to all changes in this revision

Viewing changes to mason.1

  • Committer: Package Import Robot
  • Author(s): Thomas Scheffczyk
  • Date: 2008-06-27 10:28:23 UTC
  • mfrom: (3.1.5 intrepid)
  • Revision ID: package-import@ubuntu.com-20080627102823-w008j19ow2w4nnue
Tags: 1.0.0-11
* Minor changes to fix warnings reported by lintian for version 1.0.0-10
* Change the order of preferred editors to avoid problems reported with
mcedit, the prior standard. Preferred editor if installed is now emacs, 
followed by vi and nano. 
* New option for mason-gui-text: When started with the option "--force"
it will try to stop other instances of itself instead of exiting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH MASON 1 
2
1
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
3
2
.\" other parms are allowed: see man(7), man(1)
4
 
.SH NAME
 
3
.TH "MASON" "1" "" "" ""
 
4
.SH "NAME"
5
5
mason \- interactively create a firewall
6
 
.SH SYNOPSIS
 
6
.SH "SYNOPSIS"
7
7
.B mason
8
8
.I "< logfile > rulefile"
9
 
.br
 
9
.br 
10
10
.SH "DESCRIPTION"
11
11
This manual page briefly documents the
12
12
.BR mason 
13
13
command.
14
 
.PP
 
14
.PP 
15
15
.B mason
16
16
interactively generates a set of firewall rules for a Linux\-based
17
17
firewall.  This is done by turning on full IP logging, watching the
21
21
is familiar with most of the quirks of various connection types (such
22
22
as ftp and IRC), and can output rules for 2.0.x ipfwadm, 2.2.x
23
23
ipchains, and Cisco packet filters.
24
 
.PP
 
24
.PP 
25
25
.B mason
26
26
operates by reading in log file information from standard input and
27
27
writing firewall rules to standard output.  This allows
28
28
.B mason
29
 
to work offline or on a separate system.  Real-time firewall
 
29
to work offline or on a separate system.  Real\-time firewall
30
30
generation can be achieved with a command like tail(1).
31
 
.PP
 
31
.PP 
32
32
Most users will want to run mason with a user\-friendly interface such
33
33
as mason\-gui\-text(1).
34
 
.SH ENVIRONMENT
 
34
.SH "ENVIRONMENT"
35
35
.B mason
36
36
is configured using the following environment variables.
37
 
.TP
 
37
.TP 
38
38
.B ECHOCOMMAND
39
39
Sets the type of firewall rules that
40
40
.B mason
43
43
.B mason
44
44
outputs whatever kind of rules are supported by the currently running
45
45
Linux kernel.
46
 
.TP
 
46
.TP 
47
47
.B DOCOMMAND
48
48
Sets the type of firewall rules that
49
49
.B mason
52
52
.B mason
53
53
outputs whatever kind of rules are supported by the currently running
54
54
Linux kernel.
55
 
.TP
 
55
.TP 
56
56
.B HEARTBEAT
57
57
If set to "yes",
58
58
.B mason
59
 
will output a "+" or "-" to standard error whenever a rule generated
 
59
will output a "+" or "\-" to standard error whenever a rule generated
60
60
by
61
61
.B mason
62
62
has been triggered.
63
 
.TP
 
63
.TP 
64
64
.B DYNIP
65
65
Set this to the list of interfaces that have dynamically assigned
66
66
addresses, separated by spaces.
67
67
.SH "SEE ALSO"
68
 
.B "mason.txt, mason\-gui\-text(1)"
69
 
.SH AUTHOR
 
68
.B "mason\-gui\-text(1)"
 
69
.SH "AUTHOR"
70
70
This manual page was written by Jeff Licquia <jeff@luci.org>,
71
71
for the Debian GNU/Linux system (but may be used by others).