From owner-svn-doc-all@FreeBSD.ORG Sun Jul 15 06:56:48 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AC40106566B; Sun, 15 Jul 2012 06:56:48 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0BF588FC14; Sun, 15 Jul 2012 06:56:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6F6ulif032091; Sun, 15 Jul 2012 06:56:47 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6F6ulP2032089; Sun, 15 Jul 2012 06:56:47 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201207150656.q6F6ulP2032089@svn.freebsd.org> From: Glen Barber Date: Sun, 15 Jul 2012 06:56:47 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39206 - head/en_US.ISO8859-1/books/handbook/advanced-networking X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jul 2012 06:56:48 -0000 Author: gjb Date: Sun Jul 15 06:56:47 2012 New Revision: 39206 URL: http://svn.freebsd.org/changeset/doc/39206 Log: - ipv6_enable is deprecated; use ip6_prefer instead. - ipv6_ifconfig_{interface} is deprecated in favor of ifconfig_{interface}_ipv6; additionally, the latter requires the specification of 'inet6'. Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml Sun Jul 15 03:21:27 2012 (r39205) +++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml Sun Jul 15 06:56:47 2012 (r39206) @@ -5972,13 +5972,19 @@ round-trip min/avg/max/stddev = 2.530/2. have &man.rtsol.8; autoconfigure your interface on boot all you need to add is: - ipv6_enable="YES" + ipv6_prefer="YES" To statically assign an IP address such as 2001:471:1f11:251:290:27ff:fee0:2093, to your fxp0 interface, add: - ipv6_ifconfig_fxp0="2001:471:1f11:251:290:27ff:fee0:2093" + ifconfig_fxp0_ipv6="inet6 2001:471:1f11:251:290:27ff:fee0:2093 prefixlen 64" + + + Be sure to change prefixlen + 64 to the appropriate value for the subnet + within which the computer is networked. + To assign a default router of 2001:471:1f11:251::1 add the @@ -6011,7 +6017,7 @@ round-trip min/avg/max/stddev = 2.530/2. To apply the IPv6 address you have been assigned for use as your IPv6 tunnel endpoint, add: - ipv6_ifconfig_gif0="MY_ASSIGNED_IPv6_TUNNEL_ENDPOINT_ADDR" + ifconfig_gif0_ipv6="inet6 MY_ASSIGNED_IPv6_TUNNEL_ENDPOINT_ADDR" Then all you have to do is set the default route for IPv6. This is the other side of the IPv6 tunnel: