この質問の下に貼り付けられているのは、/etc/hosts
Linux(CentOS)およびWindowsマシンからのファイルのサンプルです。Linuxファイルには、IPアドレス(localhost.localdomain localhost)の後に2つのタブエントリがあり、Windowsには1つしかありません。Windowsでホストファイルを編集して、localhostの代わりにマシン名(etest)を使用する場合は、localhostという単語を必要なマシン名に置き換えるだけです。マシンはドメインの一部である必要はありません。
Linuxマシンでは、2つのエントリlocalhost.localdomain
とはlocalhost
、私は、ドメインの一部であるマシンが必要になりますことを示していると思われます。これは本当ですか?
次のetest
ように両方のエントリを編集するだけでいいですか?
127.0.0.1 etest etest
または、1つのエントリをドメイン名に置き換える必要がありますか?
さらに、/etc/hosts
Linuxマシンのファイルの2行目が何のためにあるのか教えてください。
::1 localhost6.localdomain6 localhost6
hosts
Linuxマシン上のファイル:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
hosts
Windowsマシン上のファイル:
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost