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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>The Mason HOWTO: Formalities</TITLE>
<LINK HREF="mason-2.html" REL=next>
<LINK HREF="mason.html#toc1" REL=contents>
</HEAD>
<BODY>
<A HREF="mason-2.html"><IMG SRC="next.gif" ALT="Next"></A>
<IMG SRC="prev.gif" ALT="Previous">
<A HREF="mason.html#toc1"><IMG SRC="toc.gif" ALT="Contents"></A>
<HR>
<H2><A NAME="s1">1. Formalities</A></H2>
<H2><A NAME="ss1.1">1.1 Disclaimer</A>
</H2>
<P>---------------If you read nothing else, please read this----------------
<P>This program offers an aid to creating firewall rules. It offers
ABSOLUTELY NO intelligence in deciding what should be allowed or
disallowed. It has ABSOLUTELY NO ability to understand your security
policy and implement it. YOU are responsible for reviewing the rules and
massaging them to fit your needs.
<P>While this documentation attempts to provide some general
guidelines on how to use Mason, please remember: the author has no
knowledge of what you want your firewall to do and has not tailored the
documentation or program to specially fit your needs. If there is ever a
discrepancy between your needs and the program output or your needs and
the documentation, the program and/or documentation are _dead_ _wrong_.
<P>
<H2><A NAME="ss1.2">1.2 Copyleft</A>
</H2>
<P> Mason interactively creates a Linux packet filtering firewall.
<P>Copyright (C) 1998-2002 William Stearns
<A HREF="mailto:wstearns@pobox.com">wstearns@pobox.com</A><P>This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
<P>This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
<P>You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
<P>The author can also be reached at:
<DL>
<DT><B>email</B><DD><P>
<A HREF="mailto:wstearns@pobox.com">wstearns@pobox.com</A> (preferred)
<DT><B>web</B><DD><P>
<A HREF="http://www.stearns.org/mason/">http://www.stearns.org/mason/</A><DT><B>snail</B><DD><P>
<PRE>
William Stearns
6 Manchester Dr.
Lebanon NH, 03766, USA
</PRE>
</DL>
<P>This code is entirely owned by William Stearns
(
<A HREF="mailto:wstearns@pobox.com">wstearns@pobox.com</A>)
and has no relation to any employer or employer sponsored project.
<P>
<HR>
<A HREF="mason-2.html"><IMG SRC="next.gif" ALT="Next"></A>
<IMG SRC="prev.gif" ALT="Previous">
<A HREF="mason.html#toc1"><IMG SRC="toc.gif" ALT="Contents"></A>
</BODY>
</HTML>
|