Date: Wed, 28 Aug 2013 10:32:20 +0000 (UTC) From: Brad Davis <brd@FreeBSD.org> 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 Message-ID: <201308281032.r7SAWKDe026259@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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</pro <itemizedlist> <listitem> - <para>Running out of addresses. For years the use of RFC1918 - private address space + <para>Running out of addresses. For years the use of + RFC1918 private address space (<hostid role="ipaddr">10.0.0.0/8</hostid>, <hostid role="ipaddr">172.16.0.0/12</hostid>, and - <hostid role="ipaddr">192.168.0.0/16</hostid>) and NAT has - slowed down the exhaustion. Even though, there are very few - remaining IPv4 addresses. The Internet Assigned Numbers - Authority (<acronym>IANA</acronym>) 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 <acronym>IPv6</acronym> will be - critical.</para> + <hostid role="ipaddr">192.168.0.0/16</hostid>) and NAT + has slowed down the exhaustion. Even though, there are + very few remaining IPv4 addresses. The Internet + Assigned Numbers Authority (<acronym>IANA</acronym>) 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 + <acronym>IPv6</acronym> will be critical.</para> </listitem> <listitem> - <para>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.</para> + <para>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.</para> </listitem> </itemizedlist> @@ -5327,13 +5327,15 @@ redirect_port tcp 192.168.0.3:80 80</pro <filename>/etc/rc.conf</filename></title> <sect3> - <title><acronym>IPv6</acronym> Client Auto-Configuration</title> + <title><acronym>IPv6</acronym> Client + Auto-Configuration</title> <para>To automatically configure a machine on a <acronym>LAN</acronym> which acts as a client, not a router, two items are required. First to enable the - <devicename>em0</devicename> to receive the router solicitation - messages, add this line to <filename>rc.conf</filename>:</para> + <devicename>em0</devicename> to receive the router + solicitation messages, add this line to + <filename>rc.conf</filename>:</para> <programlisting>ifconfig_<replaceable>em0</replaceable>_ipv6="inet6 accept_rtadv"</programlisting>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308281032.r7SAWKDe026259>