emerald_octane wrote: » If you've got the DNS server services running on your server and are able to browse, the DNS server is probably querying the root hint servers to get answers since no other forwarders are defined. These are like the "master" dns servers for different sections of the internet. You router doesn't really need DNS unless it's resolving something. Regardless, the proper setup is to configure the server to use itself as primary DNS, as you have it, then in the dns configuration on the server, enter your ISP or whoever (i.e. Google) DNS server into the forwarding section, then point your clients/DHCP and router to your DNS server (192.168.1.200). Your clients should never communicate with an external DNS server while on your lan because, after you join them to the domain, they will query the dns server asking about internal records for AD and such, and won't receive a response.
undomiel wrote: » You'll want to get a good understanding of how DNS works as that is fundamental to AD. Read over How DNS Works and How DNS Support for Active Directory Works: Active Directory and also How Domain Controllers Are Located in Windows to understand why you need to point everything to your domain's DNS servers for AD to work. After that you'll want to dive into DHCP to learn how that works, what settings you would want to distribute, and what it could possibly break on your network.
jahaziel wrote: » This might be silly.. but how do you set up your ISP in the forwarding section?