html cleanup :-)

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2726 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
judas_iscariote 2005-09-23 00:12:12 +00:00
parent 8974b09fa5
commit 1dc9f03f72
9 changed files with 12811 additions and 10079 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,63 +1,89 @@
<?xml version="1.0" encoding="utf-8"?> <?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 xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator"
content="HTML Tidy for Linux (vers 1st April 2002), see www.w3.org" />
<head> <title>Shorewall</title>
<meta name="author" content="Cristian Rodriguez R." />
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="./shorewall.css"
title="Default" media="screen" />
<base target="main" />
</head>
<title>Shorewall</title> <body>
<meta name="author" content="Cristian Rodriguez R." /> <ul class="menu">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <li><a href="index.htm" target="_top">Home</a></li>
<link rel="stylesheet" type="text/css" href="./shorewall.css" title="Default" media="screen" />
<base target="main">
</head>
<body> <li><a href="News.htm">News&nbsp;and<br />
Announcements</a></li>
<ul class="menu"> <li><a href="Introduction.html">Introduction</a></li>
<li> <a href="index.htm" target="_top">Home</a></li> <li><a
<li> <a href="News.htm">News&nbsp;and<br />Announcements</a></li> href="shorewall_prerequisites.htm">Requirements</a></li>
<li> <a href="Introduction.html">Introduction</a> </li>
<li> <a href="shorewall_prerequisites.htm">Requirements</a> </li>
<li> <a href="shorewall_features.htm">Features</a></li>
<li> <a href="Shorewall_Doesnt.html">What&nbsp;it&nbsp;Cannot&nbsp;Do&nbsp;</a></li>
<li> <a href="download.htm">Download</a></li>
<li> <a href="Install.html">Installation/<br />Upgrade</a></li>
<li> <a href="FAQ.htm"> FAQs </a></li>
<li> <a href="Documentation_Index.html">Documentation</a></li>
<li> <a href="errata.htm">Errata</a></li>
<li> <a href="upgrade_issues.htm">Upgrade&nbsp;Issues</a></li>
<li> <a href="troubleshoot.htm">Troubleshooting</a></li>
<li> <a href="support.htm">Getting&nbsp;Help</a></li>
</ul> <li><a href="shorewall_features.htm">Features</a></li>
<ul class="submenu"> <li><a
href="Shorewall_Doesnt.html">What&nbsp;it&nbsp;Cannot&nbsp;Do&nbsp;</a></li>
<li> <a href="shoreline.htm">About&nbsp;The&nbsp;Author</a></li>
<li> <a href="http://sourceforge.net/cvs/?group_id=22587" target="_blank">CVS&nbsp;Repository</a></li>
<li> <a href="shorewall_mirrors.htm">Mirrors</a></li>
<li> <a href="shorewall_index.htm#Donations">Donations</a></li>
<li> <a href="quotes.htm"> Quotes&nbsp;from&nbsp;Users</a></li>
<li> <a href="LinuxFest.pdf">LinuxFest&nbsp;NW&nbsp;2005<br />Presentation</a> </li>
<li> <a href="useful_links.html">Useful&nbsp;Links</a></li>
</ul> <li><a href="download.htm">Download</a></li>
<p class="copyright"> <li><a href="Install.html">Installation/<br />
Upgrade</a></li>
<a href="copyright.htm">Copyright&copy;&nbsp;2001-2005<br /> <li><a href="FAQ.htm">FAQs</a></li>
Thomas&nbsp;M.&nbsp;Eastep</a>
</p> <li><a href="Documentation_Index.html">Documentation</a></li>
<!-- shorewall logo --> <li><a href="errata.htm">Errata</a></li>
<img src="images/ProtectedBy.png" width="144" height="30" align="left" border="0" /><br /><br /> <li><a href="upgrade_issues.htm">Upgrade&nbsp;Issues</a></li>
<p class="copyright"> <li><a href="troubleshoot.htm">Troubleshooting</a></li>
Please&nbsp;report&nbsp;errors&nbsp;<br />on&nbsp;this&nbsp;site&nbsp;to <li><a href="support.htm">Getting&nbsp;Help</a></li>
<a href="mailto:webmaster@shorewall.net?subject=Website%20Comments">the&nbsp;Webmaster</a></p> </ul>
</body>
<ul class="submenu">
<li><a
href="shoreline.htm">About&nbsp;The&nbsp;Author</a></li>
<li><a href="http://sourceforge.net/cvs/?group_id=22587"
target="_blank">CVS&nbsp;Repository</a></li>
<li><a href="shorewall_mirrors.htm">Mirrors</a></li>
<li><a
href="shorewall_index.htm#Donations">Donations</a></li>
<li><a href="quotes.htm">Quotes&nbsp;from&nbsp;Users</a></li>
<li><a href="LinuxFest.pdf">LinuxFest&nbsp;NW&nbsp;2005<br />
Presentation</a></li>
<li><a href="useful_links.html">Useful&nbsp;Links</a></li>
</ul>
<p class="copyright"><a
href="copyright.htm">Copyright©&nbsp;2001-2005<br />
Thomas&nbsp;M.&nbsp;Eastep</a></p>
<!-- shorewall logo -->
<img src="images/ProtectedBy.png" width="144" height="30"
align="left" border="0" /><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> </html>

View File

@ -1,27 +1,36 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <html>
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta name="generator" content=
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> "HTML Tidy for Linux (vers 1st April 2002), see www.w3.org">
<title>Copyright</title> <meta http-equiv="Content-Language" content="en-us">
</head> <meta http-equiv="Content-Type" content=
<body> "text/html; charset=utf-8">
<h1 style="text-align: center;">Copyright<br>
</h1> <title>Copyright</title>
<p align="left">Copyright &copy; </head>
2000-2005 Thomas M Eastep<br>
&nbsp;</p> <body>
<blockquote> <h1 style="text-align: center;">Copyright<br>
<p align="left">Permission is granted to copy, distribute and/or </h1>
modify this document under the terms of the GNU Free Documentation
License, Version 1.1 or any later version published by the Free <p align="left">Copyright © 2000-2005 Thomas M Eastep<br>
Software Foundation; with no Invariant Sections, with no Front-Cover, &nbsp;</p>
and with no Back-Cover Texts. A copy of the license is included in the
section entitled "<a href="GnuCopyright.htm">GNU Free Documentation <blockquote>
License</a>".<br> <p align="left">Permission is granted to copy, distribute
&nbsp;</p> and/or modify this document under the terms of the GNU Free
</blockquote> Documentation License, Version 1.1 or any later version
<br> published by the Free Software Foundation; with no Invariant
<br> Sections, with no Front-Cover, and with no Back-Cover Texts.
</body> A copy of the license is included in the section entitled "<a
href="GnuCopyright.htm">GNU Free Documentation
License</a>".<br>
&nbsp;</p>
</blockquote>
<br>
<br>
</body>
</html> </html>

View File

