Ticket #1663: lfs-svn-fix-ip-address-table.2.patch
File lfs-svn-fix-ip-address-table.2.patch, 1.4 KB (added by , 19 years ago) |
---|
-
chapter07/hosts.xml
23 23 <secondary>/etc/hosts</secondary></indexterm> 24 24 25 25 <para>If a network card is to be configured, decide on the IP address, 26 FQDN, and possible aliases for use in the26 fully-qualified domain name (FQDN), and possible aliases for use in the 27 27 <filename>/etc/hosts</filename> file. The syntax is:</para> 28 28 29 29 <screen><literal><IP address> myhost.example.org aliases</literal></screen> … … 34 34 address is in the private network IP address range. Valid ranges 35 35 are:</para> 36 36 37 <screen><literal> Class Networks38 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 38 10.0.0.1 - 10.255.255.254 8 39 172.x.0.1 - 172.x.255.254 16 40 192.168.y.1 - 192.168.y.254 24</literal></screen> 41 41 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 43 46 IP could be www.linuxfromscratch.org (not recommended because this is 44 47 a valid registered domain address and could cause domain name server 45 48 issues).</para>