Modified Files:

Linux+IPv6-HOWTO.lyx : Fix broken URLs and spelling
This commit is contained in:
pbldp 2002-12-16 17:38:36 +00:00
parent b818e33653
commit 63366d15bb
1 changed files with 63 additions and 72 deletions

View File

@ -51,6 +51,15 @@ Bieringer
<revhistory>
\layout SGML
<revision> <revnumber>Release 0.36</revnumber> <date>2002-12-16</date> <authorini
tials>PB</authorinitials> <revremark>See
\begin_inset LatexCommand \ref[revision history]{revision-history}
\end_inset
for more</revremark></revision>
\layout SGML
<revision> <revnumber>Release 0.35</revnumber> <date>2002-12-11</date> <authorini
tials>PB</authorinitials> <revremark>See
\begin_inset LatexCommand \ref[revision history]{revision-history}
@ -69,15 +78,6 @@ tials>PB</authorinitials> <revremark>See
for more</revremark></revision>
\layout SGML
<revision> <revnumber>Release 0.33</revnumber> <date>2002-11-18</date> <authorini
tials>PB</authorinitials> <revremark>See
\begin_inset LatexCommand \ref[revision history]{revision-history}
\end_inset
for more</revremark></revision>
\layout SGML
</revhistory>
\layout Abstract
@ -1227,7 +1227,7 @@ See also for more information
\end_inset
and
\begin_inset LatexCommand \url[RFC 3194 / The Host-Density Ratio for Address Assignment Efficiency]{http://www.faqs.org/rfcs/rfc1715.html}
\begin_inset LatexCommand \url[RFC 3194 / The Host-Density Ratio for Address Assignment Efficiency]{http://www.faqs.org/rfcs/rfc3194.html}
\end_inset
@ -5118,7 +5118,7 @@ grep
\begin_inset Quotes srd
\end_inset
.
\layout Subsection
Values found in /proc-filesystems
@ -5621,7 +5621,7 @@ More to be filled.
route/*
\layout Standard
Change global settings for routing
Change global settings for routing.
\layout Subsubsection
flush
@ -5723,18 +5723,6 @@ Type: INTEGER
Default: 4096
\layout Standard
More to be filled.
\layout Subsubsection
max_size
\layout Itemize
Type: INTEGER
\layout Itemize
Default: 4096
\layout Standard
More to be filled.
\layout Section
@ -5824,7 +5812,7 @@ net/ipv6/addrconf.c
\begin_inset Quotes srd
\end_inset
for more)
for more).
\layout Code
# cat /proc/net/if_inet6
@ -5916,7 +5904,7 @@ net/ipv6/route.c
\begin_inset Quotes srd
\end_inset
for more)
for more).
\layout Code
# cat /proc/net/ipv6_route
@ -6424,7 +6412,7 @@ ff02::1
\begin_inset Quotes srd
\end_inset
.
\layout Subsubsection
Router solicitation
@ -6480,7 +6468,7 @@ Following packets are sent by a node with layer 2 MAC address
during autoconfiguration to check whether a potential address is already
used by another node on the link sending this to the solicited-node link-local
multicast address
multicast address.
\layout Itemize
Node wants to configure its link-local address
@ -6617,7 +6605,7 @@ Since starting writing the
router with second stub network, normal tunnels, 6to4 tunnels, and so on.
Nowadays there exists a set of configuration and script files which do
the job very well (never heard about real problems, but I don't know how
many use the set.
many use the set).
Because this configuration and scrips files are extended from time to time,
they got their own HOWTO page:
\begin_inset LatexCommand \url[IPv6-HOWTO/scripts/current]{http://www.bieringer.de/linux/IPv6/IPv6-HOWTO/scripts/current/}
@ -6853,7 +6841,7 @@ For the moment, see
\end_inset
for more details
for more details.
\layout Chapter
@ -6872,8 +6860,8 @@ IPv6 firewalling is important, especially if using IPv6 on internal networks
\end_inset
or
\begin_inset LatexCommand \url[APIPA / Automatic Private IP Addressing]{http://www.glossary-tech.com/apipa.htm}
or Automatic Private IP Addressing (APIPA)
\begin_inset LatexCommand \url[Google search for Microsoft + APIPA]{http://www.google.com/search?q=apipa+microsoft}
\end_inset
@ -6894,7 +6882,7 @@ Native IPv6 firewalling is only supported in kernel versions 2.4+.
\layout Standard
Attention: no warranty that described rules or examples are really protect
Attention: no warranty that described rules or examples can really protect
your system!
\layout Standard
@ -7161,7 +7149,7 @@ Rename older directory
Create a new softlink
\layout Code
# ln /path/to/src/linux-version-iptables-version /usr/src/linux
# ln -s /path/to/src/linux-version-iptables-version /usr/src/linux
\layout Standard
Rebuild SRPMS
@ -7304,7 +7292,9 @@ Because it can happen (author already saw it to times) that an ICMPv6 storm
\layout Code
# ip6tables -A INPUT --protocol icmpv6 --icmpv6-type echo-request -j ACCEPT
--match limit --limit 30/minute
\layout Code
¬ --match limit --limit 30/minute
\layout Subsubsection
Allow incoming SSH
@ -7336,7 +7326,7 @@ Allow response packets (at the moment IPv6 connection tracking isn't in
Enable tunneled IPv6-in-IPv4
\layout Standard
Tto accept tunneled IPv6-in-IPv4 packets, you have to insert rules in your
To accept tunneled IPv6-in-IPv4 packets, you have to insert rules in your
\series bold
IPv4 firewall setup
@ -7412,7 +7402,7 @@ ALSO RECOMMENDED!
\series default
Like mentioned on my firewall information it's possible to control the
ports on outgoing UDP/TCP sessions.
So if all of your local IPv6 systems are use local ports e.g.
So if all of your local IPv6 systems are using local ports e.g.
from 32768 to 60999 you are able to filter UDP connections also (until
connection tracking works) like:
\layout Itemize
@ -8329,7 +8319,7 @@ AAAA and reverse IP6.INT: specified in
, usable since BIND version 4.9.6
\layout Itemize
A6, DNAME (DEPRICATED NOW!) and reverse IP6.ARPA: specified in
A6, DNAME (DEPRECATED NOW!) and reverse IP6.ARPA: specified in
\begin_inset LatexCommand \url[RFC 2874 / DNS Extensions to Support IPv6 Address Aggregation and Renumbering]{http://www.faqs.org/rfcs/rfc2874.html}
\end_inset
@ -8355,10 +8345,10 @@ AAAA and reverse IP6.INT:
\layout Itemize
A6, DNAME (DEPRICATED NOW!) and reverse IP6.ARPA: take a look into chapter
A6, DNAME (DEPRECATED NOW!) and reverse IP6.ARPA: take a look into chapter
4 and 6 of the BIND 9 Administrator Reference Manual (ARM) distributed
which the bind-package or get this here:
\begin_inset LatexCommand \url[BIND version 9 ARM (PDF)]{http://www.nominum.com/resources/documentation/Bv9ARM.pdf}
\begin_inset LatexCommand \url[BIND version 9 ARM (PDF)]{http://www.nominum.com/content/documents/bind9arm.pdf}
\end_inset
@ -8649,8 +8639,9 @@ Router Advertisement Daemon (radvd)
The router advertisement daemon is very useful on a LAN, if clients should
be auto-configured.
The daemon itself should run a Linux router (not necessary the default
IPv4 gateway).
The daemon itself should run on the Linux default IPv6 gateway router (it's
not required that this is also the default IPv4 gateway, so pay attention
who on your LAN is sending router advertisements).
\layout Standard
@ -9230,12 +9221,11 @@ Articles, Books, Online Reviews (mixed)
\layout Itemize
\begin_inset LatexCommand \url[IPv6, théorie et pratique]{http://www.oreilly.fr/catalogue/ipv6.html}
\begin_inset LatexCommand \url[IPv6, théorie et pratique]{http://www.oreilly.fr/catalogue/ipv6-3ed.html}
\end_inset
(french) 2e édition, mars 1999, O'Reilly (??? no newer one available ???)
ISBN: 2-84177-085-0
(french) 3e édition, mars 2002, O'Reilly, ISBN 2-84177-139-3
\layout Itemize
@ -9326,7 +9316,7 @@ Global registries
\layout Itemize
IPv6 test backbone:
\begin_inset LatexCommand \url[6bone]{http://www.6bone.net/6bone_hookup.html}
\begin_inset LatexCommand \url[6bone]{http://www.6bone.net/}
\end_inset
@ -9352,12 +9342,12 @@ America:
\end_inset
,
\begin_inset LatexCommand \url[ARIN / registration page]{http://www.arin.net/regserv.html}
\begin_inset LatexCommand \url[ARIN / registration page]{http://www.arin.net/library/index.htm#templates}
\end_inset
,
\begin_inset LatexCommand \url[ARIN / IPv6 guidelines]{http://www.arin.net/regserv/ipv6/ipv6guidelines.html}
\begin_inset LatexCommand \url[ARIN / IPv6 guidelines]{http://www.arin.net/library/index.htm}
\end_inset
@ -9388,7 +9378,7 @@ Asia/Pacific:
\end_inset
,
\begin_inset LatexCommand \url[APNIC / IPv6 information]{http://www.apnic.net/drafts/ipv6/}
\begin_inset LatexCommand \url[APNIC / IPv6 ressource guide]{http://www.apnic.net/services/ipv6_guide.html}
\end_inset
@ -9400,6 +9390,16 @@ Latin America and Caribbea:
\end_inset
,
\begin_inset LatexCommand \url[IPv6 Registration Services]{http://lacnic.net/en/bt-IPv6.html}
\end_inset
,
\begin_inset LatexCommand \url[IPv6 Allocation Policy]{http://lacnic.net/en/chapter-4-en.pdf}
\end_inset
\layout Itemize
@ -9517,7 +9517,7 @@ Tunnel brokers
\end_inset
,
\begin_inset LatexCommand \url[NTT Euroope]{http://www.nttv6.net/}
\begin_inset LatexCommand \url[NTT]{http://www.nttv6.net/}
\end_inset
@ -10009,11 +10009,11 @@ In Portuguese
\end_inset
(broken?)
\layout Itemize
\begin_inset LatexCommand \url[FCCN (National Foundation for the Scientific Computation)]{http://www.rcts.pt/ipv6/ipb6.htm}
\begin_inset LatexCommand \url[FCCN (National Foundation for the Scientific Computation)]{http://www.fccn.pt/projectos/ipv6/index_html}
\end_inset
@ -10021,14 +10021,6 @@ In Portuguese
\layout Itemize
\begin_inset LatexCommand \url[Grupo de Pesquisa em IPv6 do Brasil]{http://linuxgo.persogo.com.br/ipv6/}
\end_inset
\layout Itemize
\begin_inset LatexCommand \url[University of Algarve, Portugal]{http://www.ipv6.ualg.pt/}
\end_inset
@ -10169,7 +10161,7 @@ Netherland
\end_inset
,
\begin_inset LatexCommand \url[STACK (IPv6)]{http://www.ipv6.stack.nl/ipv6/}
\begin_inset LatexCommand \url[STACK (IPv6)]{http://www.stack.nl/ipv6/}
\end_inset
@ -10282,7 +10274,7 @@ Sumitoma
\layout Itemize
\begin_inset LatexCommand \url[Sumitomo Electric has implemented IPv6 on Suminet 3700 family routers]{http://www.sumitomo.com/htmls/randd/ipv6/ipv6.html}
\begin_inset LatexCommand \url[Sumitomo Electric has implemented IPv6 on Suminet 3700 family routers]{http://playground.sun.com/pub/ipng/html/ipng-implementations.html#Sumitomo}
\end_inset
@ -10305,8 +10297,7 @@ Application lists
\end_inset
, currently (02.
May 2002) 51 projects
, currently (14 Dec 2002) 62 projects
\layout Subsubsection
Analyzer tools
@ -10887,12 +10878,7 @@ English
\end_inset
,
\begin_inset LatexCommand \url[Threaded archive]{http://ryouko.dgim.crc.ca/ipv6/}
\end_inset
,
\begin_inset LatexCommand \url[Mirror of archive]{http://www.wcug.wwu.edu/lists/6bone/}
\begin_inset LatexCommand \url[Archive]{http://mailman.isi.edu/pipermail/6bone/}
\end_inset
@ -11185,7 +11171,7 @@ Portuguese
\layout Standard
\begin_inset LatexCommand \url[Info]{http://www.mfa.eti.br/listas.html}
\begin_inset LatexCommand \url[Info]{http://www.marcelo.pro.br/mailman/listinfo/ipv6}
\end_inset
@ -11237,6 +11223,10 @@ Versions x.y.z are work-in-progress and only published as LyX file on CVS.
Releases 0.x
\layout Description
0.36 2002-12-16/PB: Check of and fix broken links (credits to Georg Käfer),
some spelling fixes
\layout Description
0.35 2002-12-11/PB: Some fixes and extensions
\layout Description
@ -11550,7 +11540,8 @@ send mail
Georg Käfer <gkaefer at salzburg dot co dot at>: For detection of no proper
PDF creation (fixed now by LDP maintainer Greg Ferguson), input for German
books, big list of URLs and some more suggestions and corrections.
books, big list of URLs, checking all URLs and some more suggestions and
corrections.
\layout Itemize
Frank Dinies <FrankDinies at web dot de>: For a bugfix on IPv6 address explanati