@ -1,352 +1,473 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <html>
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta name="generator" content=
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> "HTML Tidy for Linux (vers 1st April 2002), see www.w3.org">
<title>Download</title> <meta http-equiv="Content-Language" content="en-us">
</head> <meta http-equiv="Content-Type" content=
<body> "text/html; charset=utf-8">
<h1 style="text-align: left;">Shorewall Download</h1>
<span style="font-weight: bold;">Tom Eastep<br> <title>Download</title>
<br> </head>
</span>Copyright ©&nbsp; 2001-2005 Thomas M. Eastep<span
style="font-weight: bold;"><br> <body>
</span> <h1 style="text-align: left;">Shorewall Download</h1>
<p>Permission is granted to copy, distribute and/or modify this <span style="font-weight: bold;">Tom Eastep<br>
document under the terms of the GNU Free Documentation License, Version <br>
1.2 or any later version published by the Free Software Foundation; </span> Copyright ©&nbsp; 2001-2005 Thomas M. Eastep<span
with no Invariant Sections, with no Front-Cover, and with no Back-Cover style="font-weight: bold;"><br>
Texts. A copy of the license is included in the section entitled “<span </span>
class="quote"><a href="GnuCopyright.htm" target="_self">GNU Free
Documentation License</a></span>”.<br> <p>Permission is granted to copy, distribute and/or modify this
</p> document under the terms of the GNU Free Documentation License,
<p>2005-08-27<br> Version 1.2 or any later version published by the Free Software
</p> Foundation; with no Invariant Sections, with no Front-Cover,
<hr style="width: 100%; height: 2px;"> and with no Back-Cover Texts. A copy of the license is included
<p><b>I strongly urge you to read and print a copy of the <a in the section entitled “<span class="quote"><a href=
href="shorewall_quickstart_guide.htm">Shorewall QuickStart Guide</a> "GnuCopyright.htm" target="_self">GNU Free Documentation
for the configuration that most closely matches your own.<br> License</a></span>”.<br>
</b></p> </p>
<p>The entire set of Shorewall documentation is available in PDF format
at:</p> <p>2005-08-27<br>
<p>&nbsp;&nbsp;&nbsp; <a </p>
href="ftp://slovakia.shorewall.net/mirror/shorewall/pdf/">ftp://slovakia.shorewall.net/mirror/shorewall/pdf/</a><br> <hr style="width: 100%; height: 2px;">
&nbsp;&nbsp;&nbsp; <a
href="http://slovakia.shorewall.net/pub/shorewall/pdf/">http://slovakia.shorewall.net/pub/shorewall/pdf/</a><br> <p><b>I strongly urge you to read and print a copy of the <a
&nbsp;&nbsp;&nbsp; <a href="shorewall_quickstart_guide.htm">Shorewall QuickStart
href="rsync://slovakia.shorewall.net/shorewall/pdf/">rsync://slovakia.shorewall.net/shorewall/pdf/</a> Guide</a> for the configuration that most closely matches your
</p> own.<br>
<p>The documentation in both XML and HTML formats is also available for </b></p>
download from the Download Sites listed in the table below.</p>
<p><font color="#ff0000"><b>NOTICE: There are two current Shorewall <p>The entire set of Shorewall documentation is available in
Release Series:</b></font><br> PDF format at:</p>
</p>
<ul> <p>&nbsp;&nbsp;&nbsp; <a href=
<li>The STABLE release series is 2.4. Choose this release if you "ftp://slovakia.shorewall.net/mirror/shorewall/pdf/">ftp://slovakia.shorewall.net/mirror/shorewall/pdf/</a><br>
value stability and good documentation.<br>
</li> &nbsp;&nbsp;&nbsp; <a href=
<li>The DEVELOPMENT release series is 2.5. Choose this release if "http://slovakia.shorewall.net/pub/shorewall/pdf/">http://slovakia.shorewall.net/pub/shorewall/pdf/</a><br>
you want the latest and greatest and are willing to help test it.<br>
</li> &nbsp;&nbsp;&nbsp; <a href=
</ul> "rsync://slovakia.shorewall.net/shorewall/pdf/">rsync://slovakia.shorewall.net/shorewall/pdf/</a></p>
For additional information, see this article about the<a
href="ReleaseModel.html"> Shorewall Release Model</a>. <p>The documentation in both XML and HTML formats is also
<p> Once you've printed the appropriate QuickStart Guide, download <u> available for download from the Download Sites listed in the
one</u> of the modules:</p> table below.</p>
<ul>
<li>Simon Matter provides RPMs taylored for <span <p><font color="#ff0000"><b>NOTICE: There are two current
style="font-weight: bold;">Redhat</span> and <span Shorewall Release Series:</b></font><br>
style="font-weight: bold;">Fedora</span>. You can <a </p>
href="http://www.invoca.ch/pub/packages/shorewall/">download them from
his site</a>. <br> <ul>
</li> <li>The STABLE release series is 2.4. Choose this release if
<li>Jack Coates provides RPMs taylored for <span you value stability and good documentation.<br>
style="font-weight: bold;">Mandrake.</span> You can <a </li>
href="http://www.monkeynoodle.org/comp/net/shorewall/">download them
from his site</a>.</li> <li>The DEVELOPMENT release series is 2.5. Choose this
<li>Marc Zonzon provides a package for <span release if you want the latest and greatest and are willing
style="font-weight: bold;">OpenWRT</span> (Open firmware for Linksys® to help test it.<br>
WRT54G). You can <a </li>
href="http://www.iut-lannion.fr/ZONZON/memos_index.php?part=Network&amp;section=WRTMemo&amp;subsec=shorewall">download </ul>
it from his site</a>.<br> For additional information, see this article about the <a href=
</li> "ReleaseModel.html">Shorewall Release Model</a>.
<li>jMCg provides a package for <span style="font-weight: bold;">Arch
Linux.</span> You can <a <p>Once you've printed the appropriate QuickStart Guide,
href="http://aur.archlinux.org/packages.php?do_Details=1&amp;ID=1563&amp;O=0&amp;L=0&amp;C=0&amp;K=shorewall&amp;SB=n&amp;PP=25&amp;do_MyPackages=0">download download <u>one</u> of the modules:</p>
it
from the Arch Linux site</a>.</li> <ul>
<li>If you run a <b>SuSE, </b><b>Linux <li>Simon Matter provides RPMs taylored for <span style=
PPC</b>, <span style="font-weight: bold;">Trustix</span> or <b> "font-weight: bold;">Redhat</span> and <span style=
TurboLinux</b> distribution with a 2.4 or 2.6 kernel, you can "font-weight: bold;">Fedora</span>. You can <a href=
use the standard RPM version (note: the RPM should also work with other "http://www.invoca.ch/pub/packages/shorewall/">download them
distributions that store init scripts in /etc/init.d and that include from his site</a>.<br>
chkconfig or insserv). If you find that it works in other cases, let <a </li>
href="mailto:teastep@shorewall.net"> me</a> know so that I can mention
them here (Note: the standard RPM is known to work on Redhat, Fedora <li>Jack Coates provides RPMs taylored for <span style=
and Mandrake with issues ranging from trivial (Redhat and Fedora) to "font-weight: bold;">Mandrake.</span> You can <a href=
moderate (Mandrake)). See the <a href="Install.htm">Installation "http://www.monkeynoodle.org/comp/net/shorewall/">download
Instructions</a> them from his site</a>.</li>
if you have problems installing the RPM.<br>
</li> <li>Marc Zonzon provides a package for <span style=
<li>If you run <a href="http://www.debian.org"><b>Debian</b></a> and "font-weight: bold;">OpenWRT</span> (Open firmware for
would like a .deb package, Shorewall is included in both the <a Linksys® WRT54G). You can <a href=
href="http://packages.debian.org/testing/net/shorewall.html">Debian "http://www.iut-lannion.fr/ZONZON/memos_index.php?part=Network&amp;section=WRTMemo&amp;subsec=shorewall">
Testing Branch</a> and the <a download it from his site</a>.<br>
href="http://packages.debian.org/unstable/net/shorewall.html">Debian </li>
Unstable Branch</a>.</li>
<li>If you run LEAF/Bering or one if it's derivatives, you can <li>jMCg provides a package for <span style=
download a .lrp file from the <a target="_top" "font-weight: bold;">Arch Linux.</span> You can <a href=
href="http://leaf-project.org">LEAF site</a>.<br> "http://aur.archlinux.org/packages.php?do_Details=1&amp;ID=1563&amp;O=0&amp;L=0&amp;C=0&amp;K=shorewall&amp;SB=n&amp;PP=25&amp;do_MyPackages=0">
</li> download it from the Arch Linux site</a>.</li>
<li>Otherwise, download the <i>shorewall</i> module (.tgz)</li>
</ul> <li>If you run a <b>SuSE,</b> <b>Linux PPC</b>, <span style=
<p>You will probably also want to download the HTML version of the "font-weight: bold;">Trustix</span> or <b>TurboLinux</b>
documentation for easy reference.</p> distribution with a 2.4 or 2.6 kernel, you can use the
<p>Beginning with Shorewall 2.2.0, you will find a file named standard RPM version (note: the RPM should also work with
known_problems.txt in the download directory. This file lists the known other distributions that store init scripts in /etc/init.d
problems with that version of Shorewall. If corrections are available, and that include chkconfig or insserv). If you find that it
they will be listed in the known problems and you can download them works in other cases, let <a href=
from the 'errata' subdirectory.<br> "mailto:teastep@shorewall.net">me</a> know so that I can
</p> mention them here (Note: the standard RPM is known to work on
<p>Example:<br> Redhat, Fedora and Mandrake with issues ranging from trivial
</p> (Redhat and Fedora) to moderate (Mandrake)). See the <a href=
<p style="margin-left: 40px;"><span style="font-family: monospace;">ftp&gt; "Install.htm">Installation Instructions</a> if you have
cd problems installing the RPM.<br>
pub/shorewall/2.2/shorewall-2.2.0</span><br </li>
style="font-family: monospace;">
<span style="font-family: monospace;">250 OK. Current directory is <li>If you run <a href=
/pub/shorewall/2.2/shorewall-2.2.0</span><br "http://www.debian.org"><b>Debian</b></a> and would like a
style="font-family: monospace;"> .deb package, Shorewall is included in both the <a href=
<span style="font-family: monospace;">ftp&gt; ls</span><span "http://packages.debian.org/testing/net/shorewall.html">Debian
style="font-family: monospace;"></span><br Testing Branch</a> and the <a href=
style="font-family: monospace;"> "http://packages.debian.org/unstable/net/shorewall.html">Debian
<span style="font-family: monospace;">227 Entering Passive Mode Unstable Branch</a>.</li>
(206,124,146,177,35,91)</span><br style="font-family: monospace;">
<span style="font-family: monospace;">150 Accepted data connection</span><br <li>If you run LEAF/Bering or one if it's derivatives, you
style="font-family: monospace;"> can download a .lrp file from the <a target="_top" href=
<span style="font-family: monospace;">drwxr-sr-x&nbsp;&nbsp;&nbsp; 3 "http://leaf-project.org">LEAF site</a>.<br>
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </li>
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4096 Feb&nbsp; 1 09:52 .</span><br style="font-family: monospace;"> <li>Otherwise, download the <i>shorewall</i> module
<span style="font-family: monospace;">drwxr-sr-x&nbsp;&nbsp;&nbsp; 3 (.tgz)</li>
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </ul>
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4096 Jan 28 14:28 ..</span><br style="font-family: monospace;"> <p>You will probably also want to download the HTML version of
<span style="font-family: monospace;">-rw-r--r--&nbsp;&nbsp;&nbsp; 1 the documentation for easy reference.</p>
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <p>Beginning with Shorewall 2.2.0, you will find a file named
500 Jan 28 14:27 2.2.0.md5sums</span><br style="font-family: monospace;"> known_problems.txt in the download directory. This file lists
<span style="font-family: monospace; color: rgb(204, 0, 0);">drwxr-sr-x&nbsp;&nbsp;&nbsp; the known problems with that version of Shorewall. If
2 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; corrections are available, they will be listed in the known
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; problems and you can download them from the 'errata'
4096 Feb&nbsp; 1 09:51 subdirectory.<br>
errata&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p>
&lt;=== (1)</span><br style="font-family: monospace;">
<span style="font-family: monospace; color: rgb(204, 0, 0);">-rw-r--r--&nbsp;&nbsp;&nbsp; <p>Example:<br>
1 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p>
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
156 Feb&nbsp; 1 09:52 known_problems.txt &lt;=== (2)</span><span <p style="margin-left: 40px;"><span style=
style="font-family: monospace;"></span><br "font-family: monospace;">ftp&gt; cd
style="font-family: monospace;"> pub/shorewall/2.2/shorewall-2.2.0</span><br style=
<span style="font-family: monospace;">-rw-r--r--&nbsp;&nbsp;&nbsp; 1 "font-family: monospace;">
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="font-family: monospace;">250 OK. Current
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 16059 Jan directory is /pub/shorewall/2.2/shorewall-2.2.0</span><br
24 16:13 patch-2.2.0</span><br style="font-family: monospace;"> style="font-family: monospace;">
<span style="font-family: monospace;">-rwxr-xr-x&nbsp;&nbsp;&nbsp; 1 <span style="font-family: monospace;">ftp&gt; ls</span><br
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; style="font-family: monospace;">
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 22963 Jan <span style="font-family: monospace;">227 Entering Passive
24 16:10 releasenotes.txt</span><br style="font-family: monospace;"> Mode (206,124,146,177,35,91)</span><br style=
<span style="font-family: monospace;">-rw-r--r--&nbsp;&nbsp;&nbsp; 1 "font-family: monospace;">
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="font-family: monospace;">150 Accepted data
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 100232 Jan 25 connection</span><br style="font-family: monospace;">
15:58 shorewall-2.2.0-1.noarch.rpm</span><br <span style=
style="font-family: monospace;"> "font-family: monospace;">drwxr-sr-x&nbsp;&nbsp;&nbsp; 3
<span style="font-family: monospace;">-rw-r--r--&nbsp;&nbsp;&nbsp; 1 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 122161 Jan 25 4096 Feb&nbsp; 1 09:52 .</span><br style=
15:58 shorewall-2.2.0.tgz</span><br style="font-family: monospace;"> "font-family: monospace;">
<span style="font-family: monospace;">-rw-r--r--&nbsp;&nbsp;&nbsp; 1 <span style=
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "font-family: monospace;">drwxr-sr-x&nbsp;&nbsp;&nbsp; 3
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2534077 Jan 28 13:29 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
shorewall-docs-html-2.2.0.tgz</span><br style="font-family: monospace;"> 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<span style="font-family: monospace;">-rw-r--r--&nbsp;&nbsp;&nbsp; 1 4096 Jan 28 14:28 ..</span><br style="font-family: monospace;">
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style=
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4481205 Jan 28 13:29 "font-family: monospace;">-rw-r--r--&nbsp;&nbsp;&nbsp; 1
shorewall-docs-xml-2.2.0.tgz</span><br style="font-family: monospace;"> 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<span style="font-family: monospace;">-rw-r--r--&nbsp;&nbsp;&nbsp; 1 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 500 Jan 28 14:27 2.2.0.md5sums</span><br style=
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 93905 Jan "font-family: monospace;">
25 15:58 shorewall-lrp-2.2.0.tgz</span><br <span style=
style="font-family: monospace;"> "font-family: monospace; color: rgb(204, 0, 0);">drwxr-sr-x&nbsp;&nbsp;&nbsp;
<span style="font-family: monospace;">226-Options: -a -l</span><br 2 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
style="font-family: monospace;"> 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<span style="font-family: monospace;">226 13 matches total</span><br 4096 Feb&nbsp; 1 09:51
style="font-family: monospace;"> errata&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<span style="font-family: monospace;">ftp&gt;<br> &lt;=== (1)</span><br style="font-family: monospace;">
</span></p> <span style=
<p style="margin-left: 40px;"><span style="font-family: monospace;"><span "font-family: monospace; color: rgb(204, 0, 0);">-rw-r--r--&nbsp;&nbsp;&nbsp;
style="color: rgb(204, 0, 0);">(1) Directory containing updates. For 1 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Shorewall versions prior to 2.4.0, the 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
updates/LRP directory contains those updates that apply to the LRP 156 Feb&nbsp; 1 09:52 known_problems.txt &lt;=== (2)</span><br
package.</span><br style="color: rgb(204, 0, 0);"> style="font-family: monospace;">
<span style="color: rgb(204, 0, 0);">(2) List of known problems, <span style=
workarounds and updates.. &nbsp;&nbsp;&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "font-family: monospace;">-rw-r--r--&nbsp;&nbsp;&nbsp; 1
</span><br> 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</p> 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<p><b>Download Sites:<br> 16059 Jan 24 16:13 patch-2.2.0</span><br style=
</b></p> "font-family: monospace;">
<div style="margin-left: 40px;"><span style="font-weight: bold;">Redhat</span> <span style=
and <span style="font-weight: bold;">Fedora</span> RPMS provided by "font-family: monospace;">-rwxr-xr-x&nbsp;&nbsp;&nbsp; 1
Simon Matter: <a href="http://www.invoca.ch/pub/packages/shorewall/">http://www.invoca.ch/pub/packages/shorewall/</a><br> 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br> 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<span style="font-weight: bold;">Mandrake</span> RPMS provided by Jack 22963 Jan 24 16:10 releasenotes.txt</span><br style=
Coates: <a href="http://www.monkeynoodle.org/comp/net/shorewall/">http://www.monkeynoodle.org/comp/net/shorewall/</a><br> "font-family: monospace;">
<br> <span style=
<span style="font-weight: bold;">OpenWRT</span> package provided by "font-family: monospace;">-rw-r--r--&nbsp;&nbsp;&nbsp; 1
Marc Zonzon: <a 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
href="http://www.iut-lannion.fr/ZONZON/memos_index.php?part=Network&amp;section=WRTMemo&amp;subsec=shorewall">http://www.iut-lannion.fr/ZONZON/memos_index.php?part=Network&amp;section=WRTMemo&amp;subsec=shorewall</a><br> 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 100232
<br> Jan 25 15:58 shorewall-2.2.0-1.noarch.rpm</span><br style=
Use the sites below to download the<span style="font-weight: bold;"> "font-family: monospace;">
tarball</span>, the <span style="font-weight: bold;">documentation</span> <span style=
<span style="font-weight: bold;"></span>and the "font-family: monospace;">-rw-r--r--&nbsp;&nbsp;&nbsp; 1
<span style="font-weight: bold;">standard RPM</span> for (<span 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
style="font-weight: bold;">Suse</span>, <span 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 122161
style="font-weight: bold;">Power PPC</span>, <span Jan 25 15:58 shorewall-2.2.0.tgz</span><br style=
style="font-weight: bold;">Trustix</span> and <span "font-family: monospace;">
style="font-weight: bold;">TurboLinux</span>).<br> <span style=
<br> "font-family: monospace;">-rw-r--r--&nbsp;&nbsp;&nbsp; 1
Packages are GPG signed, please <span style="font-weight: bold;"> 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
verify the integrity of the files</span>using our public key <a 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2534077 Jan
href="https://lists.shorewall.net/shorewall.gpg.key">https://lists.shorewall.net/shorewall.gpg.key</a> 28 13:29 shorewall-docs-html-2.2.0.tgz</span><br style=
</div> "font-family: monospace;">
<blockquote> <span style=
<table style="border-collapse: collapse;" border="2" cellpadding="2"> "font-family: monospace;">-rw-r--r--&nbsp;&nbsp;&nbsp; 1
<tbody> 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<tr> 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4481205 Jan
<td><b>SERVER LOCATION</b></td> 28 13:29 shorewall-docs-xml-2.2.0.tgz</span><br style=
<td><b>DOMAIN</b></td> "font-family: monospace;">
<td><b>HTTP</b></td> <span style=
<td><b>FTP</b></td> "font-family: monospace;">-rw-r--r--&nbsp;&nbsp;&nbsp; 1
</tr> 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<tr> 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<td>Slovak Republic</td> 93905 Jan 25 15:58 shorewall-lrp-2.2.0.tgz</span><br style=
<td>Shorewall.net</td> "font-family: monospace;">
<td><a href="http://slovakia.shorewall.net/pub/shorewall/">Browse</a></td> <span style="font-family: monospace;">226-Options: -a
<td> <a target="_blank" -l</span><br style="font-family: monospace;">
href="ftp://slovakia.shorewall.net/mirror/shorewall/">Browse</a></td> <span style="font-family: monospace;">226 13 matches
</tr> total</span><br style="font-family: monospace;">
<tr> <span style="font-family: monospace;">ftp&gt;<br>
<td style="vertical-align: top;">Vienna, Va, USA</td> </span></p>
<td style="vertical-align: top;">Shorewall.net</td>
<td style="vertical-align: top;"><a <p style="margin-left: 40px;"><span style=
href="http://www.shorewall.net/pub/shorewall/">Browse</a></td> "font-family: monospace;"><span style=
<td style="vertical-align: top;"><a "color: rgb(204, 0, 0);">(1) Directory containing updates. For
href="ftp://ftp.shorewall.net/pub/shorewall/" target="_blank">Browse</a></td> Shorewall versions prior to 2.4.0, the updates/LRP directory
</tr> contains those updates that apply to the LRP package.</span><br
<tr> style="color: rgb(204, 0, 0);">
<td style="vertical-align: top;">Frankfurt/Main, Germany<br> <span style="color: rgb(204, 0, 0);">(2) List of known
</td> problems, workarounds and updates..
<td style="vertical-align: top;">Shorewall.de<br> &nbsp;&nbsp;&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><br>
</td>
<td style="vertical-align: top;"><a </p>
href="http://www.shorewall.de/pub/shorewall/">Browse</a><br>
</td> <p><b>Download Sites:<br>
<td style="vertical-align: top;"><a target="_top" </b></p>
href="ftp://ftp.shorewall.de/pub/shorewall/">Browse</a><br>
</td> <div style="margin-left: 40px;">
</tr> <span style="font-weight: bold;">Redhat</span> and <span
<tr> style="font-weight: bold;">Fedora</span> RPMS provided by
<td style="vertical-align: top;">Shoreline, Wa, USA<br> Simon Matter: <a href=
</td> "http://www.invoca.ch/pub/packages/shorewall/">http://www.invoca.ch/pub/packages/shorewall/</a><br>
<td style="vertical-align: top;">Shorewall.net<br>
</td> <br>
<td style="vertical-align: top;"><a <span style="font-weight: bold;">Mandrake</span> RPMS
href="http://www1.shorewall.net/pub/shorewall/">Browse</a><br> provided by Jack Coates: <a href=
</td> "http://www.monkeynoodle.org/comp/net/shorewall/">http://www.monkeynoodle.org/comp/net/shorewall/</a><br>
<td style="vertical-align: top;"><a target="_top"
href="ftp://ftp1.shorewall.net/pub/shorewall">Browse</a><br> <br>
</td> <span style="font-weight: bold;">OpenWRT</span> package
</tr> provided by Marc Zonzon: <a href=
<tr> "http://www.iut-lannion.fr/ZONZON/memos_index.php?part=Network&amp;section=WRTMemo&amp;subsec=shorewall">
<td style="vertical-align: top;">Boston, Mass., USA<br> http://www.iut-lannion.fr/ZONZON/memos_index.php?part=Network&amp;section=WRTMemo&amp;subsec=shorewall</a><br>
</td>
<td style="vertical-align: top;">viisage.com<br> <br>
</td> Use the sites below to download the<span style=
<td style="vertical-align: top;"><a "font-weight: bold;">tarball</span>, the <span style=
href="http://shorewall.viisage.com/pub/shorewall">Browse</a><br> "font-weight: bold;">documentation</span> and the <span
</td> style="font-weight: bold;">standard RPM</span> for (<span
<td style="vertical-align: top;">N/A<br> style="font-weight: bold;">Suse</span>, <span style=
</td> "font-weight: bold;">Power PPC</span>, <span style=
</tr> "font-weight: bold;">Trustix</span> and <span style=
<tr> "font-weight: bold;">TurboLinux</span>).<br>
<td style="vertical-align: top;">Austin Texas, USA<br> <br>
</td> Packages are GPG signed, please <span style=
<td style="vertical-align: top;">shorewall.net<br> "font-weight: bold;">verify the integrity of the files</span>
</td> using our public key <a href=
<td style="vertical-align: top;"><a target="_top" "https://lists.shorewall.net/shorewall.gpg.key">https://lists.shorewall.net/shorewall.gpg.key</a>
href="http://slovak.ece.utexas.edu/mirrors/shorewall/">Browse</a><br> </div>
</td>
<td style="vertical-align: top;"><a target="_top" <blockquote>
href="ftp://slovak.ece.utexas.edu/shorewall/">Browse</a><br> <table style="border-collapse: collapse;" border="2"
</td> cellpadding="2">
</tr> <tbody>
<tr> <tr>
<td>Plano Texas, USA</td> <td><b>SERVER LOCATION</b></td>
<td>Infohiiway.com</td>
<td><a href="http://shorewall.infohiiway.com/pub/shorewall">Browse</a></td> <td><b>DOMAIN</b></td>
<td><a target="_blank"
href="ftp://ftp.infohiiway.com/pub/shorewall/">Browse<br> <td><b>HTTP</b></td>
</a></td>
</tr> <td><b>FTP</b></td>
<!--<tr> </tr>
<td>France</td>
<td>Shorewall.net</td> <tr>
<td><a href="http://france.shorewall.net/pub/shorewall">Browse</a></td> <td>Slovak Republic</td>
<td> <a target="_blank"
href="ftp://france.shorewall.net/pub/mirrors/shorewall/">Browse</a></td> <td>Shorewall.net</td>
</tr>-->
<tr> <td><a href=
<td valign="top">Argentina<br> "http://slovakia.shorewall.net/pub/shorewall/">Browse</a></td>
</td>
<td valign="top">Shorewall.net<br> <td><a target="_blank" href=
</td> "ftp://slovakia.shorewall.net/mirror/shorewall/">Browse</a></td>
<td valign="top"><a </tr>
href="http://argentina.shorewall.net/pub/shorewall/shorewall">Browse</a><br>
</td> <tr>
<td valign="top"><a href="ftp://ftp.syachile.cl/pub/shorewall" <td style="vertical-align: top;">Vienna, Va, USA</td>
target="_top">Browse</a><br>
</td> <td style="vertical-align: top;">Shorewall.net</td>
</tr>
<tr> <td style="vertical-align: top;"><a href=
<td>Sourceforge - California, USA (Incomplete)<br> "http://www.shorewall.net/pub/shorewall/">Browse</a></td>
</td>
<td>Sourceforge.net<br> <td style="vertical-align: top;"><a href=
</td> "ftp://ftp.shorewall.net/pub/shorewall/" target=
<td><a href="http://sourceforge.net/projects/shorewall">Browse<br> "_blank">Browse</a></td>
</a></td> </tr>
<td>N/A<br>
</td> <tr>
</tr> <td style="vertical-align: top;">Frankfurt/Main,
</tbody> Germany<br>
</table> </td>
</blockquote>
<p align="left"><b>CVS:</b></p> <td style="vertical-align: top;">Shorewall.de<br>
<blockquote> </td>
<p align="left">The <a target="_top"
href="http://cvs.sourceforge.net/viewcvs.py/shorewall">CVS <td style="vertical-align: top;"><a href=
repository at cvs.shorewall.net</a> contains the latest snapshots of "http://www.shorewall.de/pub/shorewall/">Browse</a><br>
the each Shorewall component. There's no guarantee that what you find </td>
there will work at all.<br>
</p> <td style="vertical-align: top;"><a target="_top" href=
<p align="left">The CVS repository also can be used to retreive the "ftp://ftp.shorewall.de/pub/shorewall/">Browse</a><br>
latest released versions. <a </td>
href="http://cvs.sourceforge.net/viewcvs.py/shorewall/tools/build/makeshorewall">Here </tr>
is a
shell script</a> that allows you to generate Shorewall packages from <tr>
the current <td style="vertical-align: top;">Shoreline, Wa, USA<br>
contents of the CVS repository (it is the same script that I use to </td>
build Shorewall releases).<br>
</p> <td style="vertical-align: top;">Shorewall.net<br>
</blockquote> </td>
</body>
<td style="vertical-align: top;"><a href=
"http://www1.shorewall.net/pub/shorewall/">Browse</a><br>
</td>
<td style="vertical-align: top;"><a target="_top" href=
"ftp://ftp1.shorewall.net/pub/shorewall">Browse</a><br>
</td>
</tr>
<tr>
<td style="vertical-align: top;">Boston, Mass., USA<br>
</td>
<td style="vertical-align: top;">viisage.com<br>
</td>
<td style="vertical-align: top;"><a href=
"http://shorewall.viisage.com/pub/shorewall">Browse</a><br>
</td>
<td style="vertical-align: top;">N/A<br>
</td>
</tr>
<tr>
<td style="vertical-align: top;">Austin Texas, USA<br>
</td>
<td style="vertical-align: top;">shorewall.net<br>
</td>
<td style="vertical-align: top;"><a target="_top" href=
"http://slovak.ece.utexas.edu/mirrors/shorewall/">Browse</a><br>
</td>
<td style="vertical-align: top;"><a target="_top" href=
"ftp://slovak.ece.utexas.edu/shorewall/">Browse</a><br>
</td>
</tr>
<tr>
<td>Plano Texas, USA</td>
<td>Infohiiway.com</td>
<td><a href=
"http://shorewall.infohiiway.com/pub/shorewall">Browse</a></td>
<td><a target="_blank" href=
"ftp://ftp.infohiiway.com/pub/shorewall/">Browse<br>
</a></td>
</tr>
<!--<tr>
<td>France</td>
<td>Shorewall.net</td>
<td><a href="http://france.shorewall.net/pub/shorewall">Browse</a></td>
<td> <a target="_blank"
href="ftp://france.shorewall.net/pub/mirrors/shorewall/">Browse</a></td>
</tr>-->
<tr>
<td valign="top">Argentina<br>
</td>
<td valign="top">Shorewall.net<br>
</td>
<td valign="top"><a href=
"http://argentina.shorewall.net/pub/shorewall/shorewall">
Browse</a><br>
</td>
<td valign="top"><a href=
"ftp://ftp.syachile.cl/pub/shorewall" target=
"_top">Browse</a><br>
</td>
</tr>
<tr>
<td>Sourceforge - California, USA (Incomplete)<br>
</td>
<td>Sourceforge.net<br>
</td>
<td><a href=
"http://sourceforge.net/projects/shorewall">Browse<br>
</a></td>
<td>N/A<br>
</td>
</tr>
</tbody>
</table>
</blockquote>
<p align="left"><b>CVS:</b></p>
<blockquote>
<p align="left">The <a target="_top" href=
"http://cvs.sourceforge.net/viewcvs.py/shorewall">CVS
repository at cvs.shorewall.net</a> contains the latest
snapshots of the each Shorewall component. There's no
guarantee that what you find there will work at all.<br>
</p>
<p align="left">The CVS repository also can be used to
retreive the latest released versions. <a href=
"http://cvs.sourceforge.net/viewcvs.py/shorewall/tools/build/makeshorewall">
Here is a shell script</a> that allows you to generate
Shorewall packages from the current contents of the CVS
repository (it is the same script that I use to build
Shorewall releases).<br>
</p>
</blockquote>
</body>
</html> </html>

