mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-22 05:28:59 +01:00
Merge branch '5.1.8'
This commit is contained in:
commit
9cf298482d
@ -512,6 +512,9 @@ sub process_a_provider( $ ) {
|
||||
set_interface_option( $interface, 'gateway', 'none' );
|
||||
} elsif ( $gateway && $gateway ne '-' ) {
|
||||
( $gateway, $mac ) = split_host_list( $gateway, 0 );
|
||||
|
||||
$gateway = $1 if $family == F_IPV6 && $gateway =~ /^\[(.+)\]$/;
|
||||
|
||||
validate_address $gateway, 0;
|
||||
|
||||
if ( defined $mac ) {
|
||||
|
@ -65,6 +65,10 @@
|
||||
mail exchanger, and an IMAPS mail access server. The second bridge (br1)
|
||||
provides access to a container running irssi under screen, allowing
|
||||
constant access to and monitoring of IRC channels.</para>
|
||||
|
||||
<para>Here is a diagram of this installation:</para>
|
||||
|
||||
<graphic fileref="images/Network2017.png"/>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
BIN
docs/images/Network2017.dia
Normal file
BIN
docs/images/Network2017.dia
Normal file
Binary file not shown.
BIN
docs/images/Network2017.png
Normal file
BIN
docs/images/Network2017.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
@ -56,12 +56,13 @@
|
||||
<ulink url="http://xtables-addons.sourceforge.net/">xtables-addons</ulink>
|
||||
if they are not available in your current distribution. Instructions for
|
||||
installing xtables-addons may be found in the <ulink
|
||||
url="Dynamic.html">Dynamic Zones article</ulink>.
|
||||
Note that xtables-addons might not be required
|
||||
with the 'ipset' package provided by your distribution.
|
||||
See also the section <ulink url="configuration_file_basics.htm#capabilities">capabilities</ulink>
|
||||
in the <ulink url="configuration_file_basics.htm">configuration file basics article</ulink>
|
||||
and the <ulink url="Shorewall-Lite.html#Shorecap">Shorecap program</ulink>.</para>
|
||||
url="Dynamic.html">Dynamic Zones article</ulink>. Note that xtables-addons
|
||||
might not be required with the 'ipset' package provided by your
|
||||
distribution. See also the section <ulink
|
||||
url="configuration_file_basics.htm#capabilities">capabilities</ulink> in
|
||||
the <ulink url="configuration_file_basics.htm">configuration file basics
|
||||
article</ulink> and the <ulink url="Shorewall-Lite.html#Shorecap">Shorecap
|
||||
program</ulink>.</para>
|
||||
|
||||
<para>Ipset allows you to create one or more named sets of addresses then
|
||||
use those sets to define Netfilter/iptables rules. Possible uses of ipsets
|
||||
@ -151,6 +152,11 @@ ACCEPT net:+sshok $FW tcp 22</programlisting></para>
|
||||
url="manpages/shorewall.conf.html">shorewall.conf</ulink> (5).</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>You must have at least one entry in the other configuration
|
||||
files that uses an ipset.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>You cannot use an ipset in <ulink
|
||||
url="manpages/shorewall-stoppedulres.html">shorewall-stoppedrules</ulink>
|
||||
|
Loading…
Reference in New Issue
Block a user