mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-18 23:57:14 +02:00
More updaes to the 6to4 doc
This commit is contained in:
parent
c240f6a48a
commit
73d5f39bba
@ -277,11 +277,12 @@ ursa:~ #</programlisting>
|
|||||||
<section>
|
<section>
|
||||||
<title>Configuring IPv6 the Debian Way</title>
|
<title>Configuring IPv6 the Debian Way</title>
|
||||||
|
|
||||||
<para>I rebuilt the firewall using Debian and decided to configure IPv6
|
<para>In May 2009, I rebuilt the above firewall using Debian GNU/Linux
|
||||||
using <filename>/etc/network/interfaces</filename>.</para>
|
and decided to configure IPv6 using the
|
||||||
|
<filename>/etc/network/interfaces</filename> file.</para>
|
||||||
|
|
||||||
<para>When I installed Debian Lenny, the network interfaces were
|
<para>When I installed Debian Lenny on the system, the network
|
||||||
reunmbered as follows:</para>
|
interfaces were reunmbered as follows:</para>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<title>Interface Renaming</title>
|
<title>Interface Renaming</title>
|
||||||
@ -323,7 +324,12 @@ ursa:~ #</programlisting>
|
|||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<para>Here is the /etc/shorewall/interfaces file:</para>
|
<para>So the IPv4 network was transformed to this:</para>
|
||||||
|
|
||||||
|
<graphic align="center" fileref="images/Network2009a.png" />
|
||||||
|
|
||||||
|
<para>To implement the same IPv6 network as described above, I used this
|
||||||
|
/etc/shorewall/interfaces file:</para>
|
||||||
|
|
||||||
<programlisting>auto lo
|
<programlisting>auto lo
|
||||||
iface lo inet loopback
|
iface lo inet loopback
|
||||||
@ -384,9 +390,7 @@ iface sit1 inet6 v4tunnel
|
|||||||
gateway ::192.88.99.1
|
gateway ::192.88.99.1
|
||||||
post-up echo 1 > /proc/sys/net/ipv6/conf/all/forwarding</programlisting>
|
post-up echo 1 > /proc/sys/net/ipv6/conf/all/forwarding</programlisting>
|
||||||
|
|
||||||
<para>This produces the following IPv6 network.</para>
|
<para> That file produces the following IPv6 network.</para>
|
||||||
|
|
||||||
<graphic align="center" fileref="images/Network2009a.png" />
|
|
||||||
|
|
||||||
<graphic align="center" fileref="images/Network2009b.png" />
|
<graphic align="center" fileref="images/Network2009b.png" />
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user