Modified Files:

Linux+IPv6-HOWTO.sgml : add ttl hint on 6to4 tunnel setup
This commit is contained in:
pbldp 2002-11-18 20:15:17 +00:00
parent f85a840fc2
commit ea8f612f4c
1 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
<revision> <revnumber>Release 0.31</revnumber> <date>2002-09-29</date> <authorinitials>PB</authorinitials> <revremark>See <link linkend="revision-history">revision history</link> for more</revremark></revision>
</revhistory>
<abstract><para>The goal of the Linux IPv6 HOWTO is to answer both basic and advanced questions about IPv6 on the Linux operating system. This HOWTO will provide the reader with enough information to install, configure, and use IPv6 applications on Linux machines.</para></abstract></bookinfo>
<chapter id="chapter-general"><title>General</title><remark>CVS-ID: &dollar;Id: Linux+IPv6-HOWTO.lyx,v 1.37 2002/11/18 19:01:55 pbldp Exp &dollar;</remark><para>Information about available translations you will find in section <link linkend="general-translations">Translations</link>.</para><sect1 id="general-copright"><title>Copyright, license and others</title><sect2><title>Copyright</title><para>Written and Copyright (C) 2001-2002 by Peter Bieringer</para></sect2>
<chapter id="chapter-general"><title>General</title><remark>CVS-ID: &dollar;Id: Linux+IPv6-HOWTO.lyx,v 1.38 2002/11/18 20:03:51 pbldp Exp &dollar;</remark><para>Information about available translations you will find in section <link linkend="general-translations">Translations</link>.</para><sect1 id="general-copright"><title>Copyright, license and others</title><sect2><title>Copyright</title><para>Written and Copyright (C) 2001-2002 by Peter Bieringer</para></sect2>
<sect2><title>License</title><para>This Linux IPv6 HOWTO is published under GNU GPL version 2:
@ -559,7 +559,7 @@ You can still apply for one of these prefixes, see here <ulink url="http://www.6
]]></programlisting><para>the generated 6to4 prefix will be</para><programlisting><![CDATA[2002:0102:0304::
]]></programlisting><para>Local 6to4 gateways should always assigned the manual suffix &quot;::1&quot;, therefore your local 6to4 address will be</para><programlisting><![CDATA[2002:0102:0304::1
]]></programlisting><para>Use e.g. following for automatic generation:</para><programlisting><![CDATA[ipv4="1.2.3.4"; printf "2002:%02x%02x:%02x%02x::1" `echo $ipv4 | tr "." " "`
]]></programlisting><para>There are two ways possible to setup 6to4 tunneling now.</para><sect3><title>Using &quot;ip&quot; and a dedicated tunnel device</title><para>This is now the recommended way.</para><para>Create a new tunnel device</para><programlisting><![CDATA[# /sbin/ip tunnel add tun6to4 mode sit remote any local <localipv4address>
]]></programlisting><para>There are two ways possible to setup 6to4 tunneling now.</para><sect3><title>Using &quot;ip&quot; and a dedicated tunnel device</title><para>This is now the recommended way (a TTL must be specified because the default value is 0).</para><para>Create a new tunnel device</para><programlisting><![CDATA[# /sbin/ip tunnel add tun6to4 mode sit ttl <ttldefault> remote any local <localipv4address>
]]></programlisting><para>Bring interface up</para><programlisting><![CDATA[# /sbin/ip link set dev tun6to4 up
]]></programlisting><para>Add local 6to4 address to interface (note: prefix length 16 is imporant!)</para><programlisting><![CDATA[# /sbin/ip -6 addr add <local6to4address>/16 dev tun6to4
]]></programlisting><para>Add (default) route to the global IPv6 network using the all-6to4-routers IPv4 anycast address</para><programlisting><![CDATA[# /sbin/ip -6 route add 2000::/3 via ::192.88.99.1 dev tun6to4 metric 1
@ -1425,7 +1425,7 @@ Kurz angerissen werden: RFC1825 - Security Association Konzept RFC1826 - IP auth
</para><para>(1) recommended for common Linux &amp; IPv6 issues.</para><para>(2) very recommended if you provide server applications.</para><para>Something missing? Suggestions are welcome!</para><para>Another list is available at <ulink url="http://www.join.uni-muenster.de/JOIN/ipv6/texte-englisch/ipv6.infoquellen.html">JOIN Project / List of IPv6-related maillists</ulink>.</para></sect1>
</chapter>
<chapter><title>Revision history / Credits / The End</title><sect1 id="revision-history"><title>Revision history</title><para>Versions x.y are published on the Internet.</para><para>Versions x.y.z are work-in-progress and only published as LyX file on CVS.</para><sect2><title>Releases 0.x</title><variablelist><varlistentry><term>0.33
</term><listitem><para>2002-11-18/PB: Fix broken RFC-URLs</para></listitem></varlistentry><varlistentry><term>0.32
</term><listitem><para>2002-11-18/PB: Fix broken RFC-URLs, add parameter ttl on 6to4 tunnel setup example</para></listitem></varlistentry><varlistentry><term>0.32
</term><listitem><para>2002-11-03/PB: Add information about Chinese translation</para></listitem></varlistentry><varlistentry><term>0.31.1
</term><listitem><para>2002-10-06/PB: Add another maillist</para></listitem></varlistentry><varlistentry><term>0.31
</term><listitem><para>2002-09-29/PB: Extend information in proc-filesystem entries</para></listitem></varlistentry><varlistentry><term>0.30