Index: chapter.sgml =================================================================== RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v retrieving revision 1.366 diff -u -u -r1.366 chapter.sgml --- chapter.sgml 14 Jul 2005 21:27:31 -0000 1.366 +++ chapter.sgml 15 Jul 2005 14:35:34 -0000 @@ -2308,8 +2308,8 @@ Etherboot - Etherboot's Web - site contains + Etherboot's Web site contains extensive documentation mainly intended for Linux systems, but nonetheless containing useful information. The @@ -3648,15 +3648,16 @@ - IPv6 overview at playground.sun.com + IPv6 overview at playground.sun.com - KAME.net + KAME.net - 6bone.net + 6bone.net @@ -3825,7 +3826,7 @@ - Tunnel via 6-to-4 (Tunnel via the 6-to-4 tunnel interface &man.stf.4; (RFC3068) @@ -3840,7 +3841,7 @@ First take a look at the 6bone site and find a 6bone connection nearest to you. Write to the responsible person and with a little bit of luck you will be given instructions on how to set up your connection. Usually this - involves setting up a GRE (gif) tunnel. + involves setting up an IP tunnel. Here is a typical example on setting up a &man.gif.4; tunnel: @@ -3877,8 +3878,8 @@ 6 3ffe:1800:0:3:290:27ff:fe14:cdee 394.712 ms 397.19 ms 394.102 ms This output will differ from machine to machine. By now you should be - able to reach the IPv6 site www.kame.net - and see the dancing tortoise — that is if you have a IPv6 enabled browser such as + able to reach the IPv6 site + and see the dancing tortoise — that is if you have an IPv6 enabled browser such as www/mozilla, Konqueror, which is part of x11/kdebase3, or www/epiphany. @@ -3888,8 +3889,8 @@ DNS in the IPv6 World - There used to be two types of DNS records for IPv6. The IETF - has declared A6 records obsolete. AAAA records are the standard + There used to be two types of DNS records for IPv6: A6 and AAAA. The + IETF has declared A6 records obsolete. AAAA records are the standard now. Using AAAA records is straightforward. Assign your hostname to the new @@ -3963,7 +3964,7 @@ - IPv6 Tunnel Settings + IPv6 Router Settings If the server is to route IPv6 between the rest of your network and the world, the following /etc/rc.conf @@ -3998,15 +3999,15 @@ :addrs#1:addr="2001:471:1f11:246::":prefixlen#64:tc=ether: Replace fxp0 with the interface you - are going to be using. - - Next, replace 2001:471:1f11:246:: - with the prefix of your allocation. - - If you are dedicated a /64 subnet + are going to be using. Next, replace + 2001:471:1f11:246:: with the prefix of your allocation. + If you are dedicated a /64 subnet you will not need to change anything else. Otherwise, you will need to change the prefixlen# to the correct value. + The manual page &man.rtadvd.conf.5; describes the syntax of this + configuration file. +