From owner-svn-doc-head@FreeBSD.ORG Tue Aug 27 09:33:06 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 885727D3; Tue, 27 Aug 2013 09:33:06 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 75AEF2A3C; Tue, 27 Aug 2013 09:33:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7R9X6s0050979; Tue, 27 Aug 2013 09:33:06 GMT (envelope-from brd@svn.freebsd.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7R9X6ND050978; Tue, 27 Aug 2013 09:33:06 GMT (envelope-from brd@svn.freebsd.org) Message-Id: <201308270933.r7R9X6ND050978@svn.freebsd.org> From: Brad Davis Date: Tue, 27 Aug 2013 09:33:06 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42590 - head/en_US.ISO8859-1/books/handbook/advanced-networking X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Aug 2013 09:33:06 -0000 Author: brd Date: Tue Aug 27 09:33:05 2013 New Revision: 42590 URL: http://svnweb.freebsd.org/changeset/doc/42590 Log: - Fix IPv6 Setup instructions for the handbook [1] - Break the auto/static configure sections apart to make it easier to tell the difference - Add some replaceable tags - Switch to using the IPv6 doc prefix - Fix a few small typos PR: 170223 [1] Reviewed by: bz@, gavin@ Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Mon Aug 26 13:23:19 2013 (r42589) +++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Tue Aug 27 09:33:05 2013 (r42590) @@ -5319,29 +5319,38 @@ redirect_port tcp 192.168.0.3:80 80/etc/rc.conf - <acronym>IPv6</acronym> Client Settings + <acronym>IPv6</acronym> Client Auto-Configuration - These settings configure a machine on a + To automatically configure a machine on a LAN which acts as a client, not a - router. To instruct &man.rtsol.8; to autoconfigure the - interface on boot on - &os; 9.x and later, add - this line to rc.conf: - - ipv6_prefer="YES" + router, two items are required. First to enable the + em0 to receive the router solicitation + messages, add this line to rc.conf: + + ifconfig_em0_ipv6="inet6 accept_rtadv" + + Secondly, the router solicitation daemon, &man.rtsol.8;, + should be enabled by adding the following to + rc.conf: + + rtsold_enable="YES" For &os; 8.x, add: ipv6_enable="YES" + + + <acronym>IPv6</acronym> Client Static + Configuration To statically assign the IPv6 address, 2001:471:1f11:251:290:27ff:fee0:2093, + role="ip6addr">2001:db8:4672:6565:2026:5043:2d42:5344, to fxp0, add the following for &os; 9.x: - ifconfig_fxp0_ipv6="inet6 2001:471:1f11:251:290:27ff:fee0:2093 prefixlen 64" + ifconfig_fxp0_ipv6="inet6 2001:db8:4672:6565:2026:5043:2d42:5344 prefixlen 64" Be sure to change prefixlen @@ -5349,16 +5358,16 @@ redirect_port tcp 192.168.0.3:80 80 - For &os; 8x, + For &os; 8.x, add: - ipv6_ifconfig_fxp0="2001:471:1f11:251:290:27ff:fee0:2093" + ipv6_ifconfig_fxp0="2001:db8:4672:6565:2026:5043:2d42:5344" To assign a default router of 2001:471:1f11:251::1, add the + role="ip6addr">2001:db8:4672:6565::1, add the following to /etc/rc.conf: - ipv6_defaultrouter="2001:471:1f11:251::1" + ipv6_defaultrouter="2001:db8:4672:6565::1" @@ -5372,9 +5381,9 @@ redirect_port tcp 192.168.0.3:80 80The first entry lists the generic tunneling interfaces to be configured. This example configures one interface, - gif0: + gif0: - gif_interfaces="gif0" + gif_interfaces="gif0" To configure that interface with a local endpoint of MY_IPv4_ADDR to a remote endpoint