2008년 07월 23일
특정사이트 차단
특정사이트 차단
hosts파일을 편집하시면 됩니다.
다음과 같이 해보세요.
시작->실행->notepad c:\windows\system32\drivers\etc\hosts
엔터치시면다음과 같이 나옵니다.
# 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
여기서 127.0.0.1 localhost 밑에다가
추가 해주시면 됩니다.
(예를들어.) 네이트를 차단한다고 하면 이렇게 되겠죠.
127.0.0.1 localhost
127.0.0.1 www.nate.com
127.0.0.1 nate.com
입력하신 후 메모장에서 파일>저장 꼭 하세요.
# by | 2008/07/23 11:57 | Computation | 트랙백 | 덧글(0)




☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]