- natd address translation -> Network Address Translation
- IPSec -> IPsec - mozilla+ipv6 was removed from the ports tree some time ago, so reference mozilla instead - Remove a contradiction - punctuation fixes PR: docs/46093 Submitted by: Christian Brueffer <chris@unixpages.org>
This commit is contained in:
parent
6fa62f45ac
commit
cd110df402
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15228
1 changed files with 8 additions and 7 deletions
|
@ -6236,11 +6236,12 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
|
||||||
anymore since private address spaces
|
anymore since private address spaces
|
||||||
(<hostid role="ipaddr">10.0.0.0/8</hostid>,
|
(<hostid role="ipaddr">10.0.0.0/8</hostid>,
|
||||||
<hostid role="ipaddr">192.168.0.0/24</hostid>,
|
<hostid role="ipaddr">192.168.0.0/24</hostid>,
|
||||||
etc.) and natd address translation are being employed.</para>
|
etc.) and Network Address Translation (<acronym>NAT</acronym>) are
|
||||||
|
being employed.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Router table entries were getting to large. This is
|
<para>Router table entries were getting too large. This is
|
||||||
still a concern today.</para>
|
still a concern today.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
@ -6251,7 +6252,7 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>128 bit address space. In other words theoretically there are
|
<para>128 bit address space. In other words theoretically there are
|
||||||
340,282,366,920,938,463,463,374,607,431,768,211,456 addresses
|
340,282,366,920,938,463,463,374,607,431,768,211,456 addresses
|
||||||
available. This means there are approximately.
|
available. This means there are approximately
|
||||||
6.67 * 10^27 IPv6 addresses per square meter on our planet.</para>
|
6.67 * 10^27 IPv6 addresses per square meter on our planet.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -6278,7 +6279,7 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>IPSec (IP Security)</para>
|
<para>IPsec (IP security)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -6468,7 +6469,7 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
|
||||||
<para>This output will differ from machine to machine. By now you should be
|
<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>
|
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
|
and see the dancing tortoise - that is if you have a IPv6 enabled browser such as
|
||||||
<filename role="package">mozilla+ipv6</filename>.</para>
|
<filename role="package">mozilla</filename>.</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -6482,7 +6483,7 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>A6records</para>
|
<para>A6 records</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
@ -6491,7 +6492,7 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
|
||||||
|
|
||||||
<programlisting>MYHOSTNAME AAAA MYIPv6ADDR</programlisting>
|
<programlisting>MYHOSTNAME AAAA MYIPv6ADDR</programlisting>
|
||||||
|
|
||||||
<para>To your primary zone DNS file. In case you don't serve your own
|
<para>To your primary zone DNS file. In case you do not serve your own
|
||||||
<acronym>DNS</acronym> zones ask your <acronym>DNS</acronym> provider.
|
<acronym>DNS</acronym> zones ask your <acronym>DNS</acronym> provider.
|
||||||
Current versions of <application>bind</application> (version 8.3 and 9)
|
Current versions of <application>bind</application> (version 8.3 and 9)
|
||||||
support AAAA records.</para>
|
support AAAA records.</para>
|
||||||
|
|
Loading…
Reference in a new issue