In IPv6 section:
- Some punctuation fixes - Correctly tag a port - Add URL for 6bone site wherre needed
This commit is contained in:
parent
aa1d79ded1
commit
064fa2d742
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20374
1 changed files with 5 additions and 5 deletions
|
@ -7654,7 +7654,7 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
|
|||
therefore each such substring can be abbreviated by <quote>::</quote>.
|
||||
For example <hostid role="ip6addr">fe80::1</hostid>
|
||||
corresponds to the canonical form
|
||||
<hostid role="ip6addr">fe80:0000:0000:0000:0000:0000:0000:0001</hostid></para>
|
||||
<hostid role="ip6addr">fe80:0000:0000:0000:0000:0000:0000:0001</hostid>.</para>
|
||||
|
||||
<para>A third form is to write the last 32 Bit part in the
|
||||
well known (decimal) IPv4 style with dots <quote>.</quote>
|
||||
|
@ -7663,7 +7663,7 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
|
|||
corresponds to the (hexadecimal) canonical representation
|
||||
<hostid role="ip6addr">2002:0000:0000:0000:0000:0000:0a00:0001</hostid>
|
||||
which in turn is equivalent to
|
||||
writing <hostid role="ip6addr">2002::a00:1</hostid></para>
|
||||
writing <hostid role="ip6addr">2002::a00:1</hostid>.</para>
|
||||
|
||||
<para>By now the reader should be able to understand the following:</para>
|
||||
|
||||
|
@ -7704,14 +7704,14 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Use the freenet6 port if you are on a dial-up connection.</para>
|
||||
<para>Use the <filename role="package">net/freenet6</filename> port if you are on a dial-up connection.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>Here we will talk on how to connect to the 6bone since it currently seems
|
||||
to be the most popular way.</para>
|
||||
|
||||
<para>First take a look at the 6bone site and find a 6bone connection nearest to
|
||||
<para>First take a look at the <ulink url="http://www.6bone.net/">6bone</ulink> site and find a 6bone connection nearest to
|
||||
you. Write to the responsible person and with a little bit of luck you
|
||||
will be given instructions on how to set up your connection. Usually this
|
||||
involves setting up a GRE (gif) tunnel.</para>
|
||||
|
@ -7733,7 +7733,7 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
|
|||
<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>
|
||||
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
|
||||
straightforward:</para>
|
||||
|
|
Loading…
Reference in a new issue