Disisipkan di bawah pertanyaan ini adalah contoh /etc/hosts
file dari Linux (CentOS) dan mesin Windows. File Linux memiliki dua entri tab setelah alamat IP (yaitu localhost.localdomain localhost) dan Windows hanya memiliki satu. Jika saya ingin mengedit file host di Windows untuk memiliki nama mesin (etest) bukan localhost, saya cukup mengganti kata localhost dengan nama mesin yang saya inginkan. Mesin tidak perlu menjadi bagian dari domain.
Di mesin Linux, dua entri localhost.localdomain
dan localhost
sepertinya menunjukkan bahwa saya akan membutuhkan mesin untuk menjadi bagian dari domain. Apakah ini benar?
Bisakah saya mengedit kedua entri etest
sehingga akan membaca:
127.0.0.1 etest etest
atau apakah saya harus mengganti satu entri dengan nama domain?
Selain itu, tolong beri tahu saya untuk apa baris kedua /etc/hosts
file di mesin Linux.
::1 localhost6.localdomain6 localhost6
hosts
file di mesin 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
file di mesin 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