diff options
author | Thomas Balu Walter <tw@itreff.de> | 2001-03-18 20:39:49 +0000 |
---|---|---|
committer | Thomas Balu Walter <tw@itreff.de> | 2001-03-18 20:39:49 +0000 |
commit | 137bd506ad66d6c67186a63b30abd3c626e5a66d (patch) | |
tree | 9e20183d16e52ccd11c47b5231003415652b98b0 /chapter07/hosts.xml | |
parent | 72033583eb677b863c84eb1454a20ee4ddbcd46e (diff) |
You's
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@335 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/hosts.xml')
-rw-r--r-- | chapter07/hosts.xml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/chapter07/hosts.xml b/chapter07/hosts.xml index 676291981..787ab47b2 100644 --- a/chapter07/hosts.xml +++ b/chapter07/hosts.xml @@ -2,7 +2,7 @@ <title>Creating the /etc/hosts file</title> <para> -If you want to configure a network card, you have to decide on the +If a network card is to be configured, a user has to decide on the IP-address, FQDN and possible aliases for use in the /etc/hosts file. An example is: </para> @@ -14,8 +14,8 @@ example is: </literallayout></blockquote> <para> -Make sure the IP-address is in the private network IP-address range. -Valid ranges are: +It should made sure that the IP-address is in the private network +IP-address range. Valid ranges are: </para> <blockquote><literallayout> @@ -33,14 +33,14 @@ be www.linuxfromscratch.org </para> <para> -If you're not going to use a network card, you still need to come up with a +If a user is not going to use a network card, he still needs to come up with a FQDN. This is necessary for programs like Sendmail to operate correctly (in fact; Sendmail won't run when it can't determine the FQDN). </para> <para> -If you don't configure a network card, create a new file -<filename>/etc/hosts</filename> by running: +If a network card is not going to be configured, a new file +<filename>/etc/hosts</filename> is created by running: </para> <literallayout> @@ -56,8 +56,8 @@ If you don't configure a network card, create a new file </literallayout> <para> -If you do configure a network card, create a new file -<filename>/etc/hosts</filename> containing: +If a network card is to be configured, a new file +<filename>/etc/hosts</filename> is created containing: </para> <literallayout> @@ -74,9 +74,10 @@ If you do configure a network card, create a new file </literallayout> <para> -Of course, change the 192.168.1.1 and www.mydomain.org to your own -liking (or requirements if you are assigned an IP-address by a network/system -administrator and you plan on connecting this machine to that network). +Of course, the 192.168.1.1 and www.mydomain.org have to be changed to the +users +liking (or requirements if assigned an IP-address by a network/system +administrator and this machine is planned to be connected to that network). </para> </sect1> |