Update house pic

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8851 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-11-02 16:04:32 +00:00
parent 9a7df10928
commit c2cc895b3a
5 changed files with 93 additions and 97 deletions

View File

@ -26,9 +26,12 @@ license is included in the section entitled <span
href="GnuCopyright.htm" target="_self">GNU Free Documentation
License</a></span>".
</p>
<p>October 05, 2008<br>
<p>October 25, 2008<br>
</p>
<hr style="width: 100%; height: 2px;">
<p><strong>2006-10-25 Shorewall 4.2.1<br>
</strong><strong></strong></p>
<pre>Problems corrected in Shorewall 4.2.1<br><br>1) A description of the CONNBYTES column has been added to<br> shorewall-tcrules(5).<br><br>2) Previously, Shorewall-perl would accept zero as the &lt;max&gt; value in<br> the CONNBYTES column of tcrules even when the &lt;min&gt; field was<br> non-zero. A value of zero for &lt;max&gt; was equivalent to omitting<br> &lt;max&gt;.<br><br>3) iptables 1.4.1 discontinued support of syntax generated by<br> shorewall in some cases. Shorewall now detects when the new syntax<br> is required and uses it instead.<br><br>4) The Shorewall-perl implementation of the LENGTH column in<br> /etc/shorewall/tcrules was incomplete with the result that <br> all LENGTH rules matched. Thanks to Lennart Sorensen for the patch.<br><br>5) The 'export' command no longer fails with the error:<br><br> /sbin/shorewall: 1413: Syntax error: "(" unexpected (expecting "fi")<br><br>Other changes in Shorewall 4.2.1<br><br>1) With the recent renewed interest in DOS attacks, it seems<br> appropriate to have connection limiting support in Shorewall. To<br> that end, a CONNLIMIT column has been added to both the policy and<br> rules files.<br><br> The content of these columns is of the format<br><br> [!] &lt;limit&gt;[:&lt;mask&gt;]<br><br> where<br><br> &lt;limit&gt; is the limit on simultaneous TCP connections.<br><br> &lt;mask&gt; specifies the size of the network to which<br> the limit applies and is specified as a<br> CIDR mask length. The default value for<br> &lt;mask&gt; is 32 which means that each remote<br> IP address can have &lt;limit&gt; TCP connections<br> active at once.<br><br> ! Not allowed in the policy file. In the rules file, it<br> causes connections to match when the number of<br> current connections exceeds &lt;limit&gt;.<br> <br> When specified in the policy file, the limit is enforced on all<br> connections that are subject to the given policy (just like<br> LIMIT:BURST). The limit is checked on new connections before the<br> connection is passed through the rules in the NEW section of the<br> rules file.<br><br> It is important to note that while the limit is only checked for<br> those destinations specified in the DEST column, the number of<br> current connections is calculated over all destinations and not<br> just the destination specified in the DEST column.<br><br> Use of this feature requires the connlimit match capability in your<br> kernel and iptables. If you use a capabilities file when compiling<br> your Shorewall configuration(s), then you need to regenerate the<br> file using Shorewall or Shorewall-lite 4.2.1.<br><br>2) Shorewall now supports time/date restrictions on entries in the <br> rules file via a new TIME column.<br><br> The contents of this column is a series of one or more "time<br> elements" separated by apersands ("&amp;"). Possible time elements are:<br><br> utc Times are expressed in Greenwich Mean Time.<br> localtz Times are expressed in local civil time (default)<br> timestart=hh:mm[:ss]<br> timestop=hh:mm[:ss] Start and stop time of day for rule<br> weekdays=ddd[,ddd]... where ddd is Mon,Tue,Wed,Thu,Fri,Sat or<br> Sun<br> monthdays=dd[,dd]... where dd is an ordinal day of the month.<br> datestart=yyyy[-mm[-dd[Thh[:mm[:ss]]]]]<br> datestop=yyyy[-mm[-dd[Thh[:mm[:ss]]]]]<br> where yyyy = Year<br> first mm = Month<br> dd = Day<br> hh = Hour<br> 2nd mm = Minute<br> ss = Second<br><br> Examples:<br><br> 1) utc&amp;timestart=10:00&amp;timestop=12:00<br><br> Between 10am and 12 noon each day, GMT<br><br> 2) datestart=2008-11-01T12:00<br><br> Beginning November 1, 2008 at noon LCT.<br><br> Use of this feature requires the time match capability in your<br> kernel and iptables. If you use a capabilities file when compiling<br> your Shorewall configuration(s), then you need to regenerate the<br> file using Shorewall or Shorewall-lite 4.2.1.<br></pre>
<p><strong>2006-10-05 Shorewall 4.2.0</strong></p>
<pre><strong><span style="font-weight: normal;">Release Highlights.</span><br
style="font-weight: normal;"><br style="font-weight: normal;"><span

