Date: Thu, 21 Sep 2006 14:29:09 +0200 From: Paul Weissmann <paul@doorslam.net> To: doc@FreeBSD.org Subject: Chapter 27.10 IPv6 correction Message-ID: <20060921122909.GA11899@inertia.doorslam.net>
index | next in thread | raw e-mail
[-- Attachment #1 --]
Hi,
I think there is a small mistake on the gif0-tunnel configuration
(under 27.10.3 Getting Connected): the last "ifconfig gif0 inet6 alias ..."
needs a "prefixlen 128" appended (see attached patches for clarity). It
at least only worked w/ this on my FreeBSD 6.1 system.
Regards.
- paul
--
the mind cannot win over the matter, for once the mind is asked
to do too much, it quickly shows itself to be matter as well.
[-- Attachment #2 --]
--- network-ipv6.html.o Thu Sep 21 14:21:10 2006
+++ network-ipv6.html Thu Sep 21 14:21:32 2006
@@ -320,7 +320,7 @@
<samp class="PROMPT">#</samp> <kbd class="USERINPUT">ifconfig gif0 tunnel <tt
class="REPLACEABLE"><i>MY_IPv4_ADDR MY_IPv4_REMOTE_TUNNEL_ENDPOINT_ADDR</i></tt></kbd>
<samp class="PROMPT">#</samp> <kbd class="USERINPUT">ifconfig gif0 inet6 alias <tt
-class="REPLACEABLE"><i>MY_ASSIGNED_IPv6_TUNNEL_ENDPOINT_ADDR MY_IPv6_REMOTE_TUNNEL_ENDPOINT_ADDR</i></tt></kbd>
+class="REPLACEABLE"><i>MY_ASSIGNED_IPv6_TUNNEL_ENDPOINT_ADDR MY_IPv6_REMOTE_TUNNEL_ENDPOINT_ADDR</i> prefixlen 128</tt></kbd>
</pre>
<p>Replace the capitalized words by the information you received from the upstream 6bone
[-- Attachment #3 --]
--- chapter.sgml.o Thu Sep 21 14:25:51 2006
+++ chapter.sgml Thu Sep 21 14:26:44 2006
@@ -4350,7 +4350,7 @@
&prompt.root; <userinput>ifconfig gif0</userinput>
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
&prompt.root; <userinput>ifconfig gif0 tunnel <replaceable>MY_IPv4_ADDR MY_IPv4_REMOTE_TUNNEL_ENDPOINT_ADDR</replaceable></userinput>
-&prompt.root; <userinput>ifconfig gif0 inet6 alias <replaceable>MY_ASSIGNED_IPv6_TUNNEL_ENDPOINT_ADDR MY_IPv6_REMOTE_TUNNEL_ENDPOINT_ADDR</replaceable></userinput></screen>
+&prompt.root; <userinput>ifconfig gif0 inet6 alias <replaceable>MY_ASSIGNED_IPv6_TUNNEL_ENDPOINT_ADDR MY_IPv6_REMOTE_TUNNEL_ENDPOINT_ADDR</replaceable> prefixlen 128</userinput></screen>
<para>Replace the capitalized words by the information you received from the
upstream 6bone node.</para>
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060921122909.GA11899>
