From owner-svn-doc-head@FreeBSD.ORG Wed Aug 28 10:32:20 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CDEC84EC; Wed, 28 Aug 2013 10:32:20 +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 BAE3D2C09; Wed, 28 Aug 2013 10:32:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7SAWKdA026260; Wed, 28 Aug 2013 10:32:20 GMT (envelope-from brd@svn.freebsd.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7SAWKDe026259; Wed, 28 Aug 2013 10:32:20 GMT (envelope-from brd@svn.freebsd.org) Message-Id: <201308281032.r7SAWKDe026259@svn.freebsd.org> From: Brad Davis Date: Wed, 28 Aug 2013 10:32:20 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42595 - 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: Wed, 28 Aug 2013 10:32:21 -0000 Author: brd Date: Wed Aug 28 10:32:20 2013 New Revision: 42595 URL: http://svnweb.freebsd.org/changeset/doc/42595 Log: - Fix bad whitespace that I introduced in the last two commits. Sorry for the noise. Translators: please ignore 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 Wed Aug 28 08:14:34 2013 (r42594) +++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Wed Aug 28 10:32:20 2013 (r42595) @@ -5021,25 +5021,25 @@ redirect_port tcp 192.168.0.3:80 80 - Running out of addresses. For years the use of RFC1918 - private address space + Running out of addresses. For years the use of + RFC1918 private address space (10.0.0.0/8, 172.16.0.0/12, and - 192.168.0.0/16) and NAT has - slowed down the exhaustion. Even though, there are very few - remaining IPv4 addresses. The Internet Assigned Numbers - Authority (IANA) has issued the last of - the available major blocks to the Regional Registries. - Once each Region Registry runs out, there will be no more - available and switching to IPv6 will be - critical. + 192.168.0.0/16) and NAT + has slowed down the exhaustion. Even though, there are + very few remaining IPv4 addresses. The Internet + Assigned Numbers Authority (IANA) has + issued the last of the available major blocks to the + Regional Registries. Once each Regional Registry runs + out, there will be no more available and switching to + IPv6 will be critical. - Every block of IPv4 addresses allocated required routing - information to be exchanged between many routers on the - Internet, and these routing tables were getting too large to - allow efficient routing. + Every block of IPv4 addresses allocated required + routing information to be exchanged between many routers + on the Internet, and these routing tables were getting + too large to allow efficient routing. @@ -5327,13 +5327,15 @@ redirect_port tcp 192.168.0.3:80 80/etc/rc.conf - <acronym>IPv6</acronym> Client Auto-Configuration + <acronym>IPv6</acronym> Client + Auto-Configuration To automatically configure a machine on a LAN which acts as a client, not a router, two items are required. First to enable the - em0 to receive the router solicitation - messages, add this line to rc.conf: + em0 to receive the router + solicitation messages, add this line to + rc.conf: ifconfig_em0_ipv6="inet6 accept_rtadv"