In IPv6 section:
- Some punctuation and uppercase fixes - Remove contractions and s/config file/configuration file/
This commit is contained in:
parent
46f0515db1
commit
249b68345e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21563
1 changed files with 5 additions and 5 deletions
|
@ -3824,7 +3824,7 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
|
|||
<filename>/etc/rc.conf</filename>:</para>
|
||||
|
||||
<para>List the Generic Tunneling interfaces that will be configured, for
|
||||
example: <devicename>gif0</devicename></para>
|
||||
example <devicename>gif0</devicename>:</para>
|
||||
|
||||
<programlisting>gif_interfaces="gif0"</programlisting>
|
||||
|
||||
|
@ -3840,7 +3840,7 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
|
|||
<programlisting>ipv6_ifconfig_gif0="<replaceable>MY_ASSIGNED_IPv6_TUNNEL_ENDPOINT_ADDR</replaceable>"</programlisting>
|
||||
|
||||
<para>Then all you have to do is set the default route for IPv6. This is
|
||||
the other side of the IPv6 Tunnel.</para>
|
||||
the other side of the IPv6 tunnel:</para>
|
||||
|
||||
<programlisting>ipv6_defaultrouter="<replaceable>MY_IPv6_REMOTE_TUNNEL_ENDPOINT_ADDR</replaceable>"</programlisting>
|
||||
|
||||
|
@ -3853,7 +3853,7 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
|
|||
<para>This section will help you setup &man.rtadvd.8; to advertise the
|
||||
IPv6 default route.</para>
|
||||
|
||||
<para>To enable &man.rtadvd.8; you'll need the following in your
|
||||
<para>To enable &man.rtadvd.8; you will need the following in your
|
||||
<filename>/etc/rc.conf</filename>:</para>
|
||||
|
||||
<programlisting>rtadvd_enable="YES"</programlisting>
|
||||
|
@ -3864,7 +3864,7 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
|
|||
|
||||
<programlisting>rtadvd_interfaces="fxp0"</programlisting>
|
||||
|
||||
<para>Now we must create the config file,
|
||||
<para>Now we must create the configuration file,
|
||||
<filename>/etc/rtadvd.conf</filename>. Here is an example:</para>
|
||||
|
||||
<programlisting>fxp0:\
|
||||
|
@ -3877,7 +3877,7 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
|
|||
with the prefix of your allocation.</para>
|
||||
|
||||
<para>If you are dedicated a <hostid role="netmask">/64</hostid> subnet
|
||||
you won't need to change anything else. Otherwise, you will need to
|
||||
you will not need to change anything else. Otherwise, you will need to
|
||||
change the <literal>prefixlen#</literal> to the correct value.</para>
|
||||
|
||||
</sect2>
|
||||
|
|
Loading…
Reference in a new issue