본문 바로가기

삽질기행/윈도우서

윈도우 hosts 파일



윈도우 환경에서

\Windows\system32\drivers\host 파일을 수정 할 수 있다.

뭘 수정 하는가?! DNS를 수정한다.

보통 읽기 전용으로 되어 있기에 설정에서 바꿔주고 수정해야한다.

읽기 전용인 이유는 보안적인 측면인거다.

 # 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             localhos

192.168.100.100   WoW        wow.usa.kr


저런식으로 추가

바로 적용 하려면 시작-실행
ipconfig /flushdns