forked from extern/shorewall_code
Clarify Mandrake versions in FAQ 1a
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2931 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
71b82723bc
commit
6dedf93060
@ -17,7 +17,7 @@
|
||||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>2005-10-01</pubdate>
|
||||
<pubdate>2005-10-25</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>2001-2005</year>
|
||||
@ -162,13 +162,14 @@ DNAT net loc:<l<emphasis>ocal IP address</emphasis>>[:<<emphasis>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>You are running Mandrake Linux and have configured Internet
|
||||
Connection Sharing. In that case, the name of your local zone is
|
||||
'masq' rather than 'loc' (change all instances of 'loc' to 'masq'
|
||||
in your rules). You may want to consider re-installing Shorewall
|
||||
in a configuration which matches the Shorewall documentation. See
|
||||
the <ulink url="two-interface.htm">two-interface QuickStart
|
||||
Guide</ulink> for details.</para>
|
||||
<para>You are running Mandrake Linux prior to 10.0 final and have
|
||||
configured Internet Connection Sharing. In that case, the name of
|
||||
your local zone is 'masq' rather than 'loc' (change all instances
|
||||
of 'loc' to 'masq' in your rules). You may want to consider
|
||||
re-installing Shorewall in a configuration which matches the
|
||||
Shorewall documentation. See the <ulink
|
||||
url="two-interface.htm">two-interface QuickStart Guide</ulink> for
|
||||
details.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
@ -450,7 +450,7 @@ verb 3</programlisting>
|
||||
in the 192.168.3.0/24 network connected to the firewall's <filename
|
||||
class="devicefile">eth0</filename> interface which places them in the
|
||||
firewall's <emphasis role="bold">Wifi</emphasis> zone. OpenVPN bridging
|
||||
allows them to be assigned an additional temporary IP address from the
|
||||
allows them to be assigned an additional IP address from the
|
||||
192.168.1.0/24 network and to be securely bridged to the LAN on the lower
|
||||
left.</para>
|
||||
|
||||
|
@ -744,7 +744,6 @@ iface eth2 inet static
|
||||
up ip route add 192.168.1.1 dev eth2
|
||||
|
||||
# Wireless network
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet static
|
||||
address 192.168.3.254
|
||||
@ -767,15 +766,13 @@ iface br0 inet static
|
||||
post-down /usr/sbin/brctl delbr br0
|
||||
post-down /usr/sbin/openvpn --rmtun --dev tap0
|
||||
|
||||
# Unbrided LAN interface
|
||||
|
||||
# Unbridged LAN interface (Not started automatically)
|
||||
iface eth3 inet static
|
||||
address 192.168.1.254
|
||||
netmask 255.255.255.0
|
||||
up ip route add 224.0.0.0/4 dev eth3
|
||||
|
||||
# Second Internet interface
|
||||
|
||||
# Second Internet interface (Not started automatically -- address is duplicate of one added by Shorewall to eth2)
|
||||
iface eth4 inet static
|
||||
pre-up modprobe ne io=0x300 irq=10
|
||||
address 206.124.146.179
|
||||
|
Loading…
Reference in New Issue
Block a user