Short before release 0.20

Modified Files:
 	Linux+IPv6-HOWTO.lyx sgmllyxtabletagfix.pl
This commit is contained in:
pbldp 2002-01-30 22:37:07 +00:00
parent 17c2755049
commit a09e2b7720
2 changed files with 598 additions and 51 deletions

View File

@ -49,6 +49,24 @@ on>
<revhistory>
\layout SGML
<revision> <revnumber>Release 0.20</revnumber> <date>2002-01-30</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.19.2</revnumber> <date>2002-01-29</date> <authorin
itials>PB</authorinitials> <revremark>See
\begin_inset LatexCommand \ref[revision history]{revision-history}
\end_inset
for more</revremark></revision>
\layout SGML
<revision> <revnumber>Release 0.19.1</revnumber> <date>2002-01-27</date> <authorin
itials>PB</authorinitials> <revremark>See
\begin_inset LatexCommand \ref[revision history]{revision-history}
@ -76,15 +94,6 @@ tials>PB</authorinitials> <revremark>See
for more</revremark></revision>
\layout SGML
<revision> <revnumber>Release 0.17</revnumber> <date>2002-01-19</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
@ -356,8 +365,8 @@ Technical
Original source of this HOWTO
\layout Standard
This HOWTO is written with LyX version 1.1.6fix1 on a Red Hat Linux 7.2 system
with template SGML (DocBook book).
This HOWTO is currently written with LyX version 1.1.6fix4 on a Red Hat Linux
7.2 system with template SGML (DocBook book).
It's available on
\begin_inset LatexCommand \url[LDP-CVS / users / Peter-Bieringer]{http://cvsview.linuxdoc.org/index.cgi/users/Peter-Bieringer/?cvsroot=Linuxdoc}
@ -1875,7 +1884,7 @@ Prefix lengths (also known as "netmasks")
Similar to IPv4, the routable network path for routing to take place.
Because standard netmask notation for 128 bits doesn't look nice, designers
employed the IPv4 Classless Inter Domain Routing (CIDR,
\begin_inset LatexCommand \url[RFC 1519]{http://rfc.net/rfc1519.html}
\begin_inset LatexCommand \url[RFC 1519 / Classless Inter-Domain Routing]{http://rfc.net/rfc1519.html}
\end_inset
@ -3364,7 +3373,7 @@ Using "ip"
Usage:
\layout Code
# /sbin/ip -6 route show [dev &lt;device>]
# /sbin/ip -6 route show [dev <device>]
\layout Standard
\align left
Example:
@ -3399,39 +3408,22 @@ Example (output is filtered for interface eth0).
interface.
\layout Code
# /sbin/route -A inet6 |grep "
\backslash
Weth0
\backslash
W"
# /sbin/route -A inet6 |grep -w "eth0"
\layout Code
3ffe:ffff:0:f101 ::/64 :: UA 256 0 0 eth0
\emph on
\emph default
<- Interface route for global address
3ffe:ffff:0:f101 ::/64 :: UA 256 0 0 eth0 <- Interface route for global
address
\layout Code
fe80::/10 :: UA 256 0 0 eth0
\emph on
\emph default
<- Interface route for link-local address
fe80::/10 :: UA 256 0 0 eth0 <- Interface route for link-local
address
\layout Code
ff00::/8 :: UA 256 0 0 eth0
\emph on
\emph default
<- Interface route for all multicast addresses
ff00::/8 :: UA 256 0 0 eth0 <- Interface route for all multicast
addresses
\layout Code
::/0 :: UDA 256 0 0 eth0
\emph on
\emph default
<- Automatic default route
::/0 :: UDA 256 0 0 eth0 <- Automatic default route
\layout Section
Add an IPv6 route through a gateway
@ -3627,6 +3619,77 @@ Example:
\layout Code
# /sbin/route -A inet6 del 2000::/3 dev eth0
\layout Section
FAQ for IPv6 routes
\layout Subsection
Support of an IPv6 default route
\layout Standard
One idea of IPv6 was a hierachical routing, therefore only less routing
entries are needed in routers.
\layout Standard
There are some issues in current Linux kernels:
\layout Subsubsection
Clients
\layout Standard
Client can setup a default route like prefix
\begin_inset Quotes sld
\end_inset
::/0
\begin_inset Quotes srd
\end_inset
, they also learn such route on autoconfiguration e.g.
using radvd on the link like following example shows:
\layout Code
# ip -6 route show | grep ^default
\layout Code
default via fe80::212:34ff:fe12:3450 dev eth0 proto kernel metric 1024 expires
29sec mtu 1500 advmss 1440
\layout Subsubsection
Routers on packet forwarding
\layout Standard
Current mainstream Linux kernel (at least <= 2.4.17) don't support default
routes.
You can set them up, but the route lookup fails when a packet should be
forwarded (normal intention of a router).
\layout Standard
Therefore at this time
\begin_inset Quotes sld
\end_inset
default routing
\begin_inset Quotes srd
\end_inset
can be setup using the currently only global address prefix
\begin_inset Quotes sld
\end_inset
2000::/3
\begin_inset Quotes srd
\end_inset
.
\layout Standard
The USAGI project already supports this in their extension with a hack.
\layout Standard
Note: take care about default routing without address filtering on edge
routers.
Otherwise unwanted multicast or site-local traffic leave the edge.
\layout Chapter
@ -7135,7 +7198,7 @@ Further information and URLs
\end_inset
Paper printed books
Paper printed books, articles, online reviews (mixed)
\layout Subsection
German language
@ -7200,6 +7263,80 @@ Kurz angerissen werden: RFC1825 - Security Association Konzept RFC1826 -
IP authentication Header RFC1827 - IP Encapsulation Security Payload
\layout Subsection
Articles, Books, Online Reviews (mixed)
\layout Itemize
\begin_inset LatexCommand \url[Getting Connected with 6to4]{http://www.onlamp.com/pub/a/onlamp/2001/06/01/ipv6_tutorial.html}
\end_inset
by Huber Feyrer, 06/01/2001
\layout Itemize
\begin_inset LatexCommand \url[How Long the Aversion to IP Version 6]{http://researchcenter.zdnet.com/data/detail?id=1001711171_237&type=RES&x=120054357}
\end_inset
- Review of META Group, Inc., full access needs (free) registration at META
Group, Inc.
\layout Itemize
\begin_inset LatexCommand \url[O'reilly Network search for keyword IPv6]{http://www.oreillynet.com/search/index.ncsp?sp-q=IPv6}
\end_inset
results in 29 hits (28.
January 2002)
\layout Itemize
\begin_inset LatexCommand \url[Wireless boosting IPv6]{http://www.nwfusion.com/news/2000/1023ipv6.html}
\end_inset
by Carolyn Duffy Marsan, 10/23/2000
\layout Itemize
\begin_inset LatexCommand \url[IPv6, théorie et pratique]{http://www.oreilly.fr/catalogue/ipv6.html}
\end_inset
(french) 2e édition, mars 1999, O'Reilly (??? no newer one available ???)
ISBN: 2-84177-085-0
\layout Itemize
\begin_inset LatexCommand \url[Internetworking IPv6 with Cisco Routers]{http://www.ip6.com/index.html}
\end_inset
by Silvano Gai, McGrawHill Italia, 1997 13 chapters and appendix A-D are
downloadable as PDF-documents.
\layout Itemize
\begin_inset LatexCommand \url[Secure and Dynamic Tunnel Broker]{http://www.vermicelli.pasta.cs.uit.no/ipv6/students/vegars/}
\end_inset
by Vegar Skaerven Wang, Master of Engineering Thesis in Computer Science,
2.June 2000, Faculty of Science, Dep.of Computer Science, University of Tromso,
Norway.
\layout Itemize
\begin_inset LatexCommand \url[Aufbruch in die neue Welt - IPv6 in IPv4 Netzen]{http://www.netobjectdays.org/pdf/99/stja/doering.pdf}
\end_inset
von Dipl.Ing.
Ralf Döring, TU Illmenau, 1999
\layout Subsection
Others
\layout Standard
@ -7363,9 +7500,105 @@ Tunnel brokers
\end_inset
, Italy
\layout Itemize
\begin_inset LatexCommand \url[Wanadoo]{http://tunnel.be.wanadoo.com/}
\end_inset
, Belgium
\layout Itemize
\begin_inset LatexCommand \url[CERTNET-Nokia]{http://tb.6test.edu.cn/}
\end_inset
, China
\layout Itemize
\begin_inset LatexCommand \url[Tunnelbroker Leipzig]{http://joshua.informatik.uni-leipzig.de/}
\end_inset
, Germany - DialupUsers with dynamic IP's can get a fix IPv6 IP...
\layout Itemize
\begin_inset LatexCommand \url[Internet Initiative Japan]{http://www.iij.ad.jp/IPv6/index-e.html}
\end_inset
, Japan - with IPv6 native line service and IPv6 tunneling Service
\layout Itemize
\begin_inset LatexCommand \url[XS26 - "Access to Six"]{http://www.xs26.net/}
\end_inset
, Netherland - with POPs in Slovak Republic, Czech Republic, Netherlands,
Germany and Hungary.
\layout Itemize
\begin_inset LatexCommand \url[IPng Netherland]{http://www.ipng.nl/}
\end_inset
, Netherland - Intouch, SurfNet, AMS-IX, UUNet, Cistron, RIPE NCC and AT&T
are connected at the AMS-IX.
It is possible (there are requirements...) to get an static tunnel.
\layout Itemize
\begin_inset LatexCommand \url[UNINETT]{http://www.uninett.no/testnett/index.en.html}
\end_inset
, Norway - Pilot IPv6 Service (for Customers): tunnelbroker & address allocation
\layout Itemize
\begin_inset LatexCommand \url[NTT Europe]{http://www.uk.v6.ntt.net/}
\end_inset
,
\begin_inset LatexCommand \url[NTT Euroope]{http://www.nttv6.net/}
\end_inset
, United Kingdom - IPv6 Trial.
IPv4 Tunnel and native IPv6 leased Line connections.
POPs are located in London, UK Dusseldorf, Germany New Jersey, USA (East
Coast) Cupertino, USA (West Coast) Tokyo, Japan
\layout Itemize
\begin_inset LatexCommand \url[ESnet]{http://www.es.net/hypertext/welcome/pr/ipv6.html}
\end_inset
, USA - Energy Sciences Network: Tunnel Registry & Address Delegation for
directly connected ESnet sites and ESnet collaborators.
\layout Itemize
\begin_inset LatexCommand \url[6REN]{http://www.6ren.net/}
\end_inset
, USA - The 6ren initiative is being coordinated by the Energy Sciences
Network (ESnet), the network for the Energy Research program of the US
Dept.
of Energy, located at the University of California's Lawrence Berkeley
National Laboratory
\layout Standard
Another more filled list of current tunnel brokers is available at
See also here for more information and URLs:
\begin_inset LatexCommand \url[ipv6-net.org]{http://www.ipv6-net.de/}
\end_inset
@ -7652,14 +7885,6 @@ Testing Experimental IPv6 Technology and Services in Hungary
\layout Itemize
\begin_inset LatexCommand \url[KAME project]{http://www.kame.net/}
\end_inset
- Japan, (*BSD)
\layout Itemize
\begin_inset LatexCommand \url[SWITCH IPv6 Pilot]{http://www.switch.ch/lan/ipv6/}
\end_inset
@ -7681,9 +7906,43 @@ Testing Experimental IPv6 Technology and Services in Hungary
\end_inset
- Norway
\layout Itemize
\begin_inset LatexCommand \url[IPv6 Forum]{http://www.ipv6forum.com/}
\end_inset
- a world-wide consortium of leading Internet vendors, Research & Education
Networks...
\layout Itemize
\begin_inset LatexCommand \url[Playground.sun.com / IPv6 Info Page]{http://playground.sun.com/pub/ipng/html/ipng-main.html}
\end_inset
- maintained by Robert Hinden, Nokia
\layout Itemize
\begin_inset LatexCommand \url[NASA Ames Research Center]{http://www.nas.nasa.gov/Groups/LAN/IPv6/}
\end_inset
(old content)
\layout Itemize
\begin_inset LatexCommand \url[6INIT]{http://www.6init.com/}
\end_inset
- IPv6 Internet Initiative - an EU Fifth Framework Project under the IST
Programme
\layout Standard
More to be filled later...suggestions are welcome!
Something missing? Suggestions are welcome!
\layout Subsubsection
In Portuguese
@ -7727,6 +7986,285 @@ In Portuguese
\end_inset
\layout Subsection
By countries
\layout Subsubsection
Australia
\layout Itemize
\begin_inset LatexCommand \url[Carl's Australian IPv6 Pages]{http://oversteer.bl.echidna.id.au/IPv6/}
\end_inset
(old content)
\layout Subsubsection
Belgium
\layout Itemize
\begin_inset LatexCommand \url[BELNET]{http://vivaldi.belnet.be/ipv6/}
\end_inset
- the Belgian Research Network
\layout Itemize
\begin_inset LatexCommand \url[Euronet]{http://www.ipv6.euronet.be/}
\end_inset
- one of the biggest ISP's of Belgium...
\layout Subsubsection
France
\layout Itemize
\begin_inset LatexCommand \url[Renater]{http://www.renater.fr/Projets/IPv6/index.htm}
\end_inset
- Renater IPv6 Project Page
\layout Subsubsection
Italy
\layout Itemize
\begin_inset LatexCommand \url[Edisontel]{http://www.6bone.it/}
\end_inset
- IPv6 Portal of Edisontel
\layout Subsubsection
Japan
\layout Itemize
\begin_inset LatexCommand \url[Yamaha IPv6]{http://www.rtpro.yamaha.co.jp/RT/ipv6/}
\end_inset
(sorry, all in japanese native ...)
\layout Subsubsection
Korea
\layout Itemize
\begin_inset LatexCommand \url[IPv6 Forum Korea]{http://www.ipv6.or.kr/english/index.new.htm}
\end_inset
- Korean IPv6 Deployment Project
\layout Subsubsection
Mexico
\layout Itemize
\begin_inset LatexCommand \url[IPv6 Mexico]{http://www.ipv6.unam.mx/}
\end_inset
(spain & english version) - IPv6 Project Hompeage of The National Autonomous
University of Mexico (UNAM)
\layout Subsubsection
Netherland
\layout Itemize
\begin_inset LatexCommand \url[SURFnet]{http://www.ipv6.surfnet.nl/}
\end_inset
- SURFnet IPv6 Backbone
\layout Itemize
\begin_inset LatexCommand \url[STACK]{http://www.stack.nl/}
\end_inset
,
\begin_inset LatexCommand \url[STACK (IPv6)]{http://www.ipv6.stack.nl/ipv6/}
\end_inset
- Students' computer association of the Eindhoven University of Technology,
Netherland.
\layout Subsubsection
United Kingdom
\layout Itemize
\begin_inset LatexCommand \url[British Telecom IPv6 Home]{http://www.bt.com/ipv6/}
\end_inset
- BT's ISP IPv6 Trial, UK's first IPv6 Internet Exchange etc.
\layout Subsection
By operating systems
\layout Subsubsection
Cisco IOS
\layout Itemize
\begin_inset LatexCommand \url[Cisco IOS IPv6 Entry Page]{http://www.cisco.com/warp/public/732/Tech/ipv6/}
\end_inset
\layout Subsubsection
Compaq
\layout Itemize
\begin_inset LatexCommand \url[IPv6 at Compaq]{http://www.compaq.com/ipv6/}
\end_inset
- Presentations, White Papers, Documentation...
\layout Subsubsection
Microsoft
\layout Itemize
\begin_inset LatexCommand \url[Microsoft Windows 2000 IPv6]{http://www.microsoft.com/windows2000/technologies/communications/ipv6/default.asp}
\end_inset
\layout Itemize
\begin_inset LatexCommand \url[MSRIPv6]{http://www.research.microsoft.com/msripv6}
\end_inset
- Microsoft Research Network - IPv6 Homepage
\layout Itemize
\begin_inset LatexCommand \url[Getting Started with the Microsoft IPv6 Technology Preview for Windows 2000]{http://msdn.microsoft.com/downloads/sdks/platform/tpipv6/start.asp}
\end_inset
\layout Subsubsection
*BSD
\layout Itemize
\begin_inset LatexCommand \url[KAME project]{http://www.kame.net/}
\end_inset
- Japan, (*BSD)
\layout Itemize
\begin_inset LatexCommand \url[NetBSD's IPv6 Networking FAQ]{http://www.netbsd.org/Documentation/network/ipv6/}
\end_inset
\layout Subsubsection
Solaris
\layout Itemize
\begin_inset LatexCommand \url[Sun Microsystems IPv6 Page for Solaris 8]{http://www.sun.com/solaris/ipv6/}
\end_inset
\layout Subsubsection
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}
\end_inset
\layout Subsection
Application lists
\layout Itemize
\begin_inset LatexCommand \url[IPv6.org / IPv6 enabled applications]{http://www.ipv6.org/v6-apps.html}
\end_inset
\layout Itemize
\begin_inset LatexCommand \url[Freshmeat / IPv6 search]{http://freshmeat.net/search/?q=IPv6}
\end_inset
, currently (26.
January 2001) 46 projects
\layout Subsubsection
Analyzer tools
\layout Itemize
\begin_inset LatexCommand \url[Etherreal]{http://ethereal.planetmirror.com/}
\end_inset
- Ethereal is a free network protocol analyzer for Unix and Windows
\layout Itemize
\begin_inset LatexCommand \url[Radcom RC100-WL]{http://www.ip6.com/us/analyzer.htm}
\end_inset
- Download Radcom RC100-WL protocol analyzer version 3.20
\layout Subsection
Request For Comments (RFCs)
\layout Standard
See here for more
\layout Itemize
\begin_inset LatexCommand \url[IPv6.org / IPv6 Related Specifications]{http://www.ipv6.org/specs.html}
\end_inset
\layout Itemize
\begin_inset LatexCommand \url[Playground.sun.com / IPng Standardization Status]{http://playground.sun.com/pub/ipng/html/specs/standards.html}
\end_inset
\layout Section
@ -8272,6 +8810,12 @@ Revision history
Releases 0.x
\layout Description
0.20 2002-01-30/PB: Add a hint about default route problem, some minor updates
\layout Description
0.19.2 2002-01-29/PB: Add many new URLs
\layout Description
0.19.1 2002-01-27/PB: Add some forgotten URLs
\layout Description
@ -8406,7 +8950,8 @@ David Ranch <dranch at trinnet dot net>: For encouraging me to write this
Also for his major reviews and suggestions.
\layout Itemize
Pekka Savola <pekkas at netcore dot fi>: For major reviews and suggestions.
Pekka Savola <pekkas at netcore dot fi>: For major reviews, input and suggestion
s.
\layout Itemize
Martin F.
@ -8468,7 +9013,7 @@ 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 and some other suggestions
books, big list of URLs and some other suggestions
\layout Itemize
Frank Dinies <FrankDinies at web dot de>: For a bugfix on IPv6 address explanati

View File

@ -10,6 +10,7 @@
#
# Takes SGML output exported by LyX and fix a bug in the table tag.
# Don't know the reason what causes this, but it is wrong.
# -> This bug is fixed in LyX 1.1.6fix4
#
# Example:
# - <colspec colname="col0" align="center"/>
@ -18,6 +19,7 @@
# Changes:
# 20020119/PB: Initial release
# 20020125/PB: Minor review
# 20020130/PB: add comment
#
print STDERR "INF : Fix 'colspec' lines\n";