forked from extern/shorewall_code
Remove deprecated syntax from examples
This commit is contained in:
parent
828d190436
commit
b091169ed9
@ -484,12 +484,7 @@
|
|||||||
DSL or cable modem and eth1 connects to your local network with
|
DSL or cable modem and eth1 connects to your local network with
|
||||||
subnet 192.168.0.0/24.</para>
|
subnet 192.168.0.0/24.</para>
|
||||||
|
|
||||||
<para>Your entry in the file can be either:</para>
|
<para>Your entry in the file will be:</para>
|
||||||
|
|
||||||
<programlisting> #INTERFACE SOURCE
|
|
||||||
eth0 eth1</programlisting>
|
|
||||||
|
|
||||||
<para>or</para>
|
|
||||||
|
|
||||||
<programlisting> #INTERFACE SOURCE
|
<programlisting> #INTERFACE SOURCE
|
||||||
eth0 192.168.0.0/24</programlisting>
|
eth0 192.168.0.0/24</programlisting>
|
||||||
@ -541,14 +536,15 @@
|
|||||||
<firstterm>interface</firstterm> name in the SOURCE column):</term>
|
<firstterm>interface</firstterm> name in the SOURCE column):</term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>You want all outgoing SMTP traffic entering the firewall on
|
<para>You want all outgoing SMTP traffic entering the firewall from
|
||||||
eth1 to be sent from eth0 with source IP address 206.124.146.177.
|
172.20.1.0/29 to be sent from eth0 with source IP address
|
||||||
You want all other outgoing traffic from eth1 to be sent from eth0
|
206.124.146.177. You want all other outgoing traffic from
|
||||||
with source IP address 206.124.146.176.</para>
|
172.20.1.0/29 to be sent from eth0 with source IP address
|
||||||
|
206.124.146.176.</para>
|
||||||
|
|
||||||
<programlisting> #INTERFACE SOURCE ADDRESS PROTO PORT(S)
|
<programlisting> #INTERFACE SOURCE ADDRESS PROTO PORT(S)
|
||||||
eth0 eth1 206.124.146.177 tcp smtp
|
eth0 172.20.1.0/29 206.124.146.177 tcp smtp
|
||||||
eth0 eth1 206.124.146.176</programlisting>
|
eth0 172.20.1.0/29 206.124.146.176</programlisting>
|
||||||
|
|
||||||
<warning>
|
<warning>
|
||||||
<para>The order of the above two rules is significant!</para>
|
<para>The order of the above two rules is significant!</para>
|
||||||
@ -572,8 +568,9 @@
|
|||||||
shorewall-interfaces(5), shorewall-maclist(5), shorewall-nat(5),
|
shorewall-interfaces(5), shorewall-maclist(5), shorewall-nat(5),
|
||||||
shorewall-netmap(5), shorewall-params(5), shorewall-policy(5),
|
shorewall-netmap(5), shorewall-params(5), shorewall-policy(5),
|
||||||
shorewall-providers(5), shorewall-proxyarp(5), shorewall-route_rules(5),
|
shorewall-providers(5), shorewall-proxyarp(5), shorewall-route_rules(5),
|
||||||
shorewall-routestopped(5), shorewall-rules(5), shorewall.conf(5), shorewall-secmarks(5),
|
shorewall-routestopped(5), shorewall-rules(5), shorewall.conf(5),
|
||||||
shorewall-tcclasses(5), shorewall-tcdevices(5), shorewall-tcrules(5),
|
shorewall-secmarks(5), shorewall-tcclasses(5), shorewall-tcdevices(5),
|
||||||
shorewall-tos(5), shorewall-tunnels(5), shorewall-zones(5)</para>
|
shorewall-tcrules(5), shorewall-tos(5), shorewall-tunnels(5),
|
||||||
|
shorewall-zones(5)</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
</refentry>
|
</refentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user