mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-24 07:08:53 +01:00
Update my config to reflect ADD_IP_ALIASES=No and ADD_SNAT_ALIASES=No
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3220 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
61c0d50863
commit
1eb4e66b70
@ -15,7 +15,7 @@
|
|||||||
</author>
|
</author>
|
||||||
</authorgroup>
|
</authorgroup>
|
||||||
|
|
||||||
<pubdate>2006-01-02</pubdate>
|
<pubdate>2006-01-04</pubdate>
|
||||||
|
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2001-2006</year>
|
<year>2001-2006</year>
|
||||||
@ -209,8 +209,8 @@ RESTOREFILE=standard
|
|||||||
IPSECFILE=zones
|
IPSECFILE=zones
|
||||||
FW=
|
FW=
|
||||||
IP_FORWARDING=On
|
IP_FORWARDING=On
|
||||||
ADD_IP_ALIASES=Yes
|
ADD_IP_ALIASES=No
|
||||||
ADD_SNAT_ALIASES=Yes
|
ADD_SNAT_ALIASES=No
|
||||||
RETAIN_ALIASES=Yes
|
RETAIN_ALIASES=Yes
|
||||||
TC_ENABLED=Internal
|
TC_ENABLED=Internal
|
||||||
CLEAR_TC=Yes
|
CLEAR_TC=Yes
|
||||||
@ -391,8 +391,8 @@ all all REJECT $LOG
|
|||||||
file below.</para>
|
file below.</para>
|
||||||
|
|
||||||
<programlisting>#INTERFACE SUBNET ADDRESS PROTO PORT(S) IPSEC
|
<programlisting>#INTERFACE SUBNET ADDRESS PROTO PORT(S) IPSEC
|
||||||
+$EXT_IF::192.168.1.1 0.0.0.0/0 192.168.1.254
|
+$EXT_IF:192.168.1.1 0.0.0.0/0 192.168.1.254
|
||||||
$EXT_IF:2 192.168.0.0/22 206.124.146.179
|
$EXT_IF 192.168.0.0/22 206.124.146.179
|
||||||
#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE
|
#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
@ -404,9 +404,9 @@ $EXT_IF:2 192.168.0.0/22 206.124.146.179
|
|||||||
<blockquote>
|
<blockquote>
|
||||||
<programlisting>#EXTERNAL INTERFACE INTERNAL ALL LOCAL
|
<programlisting>#EXTERNAL INTERFACE INTERNAL ALL LOCAL
|
||||||
# INTERFACES
|
# INTERFACES
|
||||||
206.124.146.177 $EXT_IF:3 192.168.1.7 No No
|
206.124.146.177 $EXT_IF 192.168.1.7 No No
|
||||||
206.124.146.178 $EXT_IF:0 192.168.1.5 No No
|
206.124.146.178 $EXT_IF 192.168.1.5 No No
|
||||||
206.124.146.180 $EXT_IF:1 192.168.1.6 No No
|
206.124.146.180 $EXT_IF 192.168.1.6 No No
|
||||||
#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE
|
#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
Loading…
Reference in New Issue
Block a user