Cara Blocklist Web atau Situs Tertentu

Cara Blocklist Web atau Situs Tertentu. Apakah anda ingin menjaga supaya putra putri anda dirumah tidak mebuka alamat-alamat web yang berisi konten orang dewasa. Situs-situs yang mungkin cukup rawan bagi anak-anak dibawah umur untuk mengakses situs seperti, youtube yang memakan bandwitdh cukup besar, facebook dan friendster yang membuat anak-anak dirumah, atau anda yang bekerja di kantor menjadi terganggu.
Bgaimana kalau kita ingin memblock situs-situs atau website tertentu saja, tapi tidak semuanya? Sebetulnya Windows sudah menyediakannya, dan kita tidak perlu software ataupun pengaturan melalui DNS maupun yang lain-lain, hanya menambahkan web black list.

Ikuti caranya seperti berikut ini:
  • Silahkan anda membuka notepad START > All Programs > Accesories > Notepad
  • Setelah notepad terbuka, silahkan klik: File > Open
  • Pada tampilan open, ubah Files of type: All Files
  • Lalu kita klik My Computer
  • Lalu kita klik: C:\Windows\Sytem32\Drivers\Etc\hosts
  • Maka akan tampil pada notepad anda seperti dibawah ini:
# 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
7. Sekarang mari kita menambahkan situs-situs yang anda ingin blokir
# 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    youtube.com
127.0.0.1    www.youtube.com
127.0.0.1    friendster.com
127.0.0.1    www.friendster.com
127.0.0.1    facebook.com
127.0.0.1    www.facebook.com

  • Setelah anda selesai menuliskannya, silahkan klik save.
  • Lalu coba buka situs yang sudah anda blacklist, Semoga membantu!

    Keterangan dengan hurup biru diatas maksudnya:

    127.0.0.1 ini merupakan IP adress dari localhost, jadi IP ini dapat anda ubah sesuai keinginan anda, jika anda tidak tahu atau tidak ingin merubahnya, cantumkan saja IP dari localhost ini. Fungsi dari IP ini adalah, maka ketika seseorang membuka alamat yang sudah di blacklist seperti diatas, contohnya facebook, maka akan langsung di redirect ke halaman localhost atau IP yang sudah kita tentukan sendiri.