More corrections for the IPv6 Section..
- mention RFC1918 - Add missing 172.16.0.0/12 RFC1918 range - s#192.168.0.0/24#192.168.0.0/16# Approved by: ceri@
This commit is contained in:
parent
96650151aa
commit
7024921141
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26893
1 changed files with 4 additions and 3 deletions
|
@ -3613,10 +3613,11 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Running out of addresses. Today this is not so much of a concern
|
||||
anymore since private address spaces
|
||||
anymore since RFC1918 private address space
|
||||
(<hostid role="ipaddr">10.0.0.0/8</hostid>,
|
||||
<hostid role="ipaddr">192.168.0.0/24</hostid>,
|
||||
etc.) and Network Address Translation (<acronym>NAT</acronym>) are
|
||||
<hostid role="ipaddr">172.16.0.0/12<hostid>, and
|
||||
<hostid role="ipaddr">192.168.0.0/16</hostid>)
|
||||
and Network Address Translation (<acronym>NAT</acronym>) are
|
||||
being employed.</para>
|
||||
</listitem>
|
||||
|
||||
|
|
Loading…
Reference in a new issue