Monday, October 12, 2009

How to Block a Website on a Node

If you want to block a web site from vewing on your windows machine, follow these steps to to get the required result.

Steps:

1. c:\WINDOWS\system32\drivers\etc

2. Open hosts file there and append the following line at the end

127.0.0.1 BlockSiteName.com

Note:Replace BlockSiteName with the website name that you want to block on your machine.

3. The go to start --> start --> run --> type

c:\> ipconfig \flushdns

There is a space between the ipconfig and flushdns, now the site will be block but rememberif any one know the ip address of the required site so he can access it still :(

I hope this will be informative for you !

Cheers :)

No comments: