13/02/2009, 03:23
|
| | Fecha de Ingreso: marzo-2008 Ubicación: Zaragoza
Mensajes: 7
Antigüedad: 16 años, 8 meses Puntos: 0 | |
Respuesta: Bloquear DNS Una forma casera de bloquear el acceso a un sitio conociendo su nombre es con el archivo host que lo encuentras en c:\windows\system32\drivers\etc
Ese archivo lo abres con el block de notas o cualquier editor de texto y agregando por ejemplo: 127.0.0.1 vvv.google.es ya no te dejaria entrar al google. Tienes que poner exactamente el nombre de la pagina. Con algunos navegadores como el Maxthon no funciona, pero con IExpliorer si.
Cuando abras el archivo host te encontraras con esto:
# 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 local host 127.0.0.1 vvv.juegosdelorto.com |