forked from extern/shorewall_code
Remove DNAT examples from shorewall6-rules(5)
This commit is contained in:
parent
512008170d
commit
2a445aca2a
@ -1070,31 +1070,6 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Example 2:</term>
|
||||
|
||||
<listitem>
|
||||
<para>Allow all ssh and http connection requests from the internet
|
||||
to local system 2002:cec792b4:1::44</para>
|
||||
|
||||
<programlisting> #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
||||
# PORT PORT(S) DEST
|
||||
DNAT net loc:2002:cec792b4:1::44 tcp ssh,http</programlisting>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Example 3:</term>
|
||||
|
||||
<listitem>
|
||||
<para>Allow http connection requests from the internet to local
|
||||
system 2002:cec792b4:1::44 with a limit of 3 per second and a
|
||||
maximum burst of 10<programlisting> #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE
|
||||
# PORT PORT(S) DEST LIMIT
|
||||
DNAT net loc:<2002:cec792b4:1::44> tcp http - - 3/sec:10</programlisting></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Example 4:</term>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user