you can use opendns (http://opendns.com) as a forwarder in DNS and it will make a trick for you. ( block all unwanted domains as you set it ).
Main Topics
Browse All TopicsI was wondering if it's possible to use my DNS server to create false forwards in order to website block. All DNS queries in the company first query the internal DNS server before being forwarded out to the ISP for unknown DNS queries via the DNS roots. Would it be possible to forward say "www.myspace.com" to another internal server that displays a blocked notification page. Obviously people would be able to get around it my using the IP, but blocking 95% of people who don't know better would be good enough for now.
I've screwed around with the DNS entries myself and have been unable to get it to work. What entry and where?
My DNS is an active directory integrated 2003.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
you can use opendns (http://opendns.com) as a forwarder in DNS and it will make a trick for you. ( block all unwanted domains as you set it ).
Business Accounts
Answer for Membership
by: DrDave242Posted on 2009-11-04 at 10:20:59ID: 25742185
You can accomplish this by creating forward lookup zones in DNS corresponding to the sites you want to block. If you want to block www.myspace.com, for example, create a forward lookup zone for www.myspace.com. Inside that zone, create a blank host record with the address of the server to which you want to redirect traffic (or a bogus address in your network if you just want it to go nowhere).
If you want to block an entire domain (say, myspace.com instead of just www.myspace.com), create a zone corresponding to the domain name. Then, if you specifically want to redirect certain hostnames in that domain (like www), create host records for those hostnames and point them to whatever addresses you wish.
Like you said, this isn't completely foolproof, as anyone who knows the blocked sites' IP addresses will be able to bypass it.