forked from extern/shorewall_code
Fix typo in address-type section; add faq 94
This commit is contained in:
parent
e9b7b8acad
commit
8c1bdc803b
11
docs/FAQ.xml
11
docs/FAQ.xml
@ -1842,6 +1842,17 @@ ERROR: Command "ip -4 rule add from all table 254 pref 999" Failed</programlisti
|
|||||||
<section id="Start-Stop">
|
<section id="Start-Stop">
|
||||||
<title>Starting and Stopping</title>
|
<title>Starting and Stopping</title>
|
||||||
|
|
||||||
|
<section id="faq94">
|
||||||
|
<title>(FAQ 94) After I start Shorewall, ps doesn't show any shorewall
|
||||||
|
process running. What is the Shorewall daemon called?</title>
|
||||||
|
|
||||||
|
<para><emphasis role="bold">Answer:</emphasis> Shorewall is not a
|
||||||
|
daemon. It is a configuration tool that configures your kernel based on
|
||||||
|
the contents of <filename>/etc/shorewall/</filename>. Once the
|
||||||
|
<command>start</command> command completes, Shorewall has done its job
|
||||||
|
and there are no Shorewall processes remaining in the system.</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section id="faq7">
|
<section id="faq7">
|
||||||
<title>(FAQ 7) When I stop Shorewall using <quote>shorewall[-lite]
|
<title>(FAQ 7) When I stop Shorewall using <quote>shorewall[-lite]
|
||||||
stop</quote>, I can't connect to anything. Why doesn't that command
|
stop</quote>, I can't connect to anything. Why doesn't that command
|
||||||
|
@ -503,17 +503,17 @@ ACCEPT net:\
|
|||||||
<term>Host Address</term>
|
<term>Host Address</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>This address type refer to a single host. </para>
|
<para>This address type refer to a single host.</para>
|
||||||
|
|
||||||
<para>In IPv4, the format is <emphasis>i.j.k.l</emphasis> where
|
<para>In IPv4, the format is <emphasis>i.j.k.l</emphasis> where
|
||||||
<emphasis>i</emphasis> through <emphasis>l</emphasis> are decimal
|
<emphasis>i</emphasis> through <emphasis>l</emphasis> are decimal
|
||||||
numbers between 1 and 255. </para>
|
numbers between 1 and 255.</para>
|
||||||
|
|
||||||
<para>In IPv6, the format is <emphasis>a:b:c:d:e:f:g:h</emphasis>
|
<para>In IPv6, the format is <emphasis>a:b:c:d:e:f:g:h</emphasis>
|
||||||
where <emphasis>a</emphasis> through <emphasis>h</emphasis> consist
|
where <emphasis>a</emphasis> through <emphasis>h</emphasis> consist
|
||||||
of 1 to 4 hexidecimal digits. a single series of 0 addresses may be
|
of 1 to 4 hexidecimal digits (leading zeros may be omitted). a
|
||||||
omitted. For example 2001:0;0;0;0;0;0;0;1 may be written
|
single series of 0 addresses may be omitted. For example
|
||||||
2001::1.</para>
|
2001:227:e857:1:0:0:0:0:1 may be written 2001:227:e857:1::1.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -523,15 +523,30 @@ ACCEPT net:\
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>A network address refers to 1 or more hosts and consists of a
|
<para>A network address refers to 1 or more hosts and consists of a
|
||||||
host address followed by a slash ("/") and a <firstterm>Variable
|
host address followed by a slash ("/") and a <firstterm>Variable
|
||||||
Length Subnet Mask</firstterm> (VLSM). The VLSM is a decimal number.
|
Length Subnet Mask</firstterm> (VLSM). This is known as
|
||||||
For IPv4, it is in the range 0 through 32. For IPv6, the range is 0
|
<firstterm>Classless Internet Domain Routing</firstterm> (CIDR)
|
||||||
through 128.</para>
|
notation.</para>
|
||||||
|
|
||||||
|
<para>The VLSM is a decimal number. For IPv4, it is in the range 0
|
||||||
|
through 32. For IPv6, the range is 0 through 128. The number
|
||||||
|
represents the number of leading bits in the address that represent
|
||||||
|
the network address; the remainder of the bits are a host address
|
||||||
|
and are generally given as zero.</para>
|
||||||
|
|
||||||
|
<para>Examples:</para>
|
||||||
|
|
||||||
|
<para>IPv4: 192.168.1.0/24</para>
|
||||||
|
|
||||||
|
<para>IPv6: 2001:227:e857:1:0:0:0:0:1/64</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
<para>In the Shorewall documentation and manpages, we have tried to make
|
<para>In the Shorewall documentation and manpages, we have tried to make
|
||||||
it clear which type of address is accepted in each specific case.</para>
|
it clear which type of address is accepted in each specific case.</para>
|
||||||
|
|
||||||
|
<para>For more information about addressing, see the<ulink
|
||||||
|
url="shorewall_setup_guide.htm#Addressing"> Setup Guide</ulink>.</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="SOURCE-DEST">
|
<section id="SOURCE-DEST">
|
||||||
|
Loading…
Reference in New Issue
Block a user