View File

@ -1,22 +1,35 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Frameset//EN""http://www.w3.org/TR/html4/frameset.dtd"> Frameset//EN""http://www.w3.org/TR/html4/frameset.dtd">
<html> <html>
<head> <head>
<title>Shoreline Firewall</title> <meta name="generator" content=
<LINK REL="SHORTCUT ICON" HREF="favicon.ico"> "HTML Tidy for Linux (vers 1st April 2002), see www.w3.org">
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8"> <title>Shoreline Firewall</title>
<link href="/html.css" rel="stylesheet" type="text/css"> <link rel="SHORTCUT ICON" href="favicon.ico">
</head> <meta http-equiv="Content-Type" content=
<frameset rows="114,*" cols="*" frameborder="no" "text/html; charset=UTF-8">
border="1"framespacing="0"> <frame <link href="/html.css" rel="stylesheet" type="text/css">
src="Banner.html" name="topFrame"scrolling="NO" </head>
noresize >
<frameset cols="159,*" frameborder="no" border="0" framespacing="0"> <frameset rows="114,*" cols="*" frameborder="no" border="1"
<frame src="Shorewall_index_frame.htm" name="contents"> <frame src="shorewall_index.htm" framespacing="0">
name="main"> <frame src="Banner.html" name="topFrame" scrolling="no"
</frameset> noresize>
</frameset>
<noframes><body><p>This page uses frames, but your browser doesn't <frameset cols="159,*" frameborder="no" border="0"
support them.</p></body></noframes> framespacing="0">
<frame src="Shorewall_index_frame.htm" name="contents">
<frame src="shorewall_index.htm" name="main">
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support
them.</p>
</body>
</noframes>
</frameset>
</html> </html>

