i don’t want my kids to view a certain website, how would i go about creating a rule to do this? Please help! Or refer me to a product that would do this. Thankyou:)
Greetings,
There’s two ways to do it(that’s easy):
- THE HOST FILE
Go to \WINDOWS\system32\drivers\etc, and open hosts with notepad.
Then after where it says ‘127.0.0.1 localhost’, go down 1 or 2 spaces and write ‘127.0.0.1 google.com’ and ‘127.0.0.1 www.google.com’ to block the site(in this example, we use Google). Remember to do one with and one without the www-part.
It should look something like this:
# Copyright (c) 1993-1999 Microsoft Corp. # # Det här är HOSTS-exempelfilen som används av Microsoft TCP/IP för Windows. # # Den här filen innehåller mappningar av IP-adresser till värdnamn. Du bör # inte ange fler än en post per rad. IP-adressen bör anges # i den första kolumnen och följas av motsvarande värddatornamn. # IP-adressen och värdnamnet måste åtskiljas av minst ett blanksteg. # # Kommentarer (som dessa) kan infogas på en egen rad eller # efter ett datornamn. Kommentarer måste föregås av tecknet #. # # Till exempel: # # 102.54.94.97 rhino.acme.com # källserver # 38.25.63.10 x.acme.com # klientvärddatorn x127.0.0.1 localhost
127.0.0.1 site-you-want-to-block.com
127.0.0.1 www.site-you-want-to-block.com
Make sure ‘hosts’ isn’t write-protected before you save.
- NETWORK RULE
If you want to block with CPF, create the following network rule:
Action: Block
Protocol: IP
Soruce IP(host name): site-to-block.com
Place it as rule 0.
I’d recommend number 1 if you’re blocking more than one site.
Ragwing
You are a LIFESAVER, seriously wow, the host file rule worked great. Ive been looking for a while at how to block the site. Thanks isn’t enough.
I agree with Ragwing. There are other ways, but they’re either not free or harder to do.
If you need this thread opened pm an online moderator.