More documentation tweaks for Lite

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4072 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-06-12 16:10:34 +00:00
parent c67331f714
commit 82e279209f
2 changed files with 44 additions and 4 deletions

View File

@ -15,7 +15,7 @@
</author>
</authorgroup>
<pubdate>2006-05-07</pubdate>
<pubdate>2006-06-12</pubdate>
<copyright>
<year>2001-2006</year>
@ -384,7 +384,8 @@
<para>file in /etc/shorewall that is used to define the
iptables/kernel capabilities of a remote system. The file allows
firewall scripts compiled on one system to be taylored for a remote
system where the script will ultimately run.</para>
system where the script will ultimately run under <ulink
url="CompiledPrograms.html#Lite">Shorewall Lite</ulink>.</para>
</listitem>
</varlistentry>
</variablelist>
@ -2746,6 +2747,9 @@ eth0 eth1 206.124.146.176</programlisting>
<section id="Conf" xreflabel="/etc/shorewall/shorewall.conf">
<title>/etc/shorewall/shorewall.conf</title>
<para>See also the <ulink url="CompiledPrograms.html#Lite">description of
/etc/shorewall-lite/shorewall.conf</ulink>.</para>
<para>This file is used to set the following firewall parameters:</para>
<variablelist>
@ -3020,7 +3024,9 @@ $FW chld ACCEPT</programlisting>
<listitem>
<para>When set to Yes or yes, enables <ulink url="IPSEC.htm">dynamic
zones</ulink>.</para>
zones</ulink>. DYNAMIC_ZONES=Yes is not allowed in configurations
that will run under <ulink
url="CompiledPrograms.html#Lite">Shorewall Lite</ulink>.</para>
</listitem>
</varlistentry>

View File

@ -5,7 +5,7 @@
<!--$Id$-->
<articleinfo>
<title>Operating Shorewall</title>
<title>Operating Shorewall and Shorewall Lite</title>
<authorgroup>
<author>
@ -95,6 +95,10 @@
</orderedlist>
</warning>
<para>Beginning with Shorewall version 3.2.0 RC 2,
<filename>/sbin/shorewall</filename> is a symbolic link that points to
<filename>/usr/share/shorewall/shorwall</filename>.</para>
<para>To see a list of supported commands, use the
<command>help</command> command:</para>
@ -146,6 +150,36 @@
<filename>/usr/share/shorewall/firewall</filename>.</para>
</listitem>
</itemizedlist>
<para>There are similar components that comprise <ulink
url="CompiledPrograms.html#Lite">Shorewall Lite</ulink>:</para>
<itemizedlist>
<listitem>
<para><filename>/sbin/shorewall</filename> — A symbolic link to
<filename>/usr/share/shorewall-lite/shorwall</filename>. This is the
program that you use to interact with Shorewall Lite.</para>
</listitem>
<listitem>
<para><filename>/etc/shorewall-lite</filename> — Directory where the
configuration file for Shorewall Lite resides.</para>
</listitem>
<listitem>
<para><filename>/usr/share/shorewall-lite/firewall</filename> — The
firewall program. The program is generated using the
<command>shorewall compile -e</command> command on a system with the
full Shorewall product installed.</para>
</listitem>
<listitem>
<para><filename>/usr/share/shorewall-lite/functions</filename> — A
library of Bourne Shell functions used by<filename>
/usr/share/shorewall-lite/shorewall</filename> and
<filename>/usr/share/shorewall-lite/firewall</filename>.</para>
</listitem>
</itemizedlist>
</section>
<section>