How do I block certain websites from being accessed through a browser?

9

A friend of mine (who is not a geek) asks me how to stop her little brother from playing web games on her computer. She is currently using Chrome and IE, and I have never done that before, even on FF.

I would prefer a solution that is simple and does not require additional applications.

Although it seems unlikely, is there a solution that works for all browsers (i.e. do it once and I never have to fix it for a new browser)?

phunehehe

Posted 2009-09-28T02:21:02.627

Reputation: 777

List the router info, you can block sites there from hitting all the browsers on the computer. – random – 2009-09-28T02:23:01.687

Answers

21

If you know the names of the sites, edit the hosts file (c:\windows\system32\drivers\etc\hosts) and put

127.0.0.1       www.site.com
127.0.0.1       site.com

This should stop him from visiting the sites.

That aside, there are many plugins available, but they would be easy to get around. I know if you use OpenDNS as your DNS provider (may need to change a setting on your pc or the router), If you sign up for a (free) account, I believe that you can filter games.

William Hilsum

Posted 2009-09-28T02:21:02.627

Reputation: 111 572

1Works like a charm. (In OSX, the file is /etc/hosts.) – user124384 – 2017-03-18T17:10:35.950

1Signing up for a free account will let you filter/block games sites, as well as other sites. You can also black list sites of your choice.

However solutions such as these also limit your ability to play games. – tgbarnett – 2009-09-28T02:44:59.340

a lot of routers have this support built in now too but this will affect the entire network unless the specific router has ip range support for the blocking – Chris McGrath – 2012-12-29T18:27:23.540

3

  1. The OpenDNS way is a good idea -- a reference.
    • PeerGuardian is a good application to check -- here is a review.
    • This is a good option if your router cannot be easily configured for the purpose.
    • ProCon Latte is a firefox specific addon (and brOOzi is another experimental addon)
    • would not be good for a system wide filter (for any browser)

nik

Posted 2009-09-28T02:21:02.627

Reputation: 50 788

2

Proxomitron is one of the most efficient web filtering applications under the sun.

on Siski's website you'll find well maintained configuration files.

Proxomitron is freeware and works for any browser.

Molly7244

Posted 2009-09-28T02:21:02.627

Reputation:

1

You can edit your C:\Windows\System32\drivers\etc\host file to mess with the DNS settings for this.

For example - add a line like so:

1.2.3.4    localhost

where 1.2.3.4 is the IP address of the gaming site in question. Assuming the little brother in question doesn't have admin access to the box - he shouldn't be able to change it.

Also - this will work for ANY network connection to the site (assuming the little brother doesn't go directly by IP).

rifferte

Posted 2009-09-28T02:21:02.627

Reputation: 252

No. That's in reverse. You want to set the gaming site domain to the loopback IP address, not set the localhost domain to the gaming site IP address. – TRiG – 2012-12-05T22:01:08.183

0

You could disable the flash plugin...

Also there's a throttle plugin for IE and FF I've used to tame many a sibling.

Those are both hacky solutions, a better one would be to log into your router/modem, and see if it has a filtering service (most modern ones do).

Dean Rather

Posted 2009-09-28T02:21:02.627

Reputation: 2 499

0

Most linksys routers have an access restrictions settings. This is a easy and simple way to limit access to websites. It's also surprising the level of control you can set for each restriction. It may require a more technical person to set up, but it doesn't require any extra software as long as you have a router.

Chuck

Posted 2009-09-28T02:21:02.627

Reputation: 491

0

Untangle for Windows might be an interesting solution to this. I've not used it (I do, however, use Untangle's "normal" firewall and love it) but it looks reasonably simple to setup.

Chris_K

Posted 2009-09-28T02:21:02.627

Reputation: 7 943

0

I don't see an operating system mentioned. One possibility is to create a separate account for Little Brother either in Windows, MacOS, or Linux, and in that account use the various child-protection applications mentioned in other answers. That way Big Sister isn't affected and can do what she wants. Of course she'll have to change her own password and not tell Little Brother.

Unfortunately this solution isn't compatible with editing the Hosts file, since that affects all accounts.

CarlF

Posted 2009-09-28T02:21:02.627

Reputation: 8 576