diff --git a/docs/6to4.xml b/docs/6to4.xml index a98c43389..dba9d7dc3 100644 --- a/docs/6to4.xml +++ b/docs/6to4.xml @@ -67,9 +67,11 @@ I have created an init script to make the job of configuring your firewall for IPv6 easier. The script is installed in - /etc/init.d and configures ipv6 at boot. The script works on OpenSuSE - 11.0 and may need modification for other distributions. On OpenSuSE, the - script is installed using the command 'chkconfig --add ipv6'. + /etc/init.d and configures ipv6, including a 6to4 tunnel, at boot time. + The script works on OpenSuSE 11.0 and may need modification for other + distributions. On OpenSuSE, the script is installed by copying it to + /etc/init.d/ then running the command 'chkconfig + --add ipv6'. At the top of the script, you will see several variables: @@ -112,8 +114,8 @@ SLA=1 - Here is the configuration after IPv6 is configured; the part it - bold is configured by the /etc/init.d/ipv6 script. + Here is the configuration after IPv6 is configured; the part in + bold font is configured by the /etc/init.d/ipv6 script. gateway:~ # ip -6 addr ls 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 @@ -217,9 +219,13 @@ webadmin@lists:~/ftpsite/contrib/IPv6> 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). + bits of the link level address of eth2 (2a0:ccff:fedb:31c4). You will + also notice that the address 2002:ce7c:92b4:2:2a0:ccff:fedb:31c4 appears + in the RDNSS clauses in radvd.conf; that causes my server to be + automatically configured as a DNS server. + + The default route is described using the link level address of + eth2 on the firewall (fe80::2a0:ccff:fed2:353a).
diff --git a/docs/images/Network2008c.dia b/docs/images/Network2008c.dia new file mode 100644 index 000000000..e668b3e59 Binary files /dev/null and b/docs/images/Network2008c.dia differ diff --git a/docs/images/Network2008c.dia.autosave b/docs/images/Network2008c.dia.autosave new file mode 100644 index 000000000..bb5214e2d Binary files /dev/null and b/docs/images/Network2008c.dia.autosave differ diff --git a/docs/images/Network2008c.png b/docs/images/Network2008c.png new file mode 100644 index 000000000..46d015bf5 Binary files /dev/null and b/docs/images/Network2008c.png differ