Date: Sat, 25 Jul 2015 13:55:29 +0000 (UTC) From: Dru Lavigne <dru@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47078 - head/en_US.ISO8859-1/books/handbook/advanced-networking Message-ID: <201507251355.t6PDtTmu053654@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dru Date: Sat Jul 25 13:55:28 2015 New Revision: 47078 URL: https://svnweb.freebsd.org/changeset/doc/47078 Log: Make interface naming consistent in this section. PR: 200501 Sponsored by: Essen DevSummit Hackathon 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 Sat Jul 25 13:18:20 2015 (r47077) +++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Sat Jul 25 13:55:28 2015 (r47078) @@ -4495,8 +4495,8 @@ Received 264951 bytes in 0.1 seconds</sc media: Ethernet autoselect (100baseTX ) status: active</programlisting> - <para>In this example, - <systemitem>fe80::200:21ff:fe03:8e1%rl0</systemitem> is an + <para>In this example, the <filename>rl0</filename> interface is + using <systemitem>fe80::200:21ff:fe03:8e1%rl0</systemitem>, an auto-configured link-local address which was automatically generated from the <acronym>MAC</acronym> address.</para> @@ -4602,7 +4602,7 @@ Received 264951 bytes in 0.1 seconds</sc client, add these two lines to <filename>rc.conf</filename>:</para> - <programlisting>ifconfig_<replaceable>em0</replaceable>_ipv6="inet6 accept_rtadv" + <programlisting>ifconfig_<replaceable>rl0</replaceable>_ipv6="inet6 accept_rtadv" rtsold_enable="YES"</programlisting> <para>The first line enables the specified interface to receive @@ -4618,12 +4618,12 @@ rtsold_enable="YES"</programlisting> <acronym>IPv6</acronym> address, add an entry to specify the static address and associated prefix length:</para> - <programlisting>ifconfig_<replaceable>fxp0</replaceable>_ipv6="inet6 <replaceable>2001:db8:4672:6565:2026:5043:2d42:5344</replaceable> prefixlen <replaceable>64</replaceable>"</programlisting> + <programlisting>ifconfig_<replaceable>rl0</replaceable>_ipv6="inet6 <replaceable>2001:db8:4672:6565:2026:5043:2d42:5344</replaceable> prefixlen <replaceable>64</replaceable>"</programlisting> <para>On a &os; 8.<replaceable>x</replaceable> system, that line uses this format instead:</para> - <programlisting>ipv6_ifconfig_<replaceable>fxp0</replaceable>="<replaceable>2001:db8:4672:6565:2026:5043:2d42:5344</replaceable>"</programlisting> + <programlisting>ipv6_ifconfig_<replaceable>rl0</replaceable>="<replaceable>2001:db8:4672:6565:2026:5043:2d42:5344</replaceable>"</programlisting> <para>To assign a default router, specify its address:</para> @@ -4723,18 +4723,18 @@ rtsold_enable="YES"</programlisting> <para>It is important to specify the interface on which to do <acronym>IPv6</acronym> router solicitation. For example, to tell &man.rtadvd.8; to use - <filename>fxp0</filename>:</para> + <filename>rl0</filename>:</para> - <programlisting>rtadvd_interfaces="fxp0"</programlisting> + <programlisting>rtadvd_interfaces="rl0"</programlisting> <para>Next, create the configuration file, <filename>/etc/rtadvd.conf</filename> as seen in this example:</para> - <programlisting>fxp0:\ + <programlisting>rl0:\ :addrs#1:addr="2001:471:1f11:246::":prefixlen#64:tc=ether:</programlisting> - <para>Replace <filename>fxp0</filename> with the interface + <para>Replace <filename>rl0</filename> with the interface to be used and <systemitem>2001:471:1f11:246::</systemitem> with the prefix of the allocation.</para>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507251355.t6PDtTmu053654>