Add another graphic

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9143 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-12-19 22:06:12 +00:00
parent d032945587
commit e3fb3e6d66
4 changed files with 14 additions and 8 deletions

View File

@ -67,9 +67,11 @@
<para>I have created an init <ulink <para>I have created an init <ulink
url="/pub/shorewall/contrib/IPv6/ipv6">script</ulink> to make the job of url="/pub/shorewall/contrib/IPv6/ipv6">script</ulink> to make the job of
configuring your firewall for IPv6 easier. The script is installed in configuring your firewall for IPv6 easier. The script is installed in
/etc/init.d and configures ipv6 at boot. The script works on OpenSuSE /etc/init.d and configures ipv6, including a 6to4 tunnel, at boot time.
11.0 and may need modification for other distributions. On OpenSuSE, the The script works on OpenSuSE 11.0 and may need modification for other
script is installed using the command 'chkconfig --add ipv6'.</para> distributions. On OpenSuSE, the script is installed by copying it to
<filename>/etc/init.d/</filename> then running the command 'chkconfig
--add ipv6'.</para>
<para>At the top of the script, you will see several variables:</para> <para>At the top of the script, you will see several variables:</para>
@ -112,8 +114,8 @@ SLA=1</programlisting>
<graphic align="center" fileref="images/Network2008b.png" /> <graphic align="center" fileref="images/Network2008b.png" />
<para>Here is the configuration after IPv6 is configured; the part it <para>Here is the configuration after IPv6 is configured; the part in
bold is configured by the /etc/init.d/ipv6 script.</para> bold font is configured by the /etc/init.d/ipv6 script.</para>
<programlisting>gateway:~ # ip -6 addr ls <programlisting>gateway:~ # ip -6 addr ls
1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 16436 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 16436
@ -217,9 +219,13 @@ webadmin@lists:~/ftpsite/contrib/IPv6&gt; </programlisting>
<para>You will note that the public IPv6 address of eth2 <para>You will note that the public IPv6 address of eth2
(2002:ce7c:92b4:2:2a0:ccff:fedb:31c4) was formed by concatenating the (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 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 bits of the link level address of eth2 (2a0:ccff:fedb:31c4). You will
route is described using the link level address of eth2 on the firewall also notice that the address 2002:ce7c:92b4:2:2a0:ccff:fedb:31c4 appears
(fe80::2a0:ccff:fed2:353a).</para> in the RDNSS clauses in radvd.conf; that causes my server to be
automatically configured as a DNS server.</para>
<para>The default route is described using the link level address of
eth2 on the firewall (fe80::2a0:ccff:fed2:353a).</para>
</section> </section>
<section> <section>

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB