Post by Kevin GrigorenkoThanks. First question, how do I verify your latter point? I can access
the internet, and I am using 127.0.0.1 as preferred dns on the DC, is this
enough to assume the DNS on the DC is working fine?
Also, my problem is that I am limited to only one Windows Server box. I
have multiple domains that I would like to host on this computer (one
personal and one business). This is more of an IIS/Exchange question, but
should I be able to host email and web for both domains with only one server?
Hello Kevin,
First of all, set the IP-Adress in the TCP/IP-Properties of the server
to the servers real IP-Adress, not to the loopback-adress 127.0.0.1.
It's registering the adress in DNS and if it's registering 127.0.0.1
and a client requests it's ip it won't be able to connect to the server.
To verify that your DC is running correctly I'd run dcdiag /v and
netdiag /v and search the output for failed tests. If there are any,
get rid of them first.
To verify your DNS-Infrastructure use nslookup. To make real sure that
everything is working I'd run the following commands on every DC
against every other DC and domain (dc1.domain.com is the example I'm
using here):
Nslookup
Dc1.domain.com
(should give you the IP-Adress of DC1)
Set type=NS
Domain.com
(should return all DNS-Servers of domain.com)
Set type=SOA
Domain.com
(should return a DNS-Server which is able to write to the DNS-Database)
Back to your multiple domains on one DC question: Sounds like you are
talking about multiple DNS-Domains and not active directory domains.
You would be able to configure additional DNS-Domains on the same DC,
you just need to configure the records in there manually, e.g. if you
want to host the IIS for www.domain1.com and for www.domain2.com on the
same machine make sure you have the www-record in both zones pointing
to the same machine. You'd be able to use host-headers in IIS to
separate the two requests to different websites. I don't know if you
can host multiple dns-domains on one exchange box, I'd recommend you
ask that question in the exchange or SBS-Newsgroups.
Further if you want to run everything on a single box I suggest you
looking at the Small Business Server Version of Windows Server 2003.
If you want multiple Active Directory domains running on the same box
you need to get Virtual Server or VMWare and run those DCs onto
different virtual machines. This is quite expensive, since you need a
separate licence for every server, so at least 3 (one for the host and
one for every Server).
--
Gruesse - Sincerely,
Ulf B. Simon-Weidner
MVP-Book "Windows XP - Die Expertentipps": http://tinyurl.com/44zcz
Weblog: http://msmvps.org/UlfBSimonWeidner
WebSite: http://www.windowsserverfaq.org