wissam1 said:
hello
thank you for the answer,so in case i have installed Windows 2000
Server or Windows Server 2003 on one of the two computers so how can i
make one of them a domain controller and the other joined to that domain in
that case?
thank you for the help and for the time
1) Get a book, and read all about it.
How to setup and configure a domain is beyond a NG post, I'm afraid.
Here's where I started:
Mark Minassi: Mastering Windows 2000 server
Sybex
ISBN 0-7821-2827-6
2) Brief outline of the steps involved:
- Set up basic network services on the server:
DHCP; DNS; WINS.
- Ensure server has static IP address, points to itself for DNS and WINS.
-Configure DHCP scope:
ensure DNS and WINS option points to server;
point default GW to your Internet router if present.
-Configure DNS server:
Add forward lookup zone for the domain
you intend to create, eg yourdomain.local;
Add a reverse lookup zone for your subnet;
Enable the zones for dynamic update;
Do an ipconfig /registerdns on the server to add it's A-records;
Manually configure a reverse PTR record;
Use NSLOOKUP to confirm DNS is working.
Boot a client, ensure it picks up correct DHCP lease, and that it's DNS
is working.
- run DCPROMO.
- after the domain is created, a couple of thing to do:
The DHCP server has shut down.
You need to authorise it in the AD.
Change the DNS zones to AD Integrated,
and set the Dynamic Update type to Secure Only.
That's for starters.
Now see why I suggest a good book?
