Banner IDwebhost

Friday, March 20, 2015

Cara Blocking Situs Di Windows Xp

| Friday, March 20, 2015
Pada kali ini saya akan berbagi trik tentang blocking situs di windows Xp, mungkin anda ingin memblok suatu situs dengan alasan tertentu, berikut ini langkahnya :






1. kita klik My Computer atau explorer
2. Silahkan cari file di windows host di "C:\Windows\Sytem32\Drivers\Etc\hosts"
3. Silahkan buka file tersebut menggunakan notepade

    # 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     Masshioo.blogspot.com.com          # source server
    127.0.0.1       localhost

4. Sekarang kita menambahkan situs-situs yang anda ingin blokir dibagian paling bawah sebagai berikut

    # 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     Masshioo.blogspot.com.com          # source server
    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

5. 127.0.0.1 merupakan IP address dari localhost, 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 ketika seseorang membuka alamat yang sudah di blacklist contohnya facebook, maka akan langsung di redirect ke halaman localhost/IP yang sudah kita tentukan sendiri.
Setelah anda selesai menuliskannya, silahkan klik save.
6. dan lakukan restart PC/Leptop.


Demikian pembahasan saya tentang Cara Blocking  Situs Di Windows Xp, semoga bermanfaat.
Baca juga
loading...

Related Posts

No comments:

Post a Comment