Chapter 27.10 IPv6 correction

看板FB_doc作者時間19年前 (2006/09/21 20:34), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
--h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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. --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="network-ipv6.html.patch" --- 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 --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="chapter.sgml.patch" --- 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&lt;POINTOPOINT,MULTICAST&gt; 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> --h31gzZEtNLTqOjlF Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" --h31gzZEtNLTqOjlF--
文章代碼(AID): #154eRH00 (FB_doc)