View File

@ -13,13 +13,14 @@
<div style="text-align: center;"><br>
<h1><b><span style="font-weight: bold;"></span></b></h1>
<h1><b>Our Home</b></h1>
<img alt="(Our House)" src="images/P1000244.JPG"><br>
<img style="width: 1057px; height: 600px;" alt="(Our House)"
src="images/100_0269.jpg"><br>
<br>
</div>
<p> </p>
<p><font size="2">Updated 7/18/2006 - <a href="support.htm">Tom Eastep</a></font></p>
<p><font size="2">Updated 11/02/2008 - <a href="support.htm">Tom Eastep</a></font></p>
<p><a href="copyright.htm"><font size="2">Copyright</font> <font
size="2">2006 Thomas M. Eastep.</font></a></p>
size="2">2008 Thomas M. Eastep.</font></a></p>
<br>
<br>
<br>

View File

@ -1,30 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8" />
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<title>Shorewall</title>
<base target="main" />
<meta name="author" content="Cristian Rodriguez R." />
<base target="main">
<meta name="author" content="Cristian Rodriguez R.">
<link rel="stylesheet" type="text/css" href="./shorewall.css"
title="Default" media="screen" />
title="Default" media="screen">
</head>
<body>
<span style="color: rgb(255, 255, 255);"><br />
<br />
<span style="color: rgb(255, 255, 255);"><br>
<br>
</span>
<h3><a target="_top" href="index.htm">Home</a><br />
<a href="download.htm">Download</a><br />
<a href="Documentation.html">Documentation</a><br />
<a href="support.htm">Support</a><br />
<a href="shorewall_mirrors.htm">Mirrors</a><br />
<a href="News.htm">News</a><br />
<a href="http://wiki.shorewall.net/" target="_top">Trac Wiki</a><br />
<h3><a target="_top" href="index.htm">Home</a><br>
<a href="download.htm">Download</a><br>
<a href="Documentation.html">Documentation</a><br>
<a href="support.htm">Support</a><br>
<a href="shorewall_mirrors.htm">Mirrors</a><br>
<a href="News.htm">News</a><a><br>
</a><a target="_top"
href="http://wiki.shorewall.net/wiki/ContributingToDevelopment">How
to Contribute</a><br>
<a target="_top" href="http://wiki.shorewall.net/">Trac Wiki</a><br>
<a style="color: rgb(255, 255, 255);" href="useful_links.html">Other
Links</a><br />
Links</a><br>
</h3>
<ul>
</ul>
@ -32,17 +31,14 @@ Links</a><br />
</ul>
<ul class="submenu">
</ul>
<p class="copyright"><a href="copyright.htm">Copyright© 2001-2008<br />
Thomas M. Eastep</a></p>
<p class="copyright"><a href="copyright.htm">Copyright©&nbsp;2001-2008<br>
Thomas&nbsp;M.&nbsp;Eastep</a></p>
<!-- shorewall logo -->
<img src="images/ProtectedBy.png" align="left" border="0" height="30"
width="144" /><br />
<br />
<p class="copyright">Please report errors <br />
on this site to <a
href="mailto:webmaster@shorewall.net?subject=Website%20Comments">the Webmaster</a></p>
width="144"><br>
<br>
<p class="copyright">Please&nbsp;report&nbsp;errors&nbsp;<br>
on&nbsp;this&nbsp;site&nbsp;to <a
href="mailto:webmaster@shorewall.net?subject=Website%20Comments">the&nbsp;Webmaster</a></p>
</body>
</html>

