Windows에 해당 경로 C:\Windows\System32\drivers\etc\hosts 파일을 수정 한다.

반드시 관리자 권한으로 수정해야 한다. 아니면 해당 User에게 권한을 부여 한다. 파일을 열어보자.



# Copyright (c) 1993-2009 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

# localhost name resolution is handled within DNS itself.
#    127.0.0.1       localhost
#    ::1             localhost



위와 같은 화면이 나타난다. 주석에 달린 설명 대로 추가를 해보겠다.

[IP][\t[Tab]][호스트 명]



127.0.0.1    local.test.co.kr



위와 같이 아래 줄에 추가 한 후 저장 하면 127.0.0.1 대신 local.test.co.kr 로 접속이 되는 것을 확인 할 수 있다.


'Tools' 카테고리의 다른 글

Windows 네트워크 경로 확인하기  (0) 2012.12.08
Eclipse Project Explorer 트리 구조로 보기  (0) 2012.12.07
Windows 고정 IP 설정하기  (0) 2012.11.18
baretail 사용하기  (0) 2012.11.08
Eclipse 최적화 하기  (0) 2012.11.08

+ Recent posts