Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > DNS Server > DNS setting in Win2003 STD Server

Reply
Thread Tools Display Modes

DNS setting in Win2003 STD Server

 
 
tlee
Guest
Posts: n/a

 
      03-30-2010

Hi all,

I need to setup AD in office. It is internal to use only and no need to
communicate outside except for update the MS Fixed patches.
As I understanding, AD is required to config the DNS.

So, I have some questions in DNS config setting which are not really
understand, even I read the related MS Server 2003 books.

1) Zone type: Primary zone and Stub zone

2) Store the zone in Active Directory (available only if DNS server is a
domain controller)

3) Dynamic updates: none, nonsecure and secure, secure only

4) Zone Transfers

Could anyone explain their usage?

Many thanks,

tlee

 
Reply With Quote
 
 
 
 
Ace Fekay [MVP-DS, MCT]
Guest
Posts: n/a

 
      03-31-2010
"tlee" <> wrote in message news:%...
>
> Hi all,
>
> I need to setup AD in office. It is internal to use only and no need to
> communicate outside except for update the MS Fixed patches.
> As I understanding, AD is required to config the DNS.
>
> So, I have some questions in DNS config setting which are not really
> understand, even I read the related MS Server 2003 books.
>
> 1) Zone type: Primary zone and Stub zone


For AD, you would want to use AD Integrated zones. These act like Primary zones. A stub zone is a reference to the nameservers of another zone and can be used in lieu of conditional forwarding.

>
> 2) Store the zone in Active Directory (available only if DNS server is a
> domain controller)


Yes, that's correct. If the zone is AD integrated, the zone data is stored in the actual physical AD database, and not as a text file in the system32\dns folder as a Primary or Secondary zone.

>
> 3) Dynamic updates: none, nonsecure and secure, secure only


For AD, I usually select Secure Only.

>
> 4) Zone Transfers


No need for zone transfers, unless you need to create a read only Secondary copy on a non-domain controller.

>
> Could anyone explain their usage?
>
> Many thanks,
>
> tlee
>


I hope that helps.



--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and confers no rights.

Please reply back to the newsgroup or forum for collaboration benefit among responding engineers, and to help others benefit from your resolution.

Ace Fekay, MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory Services

If you feel this is an urgent issue and require immediate assistance, please contact Microsoft PSS directly. Please check http://support.microsoft.com for regional support phone numbers.
 
Reply With Quote
 
tlee
Guest
Posts: n/a

 
      03-31-2010
Thank you so much for your explanations.

I am confusing at the explore of dmsmgmt.

Why did some folders and files appear at the Forward Lookup Zone under the
domain name ?

Such as:
Folders
_msdcs
_sites
_tcp
_udp
_DomainDnsZones
_ForestDnsZones

Files duplicated:
(same as parent folder) Host(A) 192.168.0.1
Host name Host(A) 192.168.0.1

Since, I have not seen at Win2000 server with same setting. Does it cause
by DNS Dynamic Updates in Windows2003?

Any DNS understanding resources will you recommend?

Thanks
tlee


> "tlee" <> wrote in message
> news:%...
>>
>> Hi all,
>>
>> I need to setup AD in office. It is internal to use only and no need to
>> communicate outside except for update the MS Fixed patches.
>> As I understanding, AD is required to config the DNS.
>>
>> So, I have some questions in DNS config setting which are not really
>> understand, even I read the related MS Server 2003 books.
>>
>> 1) Zone type: Primary zone and Stub zone

>
> For AD, you would want to use AD Integrated zones. These act like Primary
> zones. A stub zone is a reference to the nameservers of another zone and
> can be used in lieu of conditional forwarding.
>
>>
>> 2) Store the zone in Active Directory (available only if DNS server is a
>> domain controller)

>
> Yes, that's correct. If the zone is AD integrated, the zone data is stored
> in the actual physical AD database, and not as a text file in the
> system32\dns folder as a Primary or Secondary zone.
>
>>
>> 3) Dynamic updates: none, nonsecure and secure, secure only

>
> For AD, I usually select Secure Only.
>
>>
>> 4) Zone Transfers

>
> No need for zone transfers, unless you need to create a read only
> Secondary copy on a non-domain controller.
>
>>
>> Could anyone explain their usage?
>>
>> Many thanks,
>>
>> tlee
>>

>
> I hope that helps.
>
>
>
> --
> Ace
>
> This posting is provided "AS-IS" with no warranties or guarantees and
> confers no rights.
>
> Please reply back to the newsgroup or forum for collaboration benefit
> among responding engineers, and to help others benefit from your
> resolution.
>
> Ace Fekay, MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE &
> MCSA 2003/2000, MCSA Messaging 2003
> Microsoft Certified Trainer
> Microsoft MVP - Directory Services
>
> If you feel this is an urgent issue and require immediate assistance,
> please contact Microsoft PSS directly. Please check
> http://support.microsoft.com for regional support phone numbers.


 
Reply With Quote
 
Ace Fekay [MVP-DS, MCT]
Guest
Posts: n/a

 
      04-01-2010
"tlee" <> wrote in message news:uzdc%...
> Thank you so much for your explanations.
>
> I am confusing at the explore of dmsmgmt.
>
> Why did some folders and files appear at the Forward Lookup Zone under the
> domain name ?


