Remove obsolete files

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@558 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-05-19 13:55:56 +00:00
parent 8386b811ff
commit 899623cd9e
4 changed files with 0 additions and 279 deletions

View File

@ -1,21 +0,0 @@
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>The Hosts File</title>
<meta name="Microsoft Theme" content="boldstri 011, default">
</head>
<body>
<h1 align="center">The Hosts File</h1>
<p align="left">Since there seems to be a lot of confusion regarding the
/etc/shorewall/hosts file, I have created this page to try to clear the fog.</p>
<p align="left">&nbsp;</p>
</body>
</html>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Mailing List Problems</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0"
style="border-collapse: collapse;" bordercolor="#111111" width="100%"
id="AutoNumber1" bgcolor="#400169" height="90">
<tbody>
<tr>
<td width="100%">
<h1 align="center"><font color="#ffffff">Mailing List Problems</font></h1>
</td>
</tr>
</tbody>
</table>
<h2 align="left">Shorewall.net is currently experiencing mail delivery problems
to at least one address in each of the following domains:</h2>
<blockquote>
<div align="left">
<pre>2020ca - delivery to this domain has been disabled (cause unknown)<br>arosy.de - delivery to this domain has been disabled (Relay access denied)<br>arundel.homelinux.org - delivery to this domain has been disabled (connection timed out, connection refused)<br>asurfer.com - (Mailbox full)<br>bol.com.br - delivery to this domain has been disabled (Mailbox Full)<br>cuscominc.com - delivery to this domain has been disabled (bouncing mail from all sources with "Mail rejected because the server you are sending to is misconfigured").<br>cvnet.psi.br - (DNS configuration error -- MX is cvn-srv1.cvnet.psi.br.cvnet.psi.br)<br>datakota.com - (DNS Timeouts)<br>excite.com - delivery to this domain has been disabled (cause unknown)<br>epacificglobal.com - delivery to this domain has been disabled (no MX record for domain)<br>freefish.dyndns.org - delivery to this domain has been disabled (Name Server Problem -- Host not found)<br>gmx.net - delivery to this domain has been disabled (cause unknown)<br>hotmail.com - delivery to this domain has been disabled (Mailbox over quota)<br>intercom.net - delivery to this domain has been disabled (cause unknown)<br>nitialcs.com - delivery to this domain has been disabled (cause unknown)<br>intelligents.2y.net - delivery to this domain has been disabled (Name Service Problem -- Host not Found).<br>khp-inc.com - delivery to this domain has been disabled (anti-virus problems)<br>kieninger.de - delivery to this domain has been disabled (relaying to &lt;xxxxx@kieninger.de&gt; prohibited by administrator)<br>lariera.com - delivery to this domain has been disabled (Unknown User)<br>mfocus.com.my - delivery to this domain has been disabled (MTA at mailx.mfocus.com.my not delivering and not giving a reason)<br>navair.navy.mil - delivery to this domain has been disabled (A restriction in the system prevented delivery of the message)<br>opermail.net - delivery to this domain has been disabled (cause unknown)<br>penquindevelopment.com - delivery to this domain has been disabled (connection timed out)<br>scip-online.de - delivery to this domain has been disabled (cause unknown)<br>spctnet.com - connection timed out - delivery to this domain has been disabled<br>telusplanet.net - delivery to this domain has been disabled (cause unknown)<br>the-techy.com - delivery to this domain has been disabled (clueless administrator - continuous DNS problems) <br>yahoo.com - delivery to this domain has been disabled (Mailbox over quota)</pre>
</div>
</blockquote>
<p align="left"><font size="2">Last updated 12/17/2002 02:51 GMT - <a
href="support.htm">Tom Eastep</a></font></p>
<p align="left"><a href="copyright.htm"> <font
size="2">Copyright</font> © <font size="2">2002 Thomas M. Eastep.</font></a></p>
<p align="left"> </p>
<br>
</body>
</html>

View File

