How to set up DNS on 2000 Server?

Being in process of migrating an NT4 Domain/PDC to 2000 Server under enourmous pressure (our PDC disk system crashed a few hours ago and we´re running on an emergency server at the moment), though I had read a lot of information on that topic, I can´t figure out exactly, how to do it properly: It should be a single ...

Windows Networking 2246 This topic was started by ,


data/avatar/default/avatar35.webp

56 Posts
Location -
Joined 1999-12-02
Being in process of migrating an NT4 Domain/PDC to 2000 Server under enourmous pressure (our PDC disk system crashed a few hours ago and we´re running on an emergency server at the moment), though I had read a lot of information on that topic, I can´t figure out exactly, how to do it properly:
 
It should be a single forest/single domain/not external visible PDC. We are using a Cisco PIX FW/Router, DNS is used the one of our ISP respectively the DNS forwarder of the PIX.
 
For example: Domain name was (and should remain) xxx-domain
PDC server name was yyy-nt01
ip was 10.43.1.10/ff.ff.ff.00
gateway was 10.43.1.2
DNS was - whatever, an external ip address
 
What should I use best on AD name, Domain name (DNS name), regarding that the server will only serve internally?
 
And how should DNS server be set up properly (any hint on a step-by-step-list?)
 
thanks for any kind of help
 
Llion

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar12.webp

1915 Posts
Location -
Joined 2000-03-30
I'd like to know also
 
I am having the same problem tho with Server 2003.
 
I think I did it wrong

data/avatar/default/avatar03.webp

581 Posts
Location -
Joined 2002-04-27
You can use whatever FQDN you want, if the isp has an external dns entry for your server, it will still be vlid for external clients, and you can simultaneously use your internal dns for your internal needs, with whatever name you wish.

data/avatar/default/avatar01.webp

738 Posts
Location -
Joined 2002-12-11
HOW TO: Replace the Current Primary DNS Server with a New Primary DNS Server in Windows Server 2003
 
http://support.microsoft.com/default.aspx?scid=kb;en-us;323383
 
HOW TO: Configure DNS for Internet Access in Windows Server 2003
 
http://support.microsoft.com/default.aspx?scid=kb;en-us;323380
 
HOW TO: Configure DNS in a New Workgroup Environment in Windows Server 2003
 
http://support.microsoft.com/default.aspx?scid=kb;en-us;324259
 
Internal DNS and External DNS can be the same name as well as dont have to be.

data/avatar/default/avatar16.webp

2 Posts
Location -
Joined 2003-12-07
The DNS issue here is pretty easy to fix, especially considering that it sounds like you don't have any internal DNS servers running at the moment.
 
The internal DNS name you use is completely up to you, there are a couple suggestions you might want to follow;
 
-First, you can use a subdomain or your current Internet domain name, meaning that if your Internet domain name is currently "company.com", you could use the domain name "AD.company.com" or "corp.company.com" to start the Active Directory structure.
 
-Second, you can use the ".local" namespace. So, if your company domain name again is "company.com", then your internal namespace would be "company.local"
 
I personally, prefer the ".local" namespace because it easily distinguishes internal vs. external resources. And the ".local" namespace is a private namespace that will not be resolved by any Internet DNS servers, it's like using a private address space (10.x.x.x, etc...)
 
When you install Active Directory on Windows 2000/2003 server, the AD Installation Wizard will ask for the address of your primary internal DNS server, if you don't have one the Wizard will setup one for you on the server you are installing AD on. This option works just fine.
 
To allow yourself Internet capability, all you need to do is configure your Internal DNS server to forward any unknown name resolution requests to your ISP's external DNS server. When you do this, your Internal DNS server will handle all internal name resolution for all local resources, and the ISP DNS server will handle all external name resolution for all Internet resources.
 
One thing though, when you have the AD-installation wizard install DNS for you, it will create a "." zone. You need to delete the "." zone to configure your DNS server to forward. The reason for this is because the "." zone references your DNS server as a root DNS server. Your DNS server is NOT a root DNS server sao you can safely delete the "." zone and the check box to enable forwarding will be available.
 
Good luck and enjoy! If you have any specific questions on this, let me know and I can go into further detail.