Link to home
Start Free TrialLog in
Avatar of Sheldon Livingston
Sheldon LivingstonFlag for United States of America

asked on

Block website or address

I am trying to block access to
https://www.freesteam.org/Echo419/PHPP/

I use OpenDNS and have added freesteam.org
I use IE Tools | Options | Security | Restricted sites and added https:\\www.freesteam.org

Is there anyway to block access to this site.  From this site you can go anywhere and thus OpenDNS and the IE tools are worthless.
ASKER CERTIFIED SOLUTION
Avatar of saku99
saku99

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sheldon Livingston

ASKER

We use a Linksys... Tried that too.
Avatar of saku99
saku99

well if you block the IP address on the firewall it should be all you need. When you said you tried that, it still allowed you to connect.

Just looking up www.freesteam.org it's IP is 67.159.0.66, block it and see if you can still ping it from inside.

If you but a block on your linksys and it's still getting through then it sounds like a bug in the firewall, try upgrading the firmware.

Also remember that even though you block it IP address DNS will still resolve but that's ok you will still be blocking access to the site.
You could block that or any website by editing the Host file. It is located at
%systemroot%\system32\drivers\etc\  you can open it with notepad. At the bottom of the file you will see
#This is an example of the hosts file
127.0.0.1  localhost loopback


all you need to do is add
127.0.0.1 www.freesteam.org
127.0.0.1 freesteam.org


http://www.mvps.org/winhelp2002/hosts.htm
http://en.wikipedia.org/wiki/Hosts_file
open the command prompt. type ping www.freesteam.org tis will give you the ip address(es). use those instead of the website url.