View File

@ -6,116 +6,114 @@
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Theme" content="none">
</head>
<body>
<h1 style="text-align: center;">Tom Eastep</h1>
<div style="text-align: center;">
<span style="font-style: italic;">Open Source Software is not free; it comes
<span style="font-style: italic;">Open Source Software is not free; it
comes
at a very high cost.<br>
<br>
-</span> Wietse Venema<br>
<br>
<div style="text-align: center;">
<span style="font-style: italic;">The painful task of thinking belongs to
<span style="font-style: italic;">The painful task of thinking belongs
to
me.<br>
<br>
-</span> Baron George Brydges Rodney<br>
<br>
<span style="font-style: italic;">Perfection in design is achieved not when
there is nothing left to add, but rather when there is nothing left to take
<span style="font-style: italic;">Perfection in design is achieved not
when
there is nothing left to add, but rather when there is nothing left to
take
away.</span><br>
</div>
<br>
<div style="text-align: center;">
 - Antoine de Saint-Exupery<br>
&nbsp;- Antoine de Saint-Exupery<br>
<div style="text-align: left;">
<br>
<div style="text-align: center;">
<div style="text-align: left;">
<div style="text-align: center;">
<span style="font-style: italic;">Nothing is foolproof to a
<div style="text-align: center;"><span style="font-style: italic;">Nothing
is foolproof to a
sufficiently-talented fool</span><br>
</div>
<span style="font-style: italic;"><br>
</span>
<div style="text-align: center;">
- Anonymous<br>
<div style="text-align: center;">- Anonymous<br>
<br>
Copyright © 2001-2007 Thomas M. Eastep<br>
<span style="font-style: italic;">Still, it is an error to argue in
front of your data. You find yourself insensibly twisting them round to
fit your theories.<br>
<br>
</span>- Holmes to Watson, "<span style="font-style: italic;">The
Adventure of Wisteria Lodge", </span>Arthur Conan Doyle<br>
<br>
Copyright © 2001-2008 Thomas M. Eastep<br>
<br>
</div>
</div>
</div>
</div>
</div>
<p>Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or any
later version published by the Free Software Foundation; with no Invariant
Sections, with no Front-Cover, and with no Back-Cover Texts. A copy of the
<p>Permission is granted to copy, distribute and/or modify this
document
under the terms of the GNU Free Documentation License, Version 1.2 or
any
later version published by the Free Software Foundation; with no
Invariant
Sections, with no Front-Cover, and with no Back-Cover Texts. A copy of
the
license is included in the section entitled “<span class="quote"><a
href="GnuCopyright.htm" target="_self">GNU Free Documentation
href="GnuCopyright.htm" target="_self">GNU Free Documentation
License</a></span>”.<br>
</p>
<p>2007-01-29<br>
<p>2008-10-30<br>
</p>
<hr style="width: 100%; height: 2px;">
<p style="text-align: center;"><a href="images/p1000221-600-800.jpg"><img
src="images/p1000221-600-800.jpg"
alt="Tom, his dog, and his new car - May 2006"
style="border: 3px solid ; width: 400px; height: 300px;" /></a></p>
src="images/p1000221-600-800.jpg"
alt="Tom, his dog, and his new car - May 2006"
style="border: 3px solid ; width: 400px; height: 300px;"></a></p>
<div style="text-align: center;">
"Tom, his dog Tipper, and his new car" -- May 2006<br>
</div>
<p align="center"><br>
</p>
<ul>
<li>Born 1945 in <a href="http://www.experiencewashington.com"
target="_top">Washington State</a> .</li>
<li>BA Mathematics from <a href="http://www.wsu.edu"
target="_top">Washington State University</a> 1967</li>
target="_top">Washington State</a> .</li>
<li>BA Mathematics from <a href="http://www.wsu.edu" target="_top">Washington
State University</a> 1967</li>
<li>MA Mathematics from <a href="http://www.washington.edu"
target="_top">University of Washington</a> 1969</li>
target="_top">University of Washington</a> 1969</li>
<li>Burroughs Corporation (now <a href="http://www.unisys.com"
target="_top">Unisys</a> ) 1969 - 1980</li>
<li>Tandem Computers, Incorporated (now part of <a href="http://www.hp.com"
target="_top">Hewlett-Packard</a>) 1980 - present</li>
target="_top">Unisys</a> ) 1969 - 1980</li>
<li>Tandem Computers, Incorporated (now part of <a
href="http://www.hp.com" target="_top">Hewlett-Packard</a>) 1980 -
present</li>
<li>Married 1969 - no children.</li>
</ul>
<p>I am currently an architect in the Open System Services development group
<p>I am currently an architect in the Open System Services development
group
within the NonStop Enterprise Division of HP.<br>
</p>
<p>I became interested in Internet Security when I established a home office
in 1999 and had DSL service installed in our home. I investigated ipchains
<p>I became interested in Internet Security when I established a home
office
in 1999 and had DSL service installed in our home. I investigated
ipchains
and developed the scripts which are now collectively known as <a
href="http://seawall.sourceforge.net">Seattle Firewall</a>. Expanding on what
href="http://seawall.sourceforge.net">Seattle Firewall</a>. Expanding
on what
I learned from Seattle Firewall, I then designed and wrote Shorewall.</p>
<p>I telework from our <a
href="http://lists.shorewall.net/SeattleInTheSpring.html">home</a> in <a
href="http://www.cityofshoreline.com" target="_top">Shoreline, Washington</a>
where I live with my wife Tarry. </p>
href="http://lists.shorewall.net/SeattleInTheSpring.html">home</a>
in&nbsp;<a href="http://www.cityofshoreline.com" target="_top">Shoreline,
Washington</a>
where I live with my wife Tarry.&nbsp;</p>
<p>For information about our home network see <a
href="XenMyWay-Routed.html">my Shorewall Configuration files.</a></p>
href="XenMyWay-Routed.html">my Shorewall Configuration files.</a></p>
</div>
</body>
</html>

View File

@ -22,7 +22,7 @@ the
license is included in the section entitled <span
style="text-decoration: underline;">"</span><a href="GnuCopyright.htm"
target="_self">GNU Free Documentation License</a>".</p>
<p>2008-10-05</p>
<p>2008-10-25</p>
<hr style="width: 100%; height: 2px;">
<h2>Table of Contents</h2>
<p style="margin-bottom: 0in; margin-left: 0.42in;"><a href="#Intro">Introduction
@ -121,17 +121,16 @@ Features page</a>.<br>
</p>
<h3><a name="Releases"></a>Current Shorewall Releases</h3>
<p style="margin-left: 40px;">The <span style="font-weight: bold;">current
Stable Release</span> version is 4.2.0<br>
Stable Release</span> version is 4.2.1<br>
</p>
<ul style="margin-left: 40px;">
<li>Here are the <a
href="http://www1.shorewall.net/pub/shorewall/4.2/shorewall-4.2.0/releasenotes.txt">release
href="http://www1.shorewall.net/pub/shorewall/4.2/shorewall-4.2.1/releasenotes.txt">release
notes</a> <br>
</li>
<li>Here are the <a
href="http://www1.shorewall.net/pub/shorewall/4.2/shorewall-4.2.0/known_problems.txt">known
problems</a> and <a
href="http://www1.shorewall.net/pub/shorewall/4.2/shorewall-4.2.0/errata/">updates</a>.
href="http://www1.shorewall.net/pub/shorewall/4.2/shorewall-4.2.1/known_problems.txt">known
problems</a>.
<p>Read more about the <a href="Shorewall-4.html">Release here</a>.<br>
</p>
</li>
@ -147,8 +146,7 @@ notes</a> <br>
</li>
<li>Here are the <a
href="http://www1.shorewall.net/pub/shorewall/4.0/shorewall-4.0.14/known_problems.txt">known
problems</a> and <a
href="http://www1.shorewall.net/pub/shorewall/4.0/shorewall-4.0.14/errata/">updates</a>.</li>
problems</a>.</li>
</ul>
</div>
<div style="margin-left: 40px;">