More IPv6 doc updates

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9136 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-12-19 19:23:52 +00:00
parent a8a5021d84
commit d032945587
5 changed files with 21 additions and 9 deletions

View File

@ -26,6 +26,8 @@
<copyright>
<year>2003-2004</year>
<year>2008</year>
<holder>Eric de Thouars and Tom Eastep</holder>
</copyright>
@ -108,7 +110,7 @@ SLA=1</programlisting>
<para>eth0 is the interface to my local network (both wired and
wireless). eth2 goes to my DMZ which holds a single server.</para>
<graphic fileref="images/Network2008b.png" />
<graphic align="center" fileref="images/Network2008b.png" />
<para>Here is the configuration after IPv6 is configured; the part it
bold is configured by the /etc/init.d/ipv6 script.</para>
@ -157,9 +159,9 @@ gateway:~ # </programlisting>
the case of eth0, 2002:ce7c:92b4:1::/64.</para>
<para>I run <ulink url="http://www.litech.org/radvd/">radvd</ulink> on
the firewall to automatically assign IPv6 addresses to hosts connected
to eth0 and eth1. Here is my <filename>/etc/radvd.conf</filename>
file:</para>
the firewall to allow hosts conntected to eth0 and eth2 to automatically
perform their own IPv6 configuration. Here is my
<filename>/etc/radvd.conf</filename> file:</para>
<programlisting>interface eth0 {
AdvSendAdvert on;
@ -212,11 +214,12 @@ fe80::/64 dev ifb0 metric 256 expires 20746985sec mtu 1500 advmss 1440 hoplimi
<emphasis role="bold">default via fe80::2a0:ccff:fed2:353a dev eth2 proto kernel metric 1024 expires 29sec mtu 1500 advmss 1440 hoplimit 64</emphasis>
webadmin@lists:~/ftpsite/contrib/IPv6&gt; </programlisting>
<para>You will note that the public IPv6 address of eth2 was formed by
concatenating the prefix for eth2 shown in radvd.conf (2002:ce7c:92b4:2)
and the lower 64 bits of the link level address of eth2
(2a0:ccff:fedb:31c4). The default route is described using the link
level address of eth2 on the firewall (fe80::2a0:ccff:fed2:353a).</para>
<para>You will note that the public IPv6 address of eth2
(2002:ce7c:92b4:2:2a0:ccff:fedb:31c4) was formed by concatenating the
prefix for eth2 shown in radvd.conf (2002:ce7c:92b4:2) and the lower 64
bits of the link level address of eth2 (2a0:ccff:fedb:31c4). The default
route is described using the link level address of eth2 on the firewall
(fe80::2a0:ccff:fed2:353a).</para>
</section>
<section>

View File

@ -508,4 +508,13 @@ ACCEPT net:wlan0:&lt;2002:ce7c:92b4::3&gt; tcp
<para>You may also with to install Shorewall6-lite 4.3.4 or later on your
remote firewalls to allow for central IPv6 firewall administration.</para>
</section>
<section>
<title>More information about IPv6</title>
<para>I strongly suggest that you read the<ulink
url="http://tldp.org/HOWTO/Linux+IPv6-HOWTO/"> Linux IPv6 HOWTO</ulink>.
The <ulink url="6to4.htm">6to4 Tunnels</ulink> page also includes
instructions for setting up your first IPv6 environment.</para>
</section>
</article>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 63 KiB