These are the SRV records created by AD's Netlogon service. They aer necessary records so everything in the AD domain can "find" the DCs.


>
> Such as:
> Folders
> _msdcs
> _sites
> _tcp
> _udp
> _DomainDnsZones
> _ForestDnsZones
>
> Files duplicated:


This is the LdapIpAddress, a necessary record created by the Netlogon service:
> (same as parent folder) Host(A) 192.168.0.1


This is the hostname or "A" record of the DC:
> Host name Host(A) 192.168.0.1


> Since, I have not seen at Win2000 server with same setting. Does it cause
> by DNS Dynamic Updates in Windows2003?


This is normal. It is done by two things, Netlogon registration, and Dynamic DNS registration of the A forward and PTR record.

>
> Any DNS understanding resources will you recommend?


There are many out there. I would suggest taking a class, such as one of the Microsoft courses, to get a better understanding of AD and DNS, since that is what appears to be the scope of your questions.

>
> Thanks
> tlee
>


One course I can suggest is:
Course 6425B: Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services
http://www.microsoft.com/learning/en...B&Locale=en-us

I would make a suggestion to contact a learning center in this forum, but I don't want to make it seem like I'm advertising. Ping me offline and I can offer suggestions.


--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and confers no rights.

Please reply back to the newsgroup or forum for collaboration benefit among responding engineers, and to help others benefit from your resolution.

Ace Fekay, MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory Services

If you feel this is an urgent issue and require immediate assistance, please contact Microsoft PSS directly. Please check http://support.microsoft.com for regional support phone numbers.
 
Reply With Quote
 
tlee
Guest
Posts: n/a

 
      04-02-2010

Ace Fekay,

Many thanks for your heartful help !

tlee


> "tlee" <> wrote in message
> news:uzdc%...
>> Thank you so much for your explanations.
>>
>> I am confusing at the explore of dmsmgmt.
>>
>> Why did some folders and files appear at the Forward Lookup Zone under
>> the
>> domain name ?

>
> These are the SRV records created by AD's Netlogon service. They aer
> necessary records so everything in the AD domain can "find" the DCs.
>
>
>>
>> Such as:
>> Folders
>> _msdcs
>> _sites
>> _tcp
>> _udp
>> _DomainDnsZones
>> _ForestDnsZones
>>
>> Files duplicated:

>
> This is the LdapIpAddress, a necessary record created by the Netlogon
> service:
>> (same as parent folder) Host(A) 192.168.0.1

>
> This is the hostname or "A" record of the DC:
>> Host name Host(A) 192.168.0.1

>
>> Since, I have not seen at Win2000 server with same setting. Does it
>> cause
>> by DNS Dynamic Updates in Windows2003?

>
> This is normal. It is done by two things, Netlogon registration, and
> Dynamic DNS registration of the A forward and PTR record.
>
>>
>> Any DNS understanding resources will you recommend?

>
> There are many out there. I would suggest taking a class, such as one of
> the Microsoft courses, to get a better understanding of AD and DNS, since
> that is what appears to be the scope of your questions.
>
>>
>> Thanks
>> tlee
>>

>
> One course I can suggest is:
> Course 6425B: Configuring and Troubleshooting Windows Server 2008 Active
> Directory Domain Services
> http://www.microsoft.com/learning/en...B&Locale=en-us
>
> I would make a suggestion to contact a learning center in this forum, but
> I don't want to make it seem like I'm advertising. Ping me offline and I
> can offer suggestions.
>
>
> --
> Ace
>
> This posting is provided "AS-IS" with no warranties or guarantees and
> confers no rights.
>
> Please reply back to the newsgroup or forum for collaboration benefit
> among responding engineers, and to help others benefit from your
> resolution.
>
> Ace Fekay, MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE &
> MCSA 2003/2000, MCSA Messaging 2003
> Microsoft Certified Trainer
> Microsoft MVP - Directory Services
>
> If you feel this is an urgent issue and require immediate assistance,
> please contact Microsoft PSS directly. Please check
> http://support.microsoft.com for regional support phone numbers.


 
Reply With Quote
 
Ace Fekay [MVP-DS, MCT]
Guest
Posts: n/a

 
      04-02-2010
"tlee" <> wrote in message news:%...
> Ace Fekay,
>
> Many thanks for your heartful help !
>
> tlee
>
>




You are welcome!

--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and confers no rights.

Please reply back to the newsgroup or forum for collaboration benefit among responding engineers, and to help others benefit from your resolution.

Ace Fekay, MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory Services

If you feel this is an urgent issue and require immediate assistance, please contact Microsoft PSS directly. Please check http://support.microsoft.com for regional support phone numbers.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What's wrong with my live.com account? Michael Elliott Windows Live Mail 43 1 Week Ago 09:36 PM
Critical Issue Broken delegated domain Kashif Windows Server 3 02-15-2010 09:12 PM
Same Issue....Please help! Quality Department Active Directory 0 02-13-2010 01:12 PM
Error not able to loging after upgrading domain controller Alexyy Active Directory 6 11-10-2009 06:09 AM
85010014 error - resolved - ActiveSync Exchange Server Ryan Hardin ActiveSync 1 02-10-2006 04:07 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59