Ignore:
Timestamp:
08/08/2004 02:11:27 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
1dc34de7
Parents:
ef13657
Message:

Completed global edits for upcoming 6.0 release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4001 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/hosts.xml

    ref13657 r5ba3d1d  
    1818<secondary>/etc/hosts</secondary></indexterm>
    1919
    20 <para>If a network card is to be configured, you have to decide on the
    21 IP-address, FQDN and possible aliases for use in the <filename>/etc/hosts</filename> file. The
    22 syntax is:</para>
     20<para>If a network card is to be configured, decide on the IP-address,
     21FQDN, and possible aliases for use in the
     22<filename>/etc/hosts</filename> file. The syntax is:</para>
    2323
    2424<screen>&lt;IP address&gt; myhost.example.org aliases</screen>
    2525
    26 <para>Unless your computer is to be visible to the Internet (e.g., you have a
    27 registered domain and a valid block of assigned IP addresses - most of us don't
    28 have this) you should make sure that the IP-address is in the private network
    29 IP-address range. Valid ranges are:</para>
     26<para>Unless the computer is to be visible to the Internet (e.g.,
     27there is a registered domain and a valid block of assigned IP
     28addresses -- most users do not have this), make sure that the IP
     29address is in the private network IP address range. Valid ranges
     30are:</para>
    3031
    3132<screen>        Class Networks
     
    3435        C     192.168.0.0 through 192.168.255.0</screen>
    3536
    36 <para>A valid IP address could be 192.168.1.1. A valid FQDN for this IP could
    37 be www.linuxfromscratch.org (not recommended as this is a valid registered domain
    38 address and could cause your domain name server problems).</para>
     37<para>A valid IP address could be 192.168.1.1. A valid FQDN for this
     38IP could be www.linuxfromscratch.org (not recommended because this is
     39a valid registered domain address and could cause domain name server
     40issues).</para>
    3941
    40 <para>If you aren't going to use a network card, you still need to
    41 come up with a FQDN. This is necessary for certain programs to operate
    42 correctly.</para>
     42<para>Even if not using a network card, an FQDN is still required.
     43This is necessary for certain programs to operate correctly.</para>
    4344
    4445<para>If a network card is not going to be configured, create the
     
    6566EOF</userinput></screen>
    6667
    67 <para>Of course, the <replaceable>[192.168.1.1]</replaceable> and <replaceable>[&lt;value of HOSTNAME&gt;.example.org]</replaceable>
    68 have to be changed to your liking (or requirements if assigned an IP-address
    69 by a network/system administrator and this machine is planned to be connected
    70 to an existing network).</para>
     68<para>The <replaceable>[192.168.1.1]</replaceable> and
     69<replaceable>[&lt;value of HOSTNAME&gt;.example.org]</replaceable>
     70values need to be changed for a specific users or to requirements (if
     71assigned an IP address by a network/system administrator and the
     72machine will be connected to an existing network).</para>
    7173
    7274</sect1>
     75
Note: See TracChangeset for help on using the changeset viewer.