I’m a network engineer for a financial company. We use XP professional computers in all of our branches and our workgroup uses Cisco routers to connect to the head office.
I want to block particular sites, for example:
https://thornfruit.com,
https://kproxy.com
How can I block these sites in WinXP using Regedit or Ggroup Ppolicy?
Also, how can I monitor what size files a user is downloading to a specific computer, in a day or week? Please help. Thanks.
Software/Hardware used:
ASKED:
June 17, 2008 4:50 PM
UPDATED:
April 27, 2012 7:18 AM
i want to block some sites on windows xp system
C:WindowsSystem32Driversetchosts
Once you have found the hosts file, right click it and select Properties. Uncheck the “Read-Only” attribute (if checked). Click OK.
Double click the ‘Hosts’ file and select “Notepad” from the list of programs to open it with.
Once you have the hosts file open in Notepad, you will see an entry such as:
# 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
To block a certain web page from loading, add the following:
127.0.0.1 http://www.webpage.com
Your Hosts file will now look like this:
127.0.0.1 localhost
127.0.0.1 http://www.webpage.com
Add as many web addresses as you like in the same fashion.
Once you are finished, go up to ‘File’ and click ‘Save’.
The web pages listed in your ‘Hosts’ file should be blocked from access. It may be necessary for you to reboot your computer for these changes to take effect.
On a side note regarding the host file….there are numerous sites out there that maintain up to date lists of “Bad / Dodgy” websites for download…its a good way to not get infected with spyware….
__________________
Ad-Aware >> http://www.lavasoftusa.com/software/adaware/
SpyBot – Search and Destroy >> http://www.safer-networking.org/en/spybotsd/index.html
Online Antivirus Scan >> http://housecall.trendmicro.com/
Online Spyware Scan >> http://www.trendmicro.com/spyware-scan/
Click Start->All Programs->Accessories->Command Prompt.
2. Click Command Prompt This will open a DOS command window.
3. Type: notepad C:/Windows/System32/drivers/etc/hosts
4. Locate the line 127.0.0.1 localhost
5. To block the website google.com for example, just add this text under 127.0.0.1 localhost:
127.0.0.1 google.com
127.0.0.1 http://www.google.com
You can add as many sites any site, However you will need to prefix it with “127.0.0.1″.
6. Save the file
Google will now be blocked in all web browser. This is an advanced but easy method on how to blow a website.
First go on run command and type drivers, then open the folder etc, after that open the host file in notepad.
Write down the site name below the host file e.g
127.0.0.1 localhost
127.0.0.1 http://www.google.com
127.0.0.1 http://www.yahoo.com
127.0.0.1 http://www.rediffmail.com
save the file and close.
sites which u writen there is blocked..