Ticket #1663: lfs-svn-fix-ip-address-table.2.patch

File lfs-svn-fix-ip-address-table.2.patch, 1.4 KB (added by bryan@linuxfromscratch.org, 18 years ago)

Patch to current SVN with Bruce's proposed table and wording

  • chapter07/hosts.xml

     
    2323  <secondary>/etc/hosts</secondary></indexterm>
    2424
    2525  <para>If a network card is to be configured, decide on the IP address,
    26   FQDN, and possible aliases for use in the
     26  fully-qualified domain name (FQDN), and possible aliases for use in the
    2727  <filename>/etc/hosts</filename> file. The syntax is:</para>
    2828
    2929<screen><literal>&lt;IP address&gt; myhost.example.org aliases</literal></screen>
     
    3434  address is in the private network IP address range. Valid ranges
    3535  are:</para>
    3636
    37 <screen><literal>       Class Networks
    38         A     10.0.0.0
    39         B     172.16.0.0 through 172.31.0.255
    40         C     192.168.0.0 through 192.168.255.255</literal></screen>
     37<screen><literal>Private Network Address Range      Normal Prefix
     3810.0.0.1 - 10.255.255.254           8
     39172.x.0.1 - 172.x.255.254           16
     40192.168.y.1 - 192.168.y.254         24</literal></screen>
    4141
    42   <para>A valid IP address could be 192.168.1.1. A valid FQDN for this
     42  <para>x can be any number in the range 16-31. y can be any number in
     43  the range 0-255.</para>
     44
     45  <para>A valid private IP address could be 192.168.1.1. A valid FQDN for this
    4346  IP could be www.linuxfromscratch.org (not recommended because this is
    4447  a valid registered domain address and could cause domain name server
    4548  issues).</para>