@ -1,140 +0,0 @@
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Netfilter Overview</title>
<meta name="Microsoft Theme" content="boldstri 011, default">
</head>
<body>
<h1 align="center">Netfilter Overview</h1>
<div align="left">
<p align="left">&nbsp;</div>
<h2 align="left">1.0 Tables</h2>
<p align="left"><i>Chains</i> of <i>rules </i>are organized into <i>Tables.</i>
Netfilter currently has three tables.</p>
<ol>
<li>
<p align="left">Mangle Table - This allows the contents of the packet to be
changed. Shorewall uses rules in this table to mark packets for traffic
shaping/control (/etc/shorewall/tcrules file) and for setting the Type of
Service (TOS) for the packet (/etc/shorewall/tos).</p>
</li>
<li>
<p align="left">NAT Table - Allows modification of the source and destination IP
and port.</p>
</li>
<li>
<p align="left">Filter Table - This is where most ACCEPT/DROP/REJECT decisions
are made in Shorewall.</p>
</li>
</ol>
<p align="left">Each table has a number of <i>pre-defined chains</i> as shown in
the table that follows. Packets flow through the chains in the order of that
table.</p>
<blockquote>
<table border="1" style="border-collapse: collapse" cellpadding="2" id="AutoNumber10" width="895">
<tr>
<td width="50"><u><b>Ordinal</b></u></td>
<td width="51"><u><b>Table</b></u></td>
<td width="112"><u><b>Chain</b></u></td>
<td width="346"><u><b>Shorewall Usage</b></u></td>
<td width="310"><u><b>Comments</b></u></td>
</tr>
<tr>
<td width="50">1</td>
<td width="51">Mangle</td>
<td width="112">PREROUTING</td>
<td width="346">
<ol>
<li>RFC 1918 Destination Rejections</li>
<li>Marking Packets for Traffic Control</li>
<li>TOS</li>
</ol>
</td>
<td width="310">&nbsp;</td>
</tr>
<tr>
<td width="50">2</td>
<td width="51">NAT</td>
<td width="112">PREROUTING</td>
<td width="346">
<ol>
<li>DNAT Rules</li>
<li>Static NAT DNAT mapping</li>
</ol>
</td>
<td width="310">Only connection requests go here -- packets that are part of or
related to an established connection use information from the connection
tracking table.</td>
</tr>
<tr>
<td width="50">3</td>
<td width="51">Filter</td>
<td width="112">INPUT</td>
<td width="346"><i>&lt;zone&gt;</i>2<b>fw</b> filtering</td>
<td width="310">&nbsp;</td>
</tr>
<tr>
<td width="50">3</td>
<td width="51">Filter</td>
<td width="112">FORWARD</td>
<td width="346"><i>&lt;zone&gt;</i>2<i>&lt;zone&gt;</i> filtering</td>
<td width="310">&nbsp;</td>
</tr>
<tr>
<td width="50">3</td>
<td width="51">Filter</td>
<td width="112">OUTPUT</td>
<td width="346"><b>fw</b>2<i>&lt;zone&gt;</i> filtering</td>
<td width="310">&nbsp;</td>
</tr>
<tr>
<td width="50">4</td>
<td width="51">Mangle</td>
<td width="112">POSTROUTING</td>
<td width="346">TOS</td>
<td width="310">&nbsp;</td>
</tr>
<tr>
<td width="50">5</td>
<td width="51">NAT</td>
<td width="112">OUTPUT</td>
<td width="346">DNAT rules where the source zone is <b>fw</b></td>
<td width="310">Only connection requests go here -- packets that are part of or
related to an established connection use information from the connection
tracking table.</td>
</tr>
<tr>
<td width="50">5</td>
<td width="51">NAT</td>
<td width="112">POSTROUTING</td>
<td width="346">
<ol>
<li>Masquerading (/etc/shoreawll/masq)</li>
<li>SNAT (/etc/shorewall/masq)</li>
<li>Static NAT SNAT Mapping</li>
</ol>
</td>
<td width="310">Only connection requests go here -- packets that are part of or
related to an established connection use information from the connection
tracking table.</td>
</tr>
</table>
</blockquote>
<p align="left">The connection tracking table can be displayed using the
&quot;shorewall show connections&quot; command.</p>
</body>
</html>

View File

@ -1,69 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>SPAM Filters</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0"
style="border-collapse: collapse;" bordercolor="#111111" width="100%"
id="AutoNumber1" bgcolor="#400169" height="90">
<tbody>
<tr>
<td width="100%">
<h1 align="center"><font color="#ffffff">SPAM Filters</font></h1>
</td>
</tr>
</tbody>
</table>
<h1 align="center"><br>
<a href="http://ordb.org"> </a><a href="http://www.spamassassin.org"><img
src="images/ninjalogo.png" alt="(SpamAssassin Logo)" width="100"
height="38">
</a><img border="0" src="images/but3.png" hspace="3" width="88"
height="31">
</h1>
<p>Like all of you, I'm concerned about the increasing volume of Unsolicited
Commercial Email (UCE or SPAM). I am therefore sympathetic with those of
you who are installing SPAM filters on your mail servers. A couple of recent
incidents involving mis-configured filters have prompted me to establish this
page to spell out what I will do when these filters bounce list postings.</p>
<p>When your SPAM filter bounces/rejects list mail <b>and I can identify
who you are</b>, I will:</p>
<ol>
<li>immediately turn off delivery to you from all Shorewall lists to
which you subscribe.</li>
<li><u>try</u> to send you an email from a source other than shorewall.net</li>
</ol>
<p>When you have corrected the problem, please let me know and I will re-enable
delivery (or you can reenable delivery yourself).<br>
</p>
<p>Note that many brain-dead spam filters inform the sender that a post was
rejected as spam but fail to provide any clue about the original addressee!!!
If I don't know who you are, I can't tell you about the problem...<br>
</p>
<p><font size="2">Last Updated 1/29/2003 - Tom Eastep</font></p>
<p><font face="Trebuchet MS"><a href="copyright.htm"><font size="2">Copyright</font>
© <font size="2">2001, 2002, 2003 Thomas M. Eastep.</font></a></font></p>
<br>
<br>
</body>
</html>