mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 17:58:07 +02:00
Clean up shorewall-addresses(5)
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
ffc5a3c7df
commit
43543b5c32
@ -28,7 +28,7 @@
|
|||||||
<term>Host Address</term>
|
<term>Host Address</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>This address type refer to a single host.</para>
|
<para>This address type refers 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
|
||||||
@ -77,7 +77,7 @@
|
|||||||
<simplelist>
|
<simplelist>
|
||||||
<member>[2001:227:e857:1::1]</member>
|
<member>[2001:227:e857:1::1]</member>
|
||||||
|
|
||||||
<member>[2001:227:e857:1:0:0:0:0:1]/64</member>
|
<member>[2001:227:e857:1::]/64</member>
|
||||||
</simplelist>
|
</simplelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
@ -158,14 +158,13 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The primary IP address of eth0 in the $FW zone - <emphasis
|
<para>The primary IP address of eth0 in the $FW zone - <emphasis
|
||||||
role="bold">$FW:&eth0</emphasis> (see <link
|
role="bold">$FW:&eth0</emphasis> </para>
|
||||||
linkend="Rvariables">Run-time Address Variables</link> below)</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>All hosts in Vatican City - <emphasis
|
<para>All hosts in Vatican City - <emphasis
|
||||||
role="bold">net:^VA</emphasis> (Shorwall 4.5.4 and later - See <ulink
|
role="bold">net:^VA</emphasis> (Requires the <emphasis>GeoIP
|
||||||
url="ISO-3661.html">this article</ulink>).</para>
|
Match</emphasis> capability).</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</orderedlist>
|
</orderedlist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
@ -173,26 +172,13 @@
|
|||||||
<refsect1>
|
<refsect1>
|
||||||
<title>IP Address Ranges</title>
|
<title>IP Address Ranges</title>
|
||||||
|
|
||||||
<para>If you kernel and iptables have iprange match support, you may use
|
<para>If you kernel and iptables have <emphasis>IP Range match
|
||||||
IP address ranges in Shorewall configuration file entries; IP address
|
support</emphasis>, you may use IP address ranges in Shorewall
|
||||||
ranges have the syntax <<emphasis>low IP
|
configuration file entries; IP address ranges have the syntax
|
||||||
address</emphasis>>-<<emphasis>high IP address</emphasis>>.
|
<<emphasis>low IP address</emphasis>>-<<emphasis>high IP
|
||||||
Example: 192.168.1.5-192.168.1.12.</para>
|
address</emphasis>>. </para>
|
||||||
|
|
||||||
<para>To see if your kernel and iptables have the required support, use
|
<para>Example: 192.168.1.5-192.168.1.12.</para>
|
||||||
the <command>shorewall show capabilities</command> command:</para>
|
|
||||||
|
|
||||||
<programlisting>>~ <command>shorewall show capabilities</command>
|
|
||||||
...
|
|
||||||
Shorewall has detected the following iptables/netfilter capabilities:
|
|
||||||
NAT: Available
|
|
||||||
Packet Mangling: Available
|
|
||||||
Multi-port Match: Available
|
|
||||||
Connection Tracking Match: Available
|
|
||||||
Packet Type Match: Not available
|
|
||||||
Policy Match: Available
|
|
||||||
Physdev Match: Available
|
|
||||||
<emphasis role="bold">IP range Match: Available <--------------</emphasis></programlisting>
|
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user