Add hint for generating 6to4 addresses

Modified Files:
 	Linux+IPv6-HOWTO.lyx
This commit is contained in:
pbldp 2002-01-31 22:33:18 +00:00
parent 600693a1e0
commit 41468e1604
1 changed files with 27 additions and 0 deletions

View File

@ -49,6 +49,15 @@ on>
<revhistory>
\layout SGML
<revision> <revnumber>Release 0.20.1</revnumber> <date>2002-01-31</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.20</revnumber> <date>2002-01-30</date> <authorini
tials>PB</authorinitials> <revremark>See
\begin_inset LatexCommand \ref[revision history]{revision-history}
@ -1559,6 +1568,14 @@ For example, representing 192.168.1.1/5:
2002:c0a8:0101:5::1
\layout Standard
A small shell command line can help you generating such address out of a
given IPv4 one:
\layout Code
ipv4="1.2.3.4"; sla="5"; printf "2002:%02x%02x:%02x%02x:%04x::1" `echo $ipv4
| tr "." " "` $sla
\layout Standard
See also
\begin_inset LatexCommand \ref[tunneling using 6to4]{tunneling-6to4}
@ -4245,6 +4262,13 @@ Local 6to4 gateways should always assigned the manual suffix
2002:0102:0304::1
\layout Standard
Use e.g.
following for automatic generation:
\layout Code
ipv4="1.2.3.4"; printf "2002:%02x%02x:%02x%02x::1" `echo $ipv4 | tr "." " "`
\layout Standard
There are two ways possible to setup 6to4 tunneling now.
\layout Subsubsection
@ -8778,6 +8802,9 @@ Revision history
Releases 0.x
\layout Description
0.20.1 2002-01-31/PB: Add a hint how to generate 6to4 addresses
\layout Description
0.20 2002-01-30/PB: Add a hint about default route problem, some minor updates
\layout Description