I have a Windows Server 2008R2 server running as our domain controller and DNS server. We have a number of local IP addresses that users access quite a few times a day. At the moment they have to remember that '192.168.1.1' is the intranet and '192.168.1.2' is an internal management application etc.

I was wondering, as all the workstations are using our DNS server, which points to OpenDNS using a forwarder, would it be possible to set the DNS server to divert all requests for 'http://intranet.local' (as an example) to '192.168.1.1'?

Is there a better way to do this that doesn't require manipulation of all the workstations' host files?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Sure, you just setup a zone and add the relevant records to it.

link|improve this answer
Can it work in the reverse? For instance, if I wanted to divert all requests for Facebook.com to an internal page? – dannymcc Jul 30 '11 at 16:29
Yes, you can do that too. – womble Jul 30 '11 at 16:30
Thanks! I'll accept the answer as soon as the timeout period lets me! – dannymcc Jul 30 '11 at 16:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.