mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 15:43:30 +01:00
fix typos and other sutff..
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2698 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
17d1469c7b
commit
2dd94ce1d9
@ -823,7 +823,8 @@ NET_OPTIONS=blacklist,norfc1918</programlisting>
|
|||||||
source-routed packets will not be accepted from that interface
|
source-routed packets will not be accepted from that interface
|
||||||
(sets
|
(sets
|
||||||
<filename>/proc/sys/net/ipv4/conf/<interface></filename>
|
<filename>/proc/sys/net/ipv4/conf/<interface></filename>
|
||||||
to 1).</para>
|
to 1).<emphasis role="bold">Only set this option if you know
|
||||||
|
what are you doing</emphasis>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
|
||||||
<article lang="en" status="draft">
|
<article lang="en" status="">
|
||||||
<!--$Id$-->
|
<!--$Id$-->
|
||||||
|
|
||||||
<articleinfo>
|
<articleinfo>
|
||||||
@ -170,7 +170,7 @@ PARAM - - tcp 135,139,445
|
|||||||
<member>REDIRECT - Redirect the request to a local port on the
|
<member>REDIRECT - Redirect the request to a local port on the
|
||||||
firewall.</member>
|
firewall.</member>
|
||||||
|
|
||||||
<member>REDIRECT- - Advanced users only. Like REDIRET but only
|
<member>REDIRECT- - Advanced users only. Like REDIRECT but only
|
||||||
generates the REDIRECT iptables rule and not the companion ACCEPT
|
generates the REDIRECT iptables rule and not the companion ACCEPT
|
||||||
rule.</member>
|
rule.</member>
|
||||||
|
|
||||||
@ -204,7 +204,7 @@ PARAM - - tcp 135,139,445
|
|||||||
example, eth1 specifies a client that communicates with the firewall
|
example, eth1 specifies a client that communicates with the firewall
|
||||||
system through eth1. This may be optionally followed by another colon
|
system through eth1. This may be optionally followed by another colon
|
||||||
(<quote>:</quote>) and an IP/MAC/subnet address as described above
|
(<quote>:</quote>) and an IP/MAC/subnet address as described above
|
||||||
(e.g., eth1:192.168.1.5).</para>
|
(e.g. eth1:192.168.1.5).</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -370,7 +370,7 @@ bar:info</programlisting>
|
|||||||
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
||||||
foo:debug $FW net</programlisting>
|
foo:debug $FW net</programlisting>
|
||||||
|
|
||||||
<para>Logging in the invokeD 'foo' macro will be as if foo had been
|
<para>Logging in the invoked 'foo' macro will be as if foo had been
|
||||||
defined as:</para>
|
defined as:</para>
|
||||||
|
|
||||||
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
||||||
|
@ -111,9 +111,8 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><filename>/etc/shorewall/routestopped</filename> (Shorewall
|
<para><filename>/etc/shorewall/routestopped</filename> - defines
|
||||||
1.3.4 and later) - defines hosts accessible when Shorewall is
|
hosts accessible when Shorewall is stopped.</para>
|
||||||
stopped.</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -252,13 +251,12 @@ smtp,www,pop3,imap #Services running on the firewall</programlisting>
|
|||||||
<section id="INCLUDE">
|
<section id="INCLUDE">
|
||||||
<title>INCLUDE Directive</title>
|
<title>INCLUDE Directive</title>
|
||||||
|
|
||||||
<para>Beginning with Shorewall version 1.4.2, any file may contain INCLUDE
|
<para>Any file may contain INCLUDE directives. An INCLUDE directive
|
||||||
directives. An INCLUDE directive consists of the word INCLUDE followed by
|
consists of the word INCLUDE followed by a path name and causes the
|
||||||
a path name and causes the contents of the named file to be logically
|
contents of the named file to be logically included into the file
|
||||||
included into the file containing the INCLUDE. Relative path names given
|
containing the INCLUDE. Relative path names given in an INCLUDE directive
|
||||||
in an INCLUDE directive are assumed to reside in /etc/shorewall or in an
|
are assumed to reside in /etc/shorewall or in an alternate configuration
|
||||||
alternate configuration directory if one has been specified for the
|
directory if one has been specified for the command.</para>
|
||||||
command.</para>
|
|
||||||
|
|
||||||
<para>INCLUDE's may be nested to a level of 3 -- further nested INCLUDE
|
<para>INCLUDE's may be nested to a level of 3 -- further nested INCLUDE
|
||||||
directives are ignored with a warning message.</para>
|
directives are ignored with a warning message.</para>
|
||||||
|
@ -15,10 +15,10 @@
|
|||||||
</author>
|
</author>
|
||||||
</authorgroup>
|
</authorgroup>
|
||||||
|
|
||||||
<pubdate>2001-03-26</pubdate>
|
<pubdate>2005-09-16</pubdate>
|
||||||
|
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2001</year>
|
<year>2001-2005</year>
|
||||||
|
|
||||||
<holder>Thomas M. Eastep</holder>
|
<holder>Thomas M. Eastep</holder>
|
||||||
</copyright>
|
</copyright>
|
||||||
@ -29,7 +29,8 @@
|
|||||||
1.2 or any later version published by the Free Software Foundation; with
|
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
|
no Invariant Sections, with no Front-Cover, and with no Back-Cover
|
||||||
Texts. A copy of the license is included in the section entitled
|
Texts. A copy of the license is included in the section entitled
|
||||||
<quote><ulink url="GnuCopyright.htm">GNU Free Documentation License</ulink></quote>.</para>
|
<quote><ulink url="GnuCopyright.htm">GNU Free Documentation
|
||||||
|
License</ulink></quote>.</para>
|
||||||
</legalnotice>
|
</legalnotice>
|
||||||
</articleinfo>
|
</articleinfo>
|
||||||
|
|
||||||
@ -37,8 +38,8 @@
|
|||||||
<title>Falling Back to the Previous Version of Shorewall using the
|
<title>Falling Back to the Previous Version of Shorewall using the
|
||||||
Fallback Script</title>
|
Fallback Script</title>
|
||||||
|
|
||||||
<para>If you install Shorewall and discover that it doesn't work for
|
<para>If you install Shorewall and discover that it doesn't work for you,
|
||||||
you, you can fall back to your previously installed version. To do that:</para>
|
you can fall back to your previously installed version. To do that:</para>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -65,10 +66,10 @@
|
|||||||
<title>Falling Back to the Previous Version of Shorewall using rpm</title>
|
<title>Falling Back to the Previous Version of Shorewall using rpm</title>
|
||||||
|
|
||||||
<para>If your previous version of Shorewall was installed using RPM, you
|
<para>If your previous version of Shorewall was installed using RPM, you
|
||||||
may fall back to that version by typing <quote>rpm -Uvh --force <old
|
may fall back to that version by typing <quote>rpm -Uvh --force <old
|
||||||
rpm></quote> at a root shell prompt (Example: <quote>rpm -Uvh --force
|
rpm></quote> at a root shell prompt (Example: <quote>rpm -Uvh --force
|
||||||
/downloads/shorewall-3.1=0noarch.rpm</quote> would fall back to the 3.1-0
|
/downloads/shorewall-3.1.1-0.noarch.rpm</quote> would fall back to the
|
||||||
version of Shorewall).</para>
|
3.1.1-0 version of Shorewall).</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
@ -15,14 +15,10 @@
|
|||||||
</author>
|
</author>
|
||||||
</authorgroup>
|
</authorgroup>
|
||||||
|
|
||||||
<pubdate>2005-09-12</pubdate>
|
<pubdate>2005-09-16</pubdate>
|
||||||
|
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2002</year>
|
<year>2002-2005</year>
|
||||||
|
|
||||||
<year>-</year>
|
|
||||||
|
|
||||||
<year>2005</year>
|
|
||||||
|
|
||||||
<holder>Thomas M. Eastep</holder>
|
<holder>Thomas M. Eastep</holder>
|
||||||
</copyright>
|
</copyright>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
</author>
|
</author>
|
||||||
</authorgroup>
|
</authorgroup>
|
||||||
|
|
||||||
<pubdate>2005-08-30</pubdate>
|
<pubdate>2005-09-11</pubdate>
|
||||||
|
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2004</year>
|
<year>2004</year>
|
||||||
@ -37,9 +37,10 @@
|
|||||||
</articleinfo>
|
</articleinfo>
|
||||||
|
|
||||||
<caution>
|
<caution>
|
||||||
<para>This article applies to Shorewall 3.0 and later. If you are running
|
<para><emphasis role="bold">This article applies to Shorewall 3.0 and
|
||||||
a version of Shorewall earlier than Shorewall 3.0.0 then please see the
|
later. If you are running a version of Shorewall earlier than Shorewall
|
||||||
documentation for that release.</para>
|
3.0.0 then please see the documentation for that
|
||||||
|
release</emphasis>.</para>
|
||||||
</caution>
|
</caution>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<surname>Eastep</surname>
|
<surname>Eastep</surname>
|
||||||
</author>
|
</author>
|
||||||
|
|
||||||
<pubdate>2005-06-01</pubdate>
|
<pubdate>2005-09-16</pubdate>
|
||||||
|
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2003-2005</year>
|
<year>2003-2005</year>
|
||||||
@ -58,18 +58,12 @@
|
|||||||
|
|
||||||
<row rowsep="0" valign="middle">
|
<row rowsep="0" valign="middle">
|
||||||
<entry align="left">Bering LEAF Distribution: <ulink
|
<entry align="left">Bering LEAF Distribution: <ulink
|
||||||
url="http://leaf.sourceforge.net/devel/jnilo">http://leaf.sourceforge.net/devel/jnilo</ulink></entry>
|
url="http://leaf.sourceforge.net/doc/guide/">http://leaf.sourceforge.net/doc/guide/</ulink></entry>
|
||||||
</row>
|
|
||||||
|
|
||||||
<row rowsep="0" valign="middle">
|
|
||||||
<entry align="left">Debian apt-get sources for Shorewall: <ulink
|
|
||||||
url="http://idea.sec.dico.unimi.it/~lorenzo/index.html#Debian">http://idea.sec.dico.unimi.it/~lorenzo/index.html#Debian</ulink></entry>
|
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row rowsep="0" valign="middle">
|
<row rowsep="0" valign="middle">
|
||||||
<entry>Iptables Tutorial: <ulink
|
<entry>Iptables Tutorial: <ulink
|
||||||
url="http://iptables-tutorial.frozentux.net/">http://iptables-tutorial.frozentux.net/</ulink>
|
url="http://iptables-tutorial.frozentux.net/">http://iptables-tutorial.frozentux.net/</ulink></entry>
|
||||||
</entry>
|
|
||||||
</row>
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
|
Loading…
Reference in New Issue
Block a user