View File

@ -1,107 +1,139 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="generator" content=
<title>About the Shorewall Author</title> "HTML Tidy for Linux (vers 1st April 2002), see www.w3.org">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta http-equiv="Content-Type" content=
<meta name="ProgId" content="FrontPage.Editor.Document"> "text/html; charset=utf-8">
<meta name="Microsoft Theme" content="none">
</head> <title>About the Shorewall Author</title>
<body> <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<p align="center"> </p> <meta name="ProgId" content="FrontPage.Editor.Document">
<h1 style="text-align: left;">Tom Eastep</h1> <meta name="Microsoft Theme" content="none">
<div style="text-align: center;"><span style="font-style: italic;">Open </head>
Source Software is not free; it comes at a very high cost.<br>
<br> <body>
- </span>Wietse Venema<br> <h1 style="text-align: left;">Tom Eastep</h1>
<br>
<span style="font-style: italic;">Perfection <div style="text-align: center;">
in design is achieved not <span style="font-style: italic;">Open Source Software is not
when there is nothing left to add, but rather when there is nothing free; it comes at a very high cost.<br>
left to take away.</span><br> <br>
</div> -</span> Wietse Venema<br>
<br> <br>
<div style="text-align: center;">&nbsp;- Antoine de Saint-Exupery<br> <span style="font-style: italic;">Perfection in design is
<div style="text-align: left;"><br> achieved not when there is nothing left to add, but rather
<div style="text-align: center;"><span style="font-style: italic;">Fragmentation when there is nothing left to take away.</span><br>
is like classful </div>
addressing -- an interesting early architectural error that shows how <br>
much experimentation was going on while IP was being designed.</span><br>
</div> <div style="text-align: center;">
<div style="text-align: center;"><br> &nbsp;- Antoine de Saint-Exupery<br>
- Paul Vixie<br>
<div style="text-align: left;"><br> <div style="text-align: left;">
<div style="text-align: center;"><span style="font-style: italic;">Nothing <br>
is foolproof to a sufficiently-talented fool</span><br>
<span style="font-style: italic;"></span></div> <div style="text-align: center;">
<span style="font-style: italic;"><br> <span style="font-style: italic;">Fragmentation is like
</span> classful addressing -- an interesting early architectural
<div style="text-align: center;"><span style="font-style: italic;"></span>- error that shows how much experimentation was going on
Anonymous<br> while IP was being designed.</span><br>
<span style="font-style: italic;"></span></div> </div>
</div>
</div> <div style="text-align: center;">
<br> <br>
</div> - Paul Vixie<br>
</div>
<br> <div style="text-align: left;">
Copyright © 2001-2005 Thomas M. Eastep<br> <br>
<br>
<p>Permission is granted to copy, distribute and/or modify this <div style="text-align: center;">
document under the terms of the GNU Free Documentation License, Version <span style="font-style: italic;">Nothing is
1.2 or any later version published by the Free Software Foundation; foolproof to a sufficiently-talented fool</span><br>
with no Invariant Sections, with no Front-Cover, and with no Back-Cover </div>
Texts. A copy of the license is included in the section entitled “<span <span style="font-style: italic;"><br>
class="quote"><a href="GnuCopyright.htm" target="_self">GNU Free </span>
Documentation License</a></span>”.<br>
</p> <div style="text-align: center;">
<p>2005-05-20<br> - Anonymous<br>
</p> </div>
<hr style="width: 100%; height: 2px;"> </div>
<p style="text-align: left;"><img src="images/Tom.jpg" </div>
alt="Aging Geek - June 2003" <br>
style="border: 3px solid ; width: 320px; height: 240px;"> </p> </div>
<div style="text-align: left;">"The Aging Geek" -- June 2003<br> </div>
</div> <br>
<p align="center"><br> Copyright © 2001-2005 Thomas M. Eastep<br>
</p> <br>
<ul>
<li>Born 1945 in <a href="http://www.experiencewashington.com" <p>Permission is granted to copy, distribute and/or modify this
target="_top">Washington document under the terms of the GNU Free Documentation License,
State</a> .</li> Version 1.2 or any later version published by the Free Software
<li>BA Mathematics from <a href="http://www.wsu.edu" target="_top">Washington Foundation; with no Invariant Sections, with no Front-Cover,
State University</a> 1967</li> and with no Back-Cover Texts. A copy of the license is included
<li>MA Mathematics from <a href="http://www.washington.edu" in the section entitled “<span class="quote"><a href=
target="_top">University "GnuCopyright.htm" target="_self">GNU Free Documentation
of Washington</a> 1969</li> License</a></span>”.<br>
<li>Burroughs Corporation (now <a href="http://www.unisys.com" </p>
target="_top">Unisys</a>
) 1969 - 1980</li> <p>2005-05-20<br>
<li>Tandem Computers, </p>
Incorporated <hr style="width: 100%; height: 2px;">
(now part of <a href="http://www.hp.com" target="_top">Hewlett-Packard</a>)
1980 - <p style="text-align: left;"><img src="images/Tom.jpg" alt=
present</li> "Aging Geek - June 2003" style=
<li>Married 1969 - no children.</li> "border: 3px solid ; width: 320px; height: 240px;"></p>
</ul>
<p>I am currently a member of the design team for the next-generation <div style="text-align: left;">
operating system from the NonStop Enterprise Division of HP. </p> "The Aging Geek" -- June 2003<br>
<p>I became interested in Internet Security when I established a home </div>
office in 1999 and had DSL service installed in our home. I
investigated ipchains and developed the scripts which are now <p align="center"><br>
collectively known as <a href="http://seawall.sourceforge.net"> </p>
Seattle Firewall</a>. Expanding on what I learned from Seattle
Firewall, I then designed and wrote Shorewall. </p> <ul>
<p>I telework from our <a <li>Born 1945 in <a href=
href="http://lists.shorewall.net/SeattleInTheSpring.html">home</a> "http://www.experiencewashington.com" target=
in&nbsp;<a href="http://www.cityofshoreline.com" target="_top">Shoreline, "_top">Washington State</a> .</li>
Washington</a>
where <li>BA Mathematics from <a href="http://www.wsu.edu" target=
I live with my wife Tarry.&nbsp; </p> "_top">Washington State University</a> 1967</li>
<p></p>
<ul> <li>MA Mathematics from <a href="http://www.washington.edu"
</ul> target="_top">University of Washington</a> 1969</li>
<p>For information about our home network see <a href="myfiles.htm">my
Shorewall Configuration files.</a></p> <li>Burroughs Corporation (now <a href=
</body> "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>
<li>Married 1969 - no children.</li>
</ul>
<p>I am currently a member of the design team for the
next-generation operating system from the NonStop Enterprise
Division of HP.</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 and developed the scripts which
are now collectively known as <a 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&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=
"myfiles.htm">my Shorewall Configuration files.</a></p>
</body>
</html> </html>

View File

@ -1,209 +1,277 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html> <html>
<head> <head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8"> <meta name="generator" content=
<title>Shoreline Firewall (Shorewall) 2.0</title> "HTML Tidy for Linux (vers 1st April 2002), see www.w3.org">
<base target="_self"> <meta http-equiv="CONTENT-TYPE" content=
<meta name="GENERATOR" content="OpenOffice.org 1.1.1 (Linux)"> "text/html; charset=utf-8">
<meta name="CREATED" content="20040920;15031500">
<meta name="CHANGED" content="20040920;15183300"> <title>Shoreline Firewall (Shorewall) 2.0</title>
</head> <base target="_self">
<body dir="ltr" lang="en-US"> <meta name="GENERATOR" content="OpenOffice.org 1.1.1 (Linux)">
<h1><span style="font-weight: bold;"></span>Shorewall 2.x</h1> <meta name="CREATED" content="20040920;15031500">
<h2><a href="News.htm#20050717"><font color="#ff0000">Security <meta name="CHANGED" content="20040920;15183300">
vulnerability in Shorewall 2.x</font></a></h2> </head>
<hr style="width: 100%; height: 2px;">
<p>The information on this site applies only <body dir="ltr" lang="en-US">
to 2.x releases of Shorewall. For older versions:</p> <h1>Shorewall 2.x</h1>
<ul>
<li> <h2><a href="News.htm#20050717"><font color="#ff0000">Security
<p style="margin-bottom: 0in;">The 1.4 site is <a vulnerability in Shorewall 2.x</font></a></h2>
href="http://www.shorewall.net/1.4" target="_top">here.</a></p> <hr style="width: 100%; height: 2px;">
</li>
<li> <p>The information on this site applies only to 2.x releases of
<p style="margin-bottom: 0in;">The 1.3 site is <a Shorewall. For older versions:</p>
href="http://www.shorewall.net/1.3" target="_top">here.</a> </p>
</li> <ul>
<li> <li>
<p>The 1.2 site is <a href="http://shorewall.net/1.2/" <p style="margin-bottom: 0in;">The 1.4 site is <a href=
target="_top">here</a>. </p> "http://www.shorewall.net/1.4" target="_top">here.</a></p>
</li> </li>
</ul>
<p>The current 2.4 Stable Release is 2.4.4 -- Here are the <a <li>
href="http://shorewall.net/pub/shorewall/2.4/shorewall-2.4.4/releasenotes.txt">release <p style="margin-bottom: 0in;">The 1.3 site is <a href=
notes</a> and here are the <a "http://www.shorewall.net/1.3" target="_top">here.</a></p>
href="http://shorewall.net/pub/shorewall/2.4/shorewall-2.4.4/known_problems.txt">known </li>
problems</a> and <a
href="http://shorewall.net/pub/shorewall/2.4/shorewall-2.4.4/errata/">updates</a>.<br> <li>
<br> <p>The 1.2 site is <a href="http://shorewall.net/1.2/"
The current 2.5 Development Release is 2.5.6 -- Here are the <a target="_top">here</a>.</p>
href="http://shorewall.net/pub/shorewall/2.5/shorewall-2.5.6/releasenotes.txt">release </li>
notes</a> and the preliminary documentation is <a href="3.0/index.html">here</a>.<br> </ul>
<br>
Copyright © 2001-2005 Thomas M. Eastep</p> <p>The current 2.4 Stable Release is 2.4.4 -- Here are the <a
<p>Permission is granted to copy, distribute and/or modify this href=
document under the terms of the GNU Free Documentation License, "http://shorewall.net/pub/shorewall/2.4/shorewall-2.4.4/releasenotes.txt">
Version 1.2 or any later version published by the Free Software release notes</a> and here are the <a href=
Foundation; with no Invariant Sections, with no Front-Cover, and with "http://shorewall.net/pub/shorewall/2.4/shorewall-2.4.4/known_problems.txt">
no Back-Cover Texts. A copy of the license is included in the section known problems</a> and <a href=
entitled “<a href="GnuCopyright.htm" target="_self">GNU "http://shorewall.net/pub/shorewall/2.4/shorewall-2.4.4/errata/">
Free Documentation License</a>”.</p> updates</a>.<br>
<p>2005-09-17</p> <br>
<hr style="width: 100%; height: 2px;"> The current 2.5 Development Release is 2.5.6 -- Here are the <a
<h3>Table of Contents</h3> href=
<p style="margin-left: 0.42in; margin-bottom: 0in;"><a href="#Intro">Introduction "http://shorewall.net/pub/shorewall/2.5/shorewall-2.5.6/releasenotes.txt">
to Shorewall</a></p> release notes</a> and the preliminary documentation is <a href=
<p style="margin-left: 0.83in; margin-bottom: 0in;"><a href="#Glossary">Glossary</a><br> "3.0/index.html">here</a>.<br>
<a href="#WhatIs">What <br>
is Shorewall?</a><br> Copyright © 2001-2005 Thomas M. Eastep</p>
<a href="#GettingStarted">Getting Started with
Shorewall</a><br> <p>Permission is granted to copy, distribute and/or modify this
<a href="#Info">Looking for Information?</a><br> document under the terms of the GNU Free Documentation License,
<a href="#Mandrake">Running Version 1.2 or any later version published by the Free Software
Shorewall on Mandrake® with a two-interface setup?</a><br> Foundation; with no Invariant Sections, with no Front-Cover,
<a href="#License">License</a><br> and with no Back-Cover Texts. A copy of the license is included
</p> in the section entitled “<a href="GnuCopyright.htm" target=
<div style="margin-left: 40px;"><br> "_self">GNU Free Documentation License</a>”.</p>
<a href="#Leaf">Leaf</a><br>
<br> <p>2005-09-17</p>
<a href="#OpenWRT">OpenWRT</a><br> <hr style="width: 100%; height: 2px;">
</div>
<p style="margin-left: 40px;"><a href="#Donations">Donations</a></p> <h3>Table of Contents</h3>
<h2><a name="Intro"></a>Introduction to Shorewall</h2>
<h3><a name="Glossary"></a>Glossary</h3> <p style="margin-left: 0.42in; margin-bottom: 0in;"><a href=
<ul> "#Intro">Introduction to Shorewall</a></p>
<li>
<p style="margin-bottom: 0in;"><a href="http://www.netfilter.org/" <p style="margin-left: 0.83in; margin-bottom: 0in;"><a href=
target="_top">Netfilter</a> - the packet filter facility built into "#Glossary">Glossary</a><br>
the 2.4 and later Linux kernels. </p> <a href="#WhatIs">What is Shorewall?</a><br>
</li> <a href="#GettingStarted">Getting Started with
<li> Shorewall</a><br>
<p style="margin-bottom: 0in;">ipchains - the packet filter <a href="#Info">Looking for Information?</a><br>
facility built into the 2.2 Linux kernels. Also the name of the utility <a href="#Mandrake">Running Shorewall on Mandrake® with a
program used to configure and control that facility. Netfilter can be two-interface setup?</a><br>
used in ipchains compatibility mode. </p> <a href="#License">License</a><br>
</li> </p>
<li>
<p>iptables - the utility program used to configure and control <div style="margin-left: 40px;">
Netfilter. The term 'iptables' is often used to refer to the <br>
combination of iptables+Netfilter (with Netfilter not in ipchains <a href="#Leaf">Leaf</a><br>
compatibility mode). </p> <br>
</li> <a href="#OpenWRT">OpenWRT</a><br>
</ul> </div>
<h3><a name="WhatIs"></a>What is Shorewall?</h3>
<p style="margin-left: 0.42in;">The Shoreline Firewall, more commonly <p style="margin-left: 40px;"><a href=
known as "Shorewall", is a high-level tool for configuring "#Donations">Donations</a></p>
Netfilter. You describe your firewall/gateway requirements using
entries in a set of configuration files. Shorewall reads those <h2><a name="Intro"></a>Introduction to Shorewall</h2>
configuration files and with the help of the iptables utility,
Shorewall configures Netfilter to match your requirements. Shorewall <h3><a name="Glossary"></a>Glossary</h3>
can be used on a dedicated firewall system, a multi-function
gateway/router/server or on a standalone GNU/Linux system. Shorewall <ul>
does not use Netfilter's ipchains compatibility mode and can thus <li>
take advantage of Netfilter's <a <p style="margin-bottom: 0in;"><a href=
href="http://www.cs.princeton.edu/%7Ejns/security/iptables/iptables_conntrack.html" "http://www.netfilter.org/" target="_top">Netfilter</a> -
target="_top">connection the packet filter facility built into the 2.4 and later
state tracking capabilities</a>.<br> Linux kernels.</p>
<br> </li>
Shorewall is <u>not</u> a
daemon. Once Shorewall has configured Netfilter, it's job is <li>
complete. After that, there is no Shorewall code running although the <p style="margin-bottom: 0in;">ipchains - the packet filter
<a href="starting_and_stopping_shorewall.htm">/sbin/shorewall program facility built into the 2.2 Linux kernels. Also the name of
can be used at any time to monitor the Netfilter firewall</a>.<br> the utility program used to configure and control that
</p> facility. Netfilter can be used in ipchains compatibility
<p style="margin-left: 0.42in;">Shorewall is not the easiest to use of mode.</p>
the available iptables configuration tools but I believe that it is the </li>
most flexible and powerful. So if you are looking for a simple
point-and-click set-and-forget Linux firewall solution that requires a <li>
minimum of networking knowledge, I would encourage you to check out the <p>iptables - the utility program used to configure and
following alternatives:</p> control Netfilter. The term 'iptables' is often used to
<ul style="margin-left: 40px;"> refer to the combination of iptables+Netfilter (with
<li><a href="http://www.m0n0.ch/wall">http://www.m0n0.ch/wall</a></li> Netfilter not in ipchains compatibility mode).</p>
<li><a href="http://www.fs-security.com/">http://www.fs-security.com/</a><br> </li>
</li> </ul>
</ul>
<p style="margin-left: 0.42in;">On the other hand, if you are looking <h3><a name="WhatIs"></a>What is Shorewall?</h3>
for a Linux firewall solution that can handle complex and fast changing
network environments then Shorewall is a logical choice.<br> <p style="margin-left: 0.42in;">The Shoreline Firewall, more
</p> commonly known as "Shorewall", is a high-level tool for
<h3><a name="GettingStarted"></a>Getting Started with Shorewall</h3> configuring Netfilter. You describe your firewall/gateway
<p style="margin-left: 0.42in;">New to Shorewall? Start by selecting requirements using entries in a set of configuration files.
the <a href="shorewall_quickstart_guide.htm">QuickStart Guide</a> Shorewall reads those configuration files and with the help of
that most closely matches your environment and follow the step by the iptables utility, Shorewall configures Netfilter to match
step instructions.</p> your requirements. Shorewall can be used on a dedicated
<h3><a name="Info"></a>Looking for Information?</h3> firewall system, a multi-function gateway/router/server or on a
<p style="margin-left: 0.42in;">The <a href="Documentation_Index.html">Documentation standalone GNU/Linux system. Shorewall does not use Netfilter's
Index</a> is a good place to start as is the Site Search in the ipchains compatibility mode and can thus take advantage of
frame above.<br> Netfilter's <a href=
</p> "http://www.cs.princeton.edu/%7Ejns/security/iptables/iptables_conntrack.html"
<h3><a name="Mandrake"></a>Running Shorewall on Mandrake® with a target="_top">connection state tracking capabilities</a>.<br>
two-interface setup?</h3> <br>
<p style="margin-left: 0.42in;">If so, the documentation on this site Shorewall is <u>not</u> a daemon. Once Shorewall has configured
will not apply directly to your setup. If you want to use the Netfilter, it's job is complete. After that, there is no
documentation that you find here, you will want to consider Shorewall code running although the <a href=
uninstalling what you have and installing a setup that matches the "starting_and_stopping_shorewall.htm">/sbin/shorewall program
documentation on this site. See the <a href="two-interface.htm">Two-interface can be used at any time to monitor the Netfilter
QuickStart Guide</a> for details.<br> firewall</a>.<br>
<br> </p>
<b>Update: </b>I have been
informed by Mandrake Development that this problem has been corrected <p style="margin-left: 0.42in;">Shorewall is not the easiest to
in Mandrake 10.0 Final (the problem still exists in the 10.0 use of the available iptables configuration tools but I believe
Community release).</p> that it is the most flexible and powerful. So if you are
<h3><a name="License"></a>License</h3> looking for a simple point-and-click set-and-forget Linux
<p style="margin-left: 0.42in;">This program is free software; you can firewall solution that requires a minimum of networking
redistribute it and/or modify it under the terms of <a knowledge, I would encourage you to check out the following
href="http://www.gnu.org/licenses/gpl.html">Version alternatives:</p>
2 of the GNU General Public License</a> as published by the Free
Software Foundation.</p> <ul style="margin-left: 40px;">
<p style="margin-left: 0.42in;">This program is distributed in the <li><a href=
hope that it will be useful, but WITHOUT ANY WARRANTY; without even "http://www.m0n0.ch/wall">http://www.m0n0.ch/wall</a></li>
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU General Public License for more detail.</p> <li><a href=
<p style="margin-left: 0.42in;">You should have received a copy of the "http://www.fs-security.com/">http://www.fs-security.com/</a><br>
GNU General Public License along with this program; if not, write to
the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA </li>
02139, USA</p> </ul>
<p style="margin-left: 0.42in;">Permission is granted to copy,
distribute and/or modify this document under the terms of the GNU <p style="margin-left: 0.42in;">On the other hand, if you are
Free Documentation License, Version 1.2 or any later version looking for a Linux firewall solution that can handle complex
published by the Free Software Foundation; with no Invariant and fast changing network environments then Shorewall is a
Sections, with no Front-Cover, and with no Back-Cover Texts. A copy logical choice.<br>
of the license is included in the section entitled "GNU Free </p>
Documentation License". </p>
<hr> <h3><a name="GettingStarted"></a>Getting Started with
<h2><a name="Leaf"></a>Leaf</h2> Shorewall</h3>
<p><a href="http://leaf.sourceforge.net/" target="_top"><font
color="#000000"><img src="images/leaflogo.gif" name="Graphic1" <p style="margin-left: 0.42in;">New to Shorewall? Start by
alt="(Leaf Logo)" align="bottom" border="1" height="39" width="52"></font></a> selecting the <a href=
LEAF is an open source project which provides a Firewall/router on a "shorewall_quickstart_guide.htm">QuickStart Guide</a> that most
floppy, CD or CF. Several LEAF distributions including Bering and closely matches your environment and follow the step by step
Bering-uClibc use Shorewall as their Netfilter configuration tool.</p> instructions.</p>
<hr style="width: 100%; height: 2px;">
<h2><a name="OpenWRT"></a>OpenWRT</h2> <h3><a name="Info"></a>Looking for Information?</h3>
<a href="http://openwrt.org"><img alt="(OpenWRT Logo)"
src="images/openwrt.png" <p style="margin-left: 0.42in;">The <a href=
style="border: 0px solid ; width: 88px; height: 31px;" hspace="4"></a>OpenWRT "Documentation_Index.html">Documentation Index</a> is a good
is a project which provides open source firmware for Linksys WRT54G place to start as is the Site Search in the frame above.<br>
wireless routers. Two different Shorewall packages are available for </p>
OpenWRT.<br>
<hr> <h3><a name="Mandrake"></a>Running Shorewall on Mandrake® with
<h2><a name="Donations"></a>Donations</h2> a two-interface setup?</h3>
<p align="left"><a href="http://www.alz.org/" target="_top"><font
color="#000000"><img src="images/alz_logo2.gif" name="Graphic2" <p style="margin-left: 0.42in;">If so, the documentation on
alt="(Alzheimer's Association Logo)" align="right" border="1" this site will not apply directly to your setup. If you want to
height="63" width="303"></font></a><a href="http://www.starlight.org/" use the documentation that you find here, you will want to
target="_top"><font color="#000000"><img src="images/newlog.gif" consider uninstalling what you have and installing a setup that
name="Graphic3" alt="(Starlight Foundation Logo)" align="right" matches the documentation on this site. See the <a href=
border="1" height="105" width="62"></font></a><font size="4">Shorewall "two-interface.htm">Two-interface QuickStart Guide</a> for
is free but if you try it and find it useful, please consider making details.<br>
a donation to the <a href="http://www.alz.org/" target="_top">Alzheimer's <br>
Association</a> or to the <a href="http://www.starlight.org/" <b>Update:</b> I have been informed by Mandrake Development
target="_top">Starlight that this problem has been corrected in Mandrake 10.0 Final
Children's Foundation</a>.</font></p> (the problem still exists in the 10.0 Community release).</p>
<p align="left"><font size="4">Thank You<br>
</font></p> <h3><a name="License"></a>License</h3>
<p align="left"><br>
<br> <p style="margin-left: 0.42in;">This program is free software;
</p> you can redistribute it and/or modify it under the terms of <a
</body> href="http://www.gnu.org/licenses/gpl.html">Version 2 of the
GNU General Public License</a> as published by the Free
Software Foundation.</p>
<p style="margin-left: 0.42in;">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 detail.</p>
<p style="margin-left: 0.42in;">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>
<p style="margin-left: 0.42in;">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 "GNU Free Documentation License".</p>
<hr>
<h2><a name="Leaf"></a>Leaf</h2>
<p><a href="http://leaf.sourceforge.net/" target="_top"><font
color="#000000"><img src="images/leaflogo.gif" name="Graphic1"
alt="(Leaf Logo)" align="bottom" border="1" height="39" width=
"52"></font></a> LEAF is an open source project which provides
a Firewall/router on a floppy, CD or CF. Several LEAF
distributions including Bering and Bering-uClibc use Shorewall
as their Netfilter configuration tool.</p>
<hr style="width: 100%; height: 2px;">
<h2><a name="OpenWRT"></a>OpenWRT</h2>
<a href="http://openwrt.org"><img alt="(OpenWRT Logo)" src=
"images/openwrt.png" style=
"border: 0px solid ; width: 88px; height: 31px;" hspace=
"4"></a>OpenWRT is a project which provides open source
firmware for Linksys WRT54G wireless routers. Two different
Shorewall packages are available for OpenWRT.<br>
<hr>
<h2><a name="Donations"></a>Donations</h2>
<p align="left"><a href="http://www.alz.org/" target=
"_top"><font color="#000000"><img src="images/alz_logo2.gif"
name="Graphic2" alt="(Alzheimer's Association Logo)" align=
"right" border="1" height="63" width="303"></font></a><a href=
"http://www.starlight.org/" target="_top"><font color=
"#000000"><img src="images/newlog.gif" name="Graphic3" alt=
"(Starlight Foundation Logo)" align="right" border="1" height=
"105" width="62"></font></a><font size="4">Shorewall is free
but if you try it and find it useful, please consider making a
donation to the <a href="http://www.alz.org/" target=
"_top">Alzheimer's Association</a> or to the <a href=
"http://www.starlight.org/" target="_top">Starlight Children's
Foundation</a>.</font></p>
<p align="left"><font size="4">Thank You<br>
</font></p>
<p align="left"><br>
<br>
</p>
</body>
</html> </html>

View File

@ -1,24 +1,34 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html> <html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux (vers 1st April 2002), see www.w3.org">
<meta http-equiv="Content-Type" content=
"text/html; charset=windows-1252">
<head> <title>Shoreline Firewall</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<title>Shoreline Firewall</title> <meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="Microsoft Border" content="none, default">
<meta name="ProgId" content="FrontPage.Editor.Document"> </head>
<meta name="Microsoft Border" content="none, default">
</head>
<frameset rows="90,*"> <frameset rows="90,*">
<frame name="banner" scrolling="no" noresize target="contents" src="Banner.html"> <frame name="banner" scrolling="no" noresize target="contents"
<frameset cols="262,*"> src="Banner.html">
<frame name="contents" target="main" src="Shorewall_index_frame.htm">
<frame name="main" src="shorewall_index.htm" target="_self"> <frameset cols="262,*">
<frame name="contents" target="main" src=
"Shorewall_index_frame.htm">
<frame name="main" src="shorewall_index.htm" target="_self">
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support
them.</p>
</body>
</noframes>
</frameset> </frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</body>
</noframes>
</frameset>
</html> </html>

View File

@ -1,91 +1,139 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <html>
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta name="generator" content=
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> "HTML Tidy for Linux (vers 1st April 2002), see www.w3.org">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta http-equiv="Content-Language" content="en-us">
<meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content=
<title>Shorewall Mirrors</title> "text/html; charset=utf-8">
</head> <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<body> <meta name="ProgId" content="FrontPage.Editor.Document">
<h1 style="text-align: left;">Shorewall Mirrors</h1>
<span style="font-weight: bold;">Tom Eastep</span><br> <title>Shorewall Mirrors</title>
<br> </head>
Copyright © 2001-2005 Thomas M . Eastep<br>
<p>Permission is granted to copy, distribute and/or modify this <body>
document under the terms of the GNU Free Documentation License, Version <h1 style="text-align: left;">Shorewall Mirrors</h1>
1.2 or any later version published by the Free Software Foundation; <span style="font-weight: bold;">Tom Eastep</span><br>
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 License</a></span>”.<br>
</p>
<p>2005-08-14<br>
</p>
<hr style="width: 100%; height: 2px;"><span style="font-weight: bold;"><span
style="font-weight: bold;"></span></span>
<p align="left"><b>Remember that updates to the mirrors are often
delayed for 6-12 hours after an update to the primary site. For
HTML content, the Sourceforge web site (<a
href="http://shorewall.sf.net" target="_top">http://shorewall.sf.net</a>)
is updated at the same time as the primary site.<br>
</b></p>
<p align="left"><b>The primary site has a very low bandwidth so I
encourage you to use a mirror site whenever possible.<br>
</b></p>
<p align="left">The primary web site is <a href="http://shorewall.net/"
target="_top">http://www1.shorewall.net</a>
(Shoreline, Washington, USA). It is mirrored via rsync at:<br>
</p>
<ul>
<li><a href="http://www.shorewall.net/" target="_top">http://[www.]shorewall.net</a>
(Vienna, Virginia, USA)</li>
<li><a target="_top" href="http://slovakia.shorewall.net">http://slovakia.shorewall.net</a>
(Slovak Republic).</li>
<li><a target="_top" href="http://utexas.shorewall.net">http://utexas.shorewall.net</a>
(Austin, Texas, USA)<br>
</li>
<li><a target="_top" href="http://france.shorewall.net">http://france.shorewall.net</a>
(Paris, France)<b> Currently offline</b></li>
<li><a href="http://shorewall.syachile.cl" target="_top">http://shorewall.syachile.cl
</a>(Santiago Chile)</li>
<li><a href="http://argentina.shorewall.net" target="_top">http://argentina.shorewall.net</a>
(Argentina)</li>
<li><a href="http://www.shorewall.com.au" target="_top">http://www.shorewall.com.au</a>
(Australia)</li>
<li><a href="http://shorewall.viisage.com" target="_top">http://shorewall.viisage.com</a>
(Boston Mass., USA)</li>
<li><a href="http://www.infohiiway.com/shorewall" target="_top">http://shorewall.infohiiway.com</a>
(Plano, Texas, USA).</li>
<li><a target="_top" href="http://italy.shorewall.net/index.html">http://italy.shorewall.net</a>
(<font size="3">Univesita` degli Studi di Milano - </font>Milan, Italy)<br>
</li>
</ul>
<p align="left">The primary FTP site is <a
href="ftp://shorewall.net/pub/shorewall/" target="_top">ftp://shorewall.net/pub/shorewall/</a>&nbsp;
(Shoreline, Washington, USA). It is mirrored via rsync at:<br>
</p>
<ul>
<li><a href="ftp://ftp.shorewall.net/pub/shorewall" target="_blank">ftp://[ftp.]shorewall.net
</a>(Vienna, Virginia, USA)</li>
<li><a target="_blank"
href="ftp://slovakia.shorewall.net/mirror/shorewall/">ftp://slovakia.shorewall.net/mirror/shorewall</a>
(Slovak Republic).</li>
<li><a target="_top" href="ftp://utexas.shorewall.net/shorewall/">ftp://utexas.shorewall.net/shorewall/</a><br>
</li>
<li> <a target="_blank"
href="ftp://france.shorewall.net/pub/mirrors/shorewall">ftp://france.shorewall.net/pub/mirrors/shorewall</a>
(Paris, France)<b> Currently offline</b></li>
<li><a href="ftp://ftp.syachile.cl/pub/shorewall" target="_top">ftp://ftp.syachile.cl/pub/shorewall
</a>(Santiago Chile)</li>
<li><a target="_top" href="ftp://ftp.shorewall.de/pub/shorewall/">ftp://ftp.shorewall.de/pub/shorewall/</a>
(Frankfurt/Main, Germany)<br>
</li>
<li><a href="ftp://ftp.infohiiway.com/pub/mirrors/shorewall/">Search
results and the mailing list archives are always fetched from
the primary web site.<br>
<br> <br>
</a></li> Copyright © 2001-2005 Thomas M . Eastep<br>
</ul>
</body> <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
License</a></span>”.<br>
</p>
<p>2005-08-14<br>
</p>
<hr style="width: 100%; height: 2px;">
<p align="left"><b>Remember that updates to the mirrors are
often delayed for 6-12 hours after an update to the primary
site. For HTML content, the Sourceforge web site (<a href=
"http://shorewall.sf.net" target=
"_top">http://shorewall.sf.net</a>) is updated at the same time
as the primary site.<br>
</b></p>
<p align="left"><b>The primary site has a very low bandwidth so
I encourage you to use a mirror site whenever possible.<br>
</b></p>
<p align="left">The primary web site is <a href=
"http://shorewall.net/" target=
"_top">http://www1.shorewall.net</a> (Shoreline, Washington,
USA). It is mirrored via rsync at:<br>
</p>
<ul>
<li><a href="http://www.shorewall.net/" target=
"_top">http://[www.]shorewall.net</a> (Vienna, Virginia,
USA)</li>
<li><a target="_top" href=
"http://slovakia.shorewall.net">http://slovakia.shorewall.net</a>
(Slovak Republic).</li>
<li><a target="_top" href=
"http://utexas.shorewall.net">http://utexas.shorewall.net</a>
(Austin, Texas, USA)<br>
</li>
<li><a target="_top" href=
"http://france.shorewall.net">http://france.shorewall.net</a>
(Paris, France) <b>Currently offline</b></li>
<li><a href="http://shorewall.syachile.cl" target=
"_top">http://shorewall.syachile.cl</a> (Santiago Chile)</li>
<li><a href="http://argentina.shorewall.net" target=
"_top">http://argentina.shorewall.net</a> (Argentina)</li>
<li><a href="http://www.shorewall.com.au" target=
"_top">http://www.shorewall.com.au</a> (Australia)</li>
<li><a href="http://shorewall.viisage.com" target=
"_top">http://shorewall.viisage.com</a> (Boston Mass.,
USA)</li>
<li><a href="http://www.infohiiway.com/shorewall" target=
"_top">http://shorewall.infohiiway.com</a> (Plano, Texas,
USA).</li>
<li><a target="_top" href=
"http://italy.shorewall.net/index.html">http://italy.shorewall.net</a>
(<font size="3">Univesita` degli Studi di Milano -</font>
Milan, Italy)<br>
</li>
</ul>
<p align="left">The primary FTP site is <a href=
"ftp://shorewall.net/pub/shorewall/" target=
"_top">ftp://shorewall.net/pub/shorewall/</a>&nbsp; (Shoreline,
Washington, USA). It is mirrored via rsync at:<br>
</p>
<ul>
<li><a href="ftp://ftp.shorewall.net/pub/shorewall" target=
"_blank">ftp://[ftp.]shorewall.net</a> (Vienna, Virginia,
USA)</li>
<li><a target="_blank" href=
"ftp://slovakia.shorewall.net/mirror/shorewall/">ftp://slovakia.shorewall.net/mirror/shorewall</a>
(Slovak Republic).</li>
<li><a target="_top" href=
"ftp://utexas.shorewall.net/shorewall/">ftp://utexas.shorewall.net/shorewall/</a><br>
</li>
<li><a target="_blank" href=
"ftp://france.shorewall.net/pub/mirrors/shorewall">ftp://france.shorewall.net/pub/mirrors/shorewall</a>
(Paris, France) <b>Currently offline</b></li>
<li><a href="ftp://ftp.syachile.cl/pub/shorewall" target=
"_top">ftp://ftp.syachile.cl/pub/shorewall</a> (Santiago
Chile)</li>
<li><a target="_top" href=
"ftp://ftp.shorewall.de/pub/shorewall/">ftp://ftp.shorewall.de/pub/shorewall/</a>
(Frankfurt/Main, Germany)<br>
</li>
<li><a href=
"ftp://ftp.infohiiway.com/pub/mirrors/shorewall/">Search
results and the mailing list archives are always fetched from
the primary web site.<br>
<br>
</a></li>
</ul>
</body>
</html> </html>