|
@@ -29,7 +29,7 @@ correctly.</para>
|
|
<para><screen><userinput>cat > /etc/hosts << "EOF"</userinput>
|
|
<para><screen><userinput>cat > /etc/hosts << "EOF"</userinput>
|
|
# Begin /etc/hosts (no network card version)
|
|
# Begin /etc/hosts (no network card version)
|
|
|
|
|
|
-127.0.0.1 www.mydomain.com <value of HOSTNAME> localhost
|
|
|
|
|
|
+127.0.0.1 <value of HOSTNAME>.mydomain.com <value of HOSTNAME> localhost
|
|
|
|
|
|
# End /etc/hosts (no network card version)
|
|
# End /etc/hosts (no network card version)
|
|
<userinput>EOF</userinput></screen></para>
|
|
<userinput>EOF</userinput></screen></para>
|
|
@@ -41,15 +41,15 @@ correctly.</para>
|
|
# Begin /etc/hosts (network card version)
|
|
# Begin /etc/hosts (network card version)
|
|
|
|
|
|
127.0.0.1 localhost.localdomain localhost
|
|
127.0.0.1 localhost.localdomain localhost
|
|
-192.168.1.1 www.mydomain.org <value of HOSTNAME>
|
|
|
|
|
|
+192.168.1.1 <value of HOSTNAME>.mydomain.org <value of HOSTNAME>
|
|
|
|
|
|
# End /etc/hosts (network card version)
|
|
# End /etc/hosts (network card version)
|
|
<userinput>EOF</userinput></screen></para>
|
|
<userinput>EOF</userinput></screen></para>
|
|
|
|
|
|
-<para>Of course, the 192.168.1.1 and www.mydomain.org have to be changed
|
|
|
|
-to your liking (or requirements if assigned an IP-address by a network/system
|
|
|
|
-administrator and this machine is planned to be connected to an existing
|
|
|
|
-network).</para>
|
|
|
|
|
|
+<para>Of course, the 192.168.1.1 and <value of HOSTNAME>.mydomain.org
|
|
|
|
+have to be changed to your liking (or requirements if assigned an IP-address
|
|
|
|
+by a network/system administrator and this machine is planned to be connected
|
|
|
|
+to an existing network).</para>
|
|
|
|
|
|
</sect1>
|
|
</sect1>
|
|
|
|
|