0

I have Windows Server 2008 and I want to block ALL websites that provide games. Can I do this using DNS?

Steven Monday
  • 13,019
  • 4
  • 35
  • 45
  • 2
    The definition of *"ALL"* will only be as accurate as the site-content-classification-service which you use. No service will identify 100% of the sites providing "games". – jscott Nov 04 '10 at 14:16
  • 5
    Block **all** websites that provide games? Impossible. Don't believe anyone who tells you differently. You can probably get results that are good enough for most people by using OpenDNS. – Rob Moir Nov 04 '10 at 22:55

5 Answers5

1

Yes, I use opendns. they already have all these categorized so you just manage it from their website. Put the DNS on your router so that everyone that uses your router as a DNS server will use opendns to resolve IPs.

mezzie
  • 163
  • 6
0

You could use opendns as your dns server. They provide content filtering.http://www.opendns.com/

heisenberg
  • 194
  • 1
  • 2
  • 11
0

Your best bet is through a firewall if you have one in your network.

The catch is that if your users are computer savvy enough they can modify the TCP settings on their workstations to use an open DNS server such as Google's and in addition they can edit the hosts files on their windows systems to manually provide domain name resolution and or simply use the IP address in a browser if the site allows it.

A combination of multiple steps will block suggested sites.

Nick O'Neil
  • 1,769
  • 11
  • 10
0

If it is only few websites to block, you can edit the hosts file located in %systemdrive%/windows/system32/drivers/etc/hosts, and add corresponding entries to block the websites.

  • 1
    Mucking about with the hosts file is about *the* worst way I can think to manage this, or any thing else. If he's the sysadmin, he's probably managing DNS already. – jscott Nov 04 '10 at 23:02
0

To be honest, DNS is not the best way to do this. Even though you can make a decent start, you should probably think about a proper web filter if you believe there may be more call for this sort of thing down the line. Web filters aren't expensive these days.

Tom Newton
  • 4,021
  • 2
  • 23
  • 28