- Use of application tags for a daemon
- Add missing hostid tags - Fix a broken link to Mozilla port
This commit is contained in:
parent
45fa02a1f8
commit
cb109c7ea3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18875
1 changed files with 9 additions and 9 deletions
|
@ -58,7 +58,7 @@
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>How to manage the <command>inetd</command> daemon.</para>
|
||||
<para>How to manage the <application>inetd</application> daemon.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -7199,7 +7199,7 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
|
|||
for a multicast address will arrive at all interfaces belonging to the
|
||||
multicast group.</para>
|
||||
|
||||
<note><para>The IPv4 broadcast address (usually xxx.xxx.xxx.255) is expressed
|
||||
<note><para>The IPv4 broadcast address (usually <hostid role="ipaddr">xxx.xxx.xxx.255</hostid>) is expressed
|
||||
by multicast addresses in IPv6.</para></note>
|
||||
|
||||
<para>Reserved IPv6 addresses:</para>
|
||||
|
@ -7228,7 +7228,7 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
|
|||
|
||||
<sect2>
|
||||
<title>Reading IPv6 Addresses</title>
|
||||
<para>The canonical form is represented as: x:x:x:x:x:x:x:x, each
|
||||
<para>The canonical form is represented as: <hostid role="ip6addr">x:x:x:x:x:x:x:x</hostid>, each
|
||||
<quote>x</quote> being a 16 Bit hex value. For example
|
||||
<hostid role="ip6addr">FEBC:A574:382B:23C1:AA49:4592:4EFE:9982</hostid></para>
|
||||
|
||||
|
@ -7310,11 +7310,11 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
|
|||
upstream 6bone node.</para>
|
||||
|
||||
<para>This establishes the tunnel. Check if the tunnel is working by &man.ping6.8;
|
||||
'ing ff02::1%gif0. You should receive two ping replies.</para>
|
||||
'ing <hostid role="ip6addr">ff02::1%gif0</hostid>. You should receive two ping replies.</para>
|
||||
|
||||
<note><para>In case you are intrigued by the address ff02:1%gif0, this is a
|
||||
multicast address. %gif0 states that the multicast address at network
|
||||
interface gif0 is to be used. Since we <command>ping</command> a multicast address the
|
||||
<note><para>In case you are intrigued by the address <hostid role="ip6addr">ff02:1%gif0</hostid>, this is a
|
||||
multicast address. <literal>%gif0</literal> states that the multicast address at network
|
||||
interface <devicename>gif0</devicename> is to be used. Since we <command>ping</command> a multicast address the
|
||||
other endpoint of the tunnel should reply as well).</para></note>
|
||||
|
||||
<para>By now setting up a route to your 6bone uplink should be rather
|
||||
|
@ -7334,8 +7334,8 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
|
|||
|
||||
<para>This output will differ from machine to machine. By now you should be
|
||||
able to reach the IPv6 site <ulink url="http://www.kame.net">www.kame.net</ulink>
|
||||
and see the dancing tortoise - that is if you have a IPv6 enabled browser such as
|
||||
<filename role="package">mozilla</filename>.</para>
|
||||
and see the dancing tortoise — that is if you have a IPv6 enabled browser such as
|
||||
<filename role="package">www/mozilla</filename>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue