After a week of research on the web, I couldn't find an answer for my question, so I thought I'd post it here.
All you Windows Server 2003 GURUs out there, I'd appreciate your input in making this the definite thread for setting up Windows Server 2003 in one machine.
Like most of you, I do not have the money to run multiple servers, but I'd like to benefit from all the resorces in W2k3... So I have to run all the services in the same machine.
By the way, I have 5 available IP's I can use, and the computer is a DELL 1750 3.06GHz 1GB RAM.
**OBJECTIVE:**
Run AD IIS, Exchange, DNS and a VPN Server on the same machine.
This server will host multiple websites and run Exchange as well as the DNS servers for my domain.
**STEP ONE:**
First step as I was told was to register my own Name Servers.
I went online and found this article (and video) to be most helpful! Each registrar offers a different way to achieve this:
http://www.gemstream.com/support/name_server.html
After learning about this, I went on godaddy.com (my registrar, and created my name servers
NS1.MYDOMAIN.COM -> MY_DOMAINCONTROLLER_IP1
NS2.MYDOMAIN.CoM -> MY_DOMAINCONTROLLER_IP2
Then, Mike (Thanks Mike - see thread here: http://www.computing.net/windows2003/wwwboard/forum/2736.html) told me I could just add two hosts "NS1" and NS2" and point them both to the same IP address of my server (domain controller)
So I guess that makes them "virtual" because I won't actually need two additional machines to handle Name Service.
Great, this alone took me a couple of days to learn. (So here you've saved a bunch of time).
Awesome, so Now I'll go ahead and Install my Windows 2003 server, and we'll go from there.
Thanks in advance!