I am in process of putting a non-Windows DNS server into a lab that we
are building, and within that lab I want to use the domain naming schema
of lab.company.com (i.e. hosts would be server1.lab.company.com,
separating them physically and logically from the corporate DNS domain.
How would I configure the primary and secondary Windows 2003 DNS servers
to automatically refer any host lookups that are seeking a host on the
.lab.company.com stub domain?
Also, is there a way to have the DNS servers tell hosts that if they
only enter the host name, to first look for it on the primary domain DNS
server, and if not found to then have it forward the request to the name
server on the stub domain such that the path for host resolution would
go this way:
Host (DNS Request) --> Primary DNS (company.com) --> Secondary DNS
(company.com) --> Stub domain (lab.company.com) --> Internet name servers.
Thanks for any help you can offer.
Sounds like a simple delegation will do the trick. Delegate 'lab' under
company.com zone to the lab's DNS server. In the lab's DNS server, configure
a forwarder to the corporate DNS server(s) and you should be good to go for
corporate and internet resolution.
--
Regards,
Ace
This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.
Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT,
MVP Microsoft MVP - Directory Services
Microsoft Certified Trainer
For urgent issues, you may want to contact Microsoft PSS directly. Please
check http://support.microsoft.com for regional support phone numbers.
Infinite Diversities in Infinite Combinations
In news:ewMRPbx4...@TK2MSFTNGP06.phx.gbl,
In addition to creating the lab delegation(Ace's responce), to resolve names
by host name only in lab.company.com, you will need to create a custom DNS
suffix search list with company.com and lab.company.com in the list of
suffixes.
You can push this list out to domain members by using a Group Policy, here:
Computer Configuration
-Administrative templates
-Network
-DNS Client Select DNS Suffix search list and enter the names separated
by a comma ex. lab.company.com,company.com or company.com,lab.company.com.
(Names are appended in order)
--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This Helps
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
http://message.wftx.us/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
===================================
Regards,
Robert Gordon
Glad we could help out.