Update to r47078:
Make interface naming consistent in this section.
This commit is contained in:
parent
1f8886298f
commit
deb45129fa
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48742
1 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde:$
|
||||
basiert auf: r46911
|
||||
basiert auf: r47078
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
|
@ -5067,7 +5067,7 @@ rl0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
|
|||
konfigurieren, fügen Sie folgende Zeile in
|
||||
<filename>/etc/rc.conf</filename> ein:</para>
|
||||
|
||||
<programlisting>ifconfig_<replaceable>em0</replaceable>_ipv6="inet6 accept_rtadv"
|
||||
<programlisting>ifconfig_<replaceable>rl0</replaceable>_ipv6="inet6 accept_rtadv"
|
||||
rtsold_enable="YES"</programlisting>
|
||||
|
||||
<para>Die erste Zeile ermöglicht der angegebenen Schnittstelle,
|
||||
|
@ -5085,12 +5085,12 @@ rtsold_enable="YES"</programlisting>
|
|||
Eintrag mit der statischen Adresse und dem zugehörigen
|
||||
Präfix für das Subnetz hinzu:</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>Für &os; 8.<replaceable>x</replaceable> fügen
|
||||
Sie dagegen folgende Zeile hinzu:</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>Um einen Standardrouter festzulegen, fügen Sie die
|
||||
Adresse hinzu:</para>
|
||||
|
@ -5192,16 +5192,16 @@ rtsold_enable="YES"</programlisting>
|
|||
|
||||
<para>Es ist wichtig, die Schnittstelle anzugeben, über die
|
||||
<acronym>IPv6</acronym>-Routen bekanntgemacht werden sollen.
|
||||
Soll &man.rtadvd.8; <filename>fxp0</filename> verwenden, ist
|
||||
Soll &man.rtadvd.8; <filename>rl0</filename> verwenden, ist
|
||||
folgender Eintrag nötig:</para>
|
||||
|
||||
<programlisting>rtadvd_interfaces="fxp0"</programlisting>
|
||||
<programlisting>rtadvd_interfaces="rl0"</programlisting>
|
||||
|
||||
<para>Danach erzeugen Sie die Konfigurationsdatei
|
||||
<filename>/etc/rtadvd.conf</filename>. Dazu ein
|
||||
Beispiel:</para>
|
||||
|
||||
<programlisting>fxp0:\
|
||||
<programlisting>rl0:\
|
||||
:addrs#1:addr="2001:471:1f11:246::":prefixlen#64:tc=ether:</programlisting>
|
||||
|
||||
<para>Ersetzen Sie dabei <filename>fxp0</filename> durch die
|
||||
|
|
Loading…
Reference in a new issue