Problems logging on a Windows 2000 server domain from a Wind
#1
Posted 01 July 2001 - 09:06 AM
As for IPs, both machines are set up to use dynamically allocated IP address, and i CANNOT change that (very long story).
Here is the problem: I have set up an Active Directory with a Domain COntroller on the servver macine. Furthermore, I have added a computer account and a username / password so that the workstation (win2k pro) may be able to connect to the server. Whenever i try to change the NetID to connect to a Domain instead of a workgroup, I get a prompt for a computer name / domain / user name / password. When i fill those in, I get another prompt AGAIN for the user name, password, and domain, and i fill those in again, but then I get an error message that says "The following error occured while attempting to join the domain 'domainname': The network path was not found!"
and that's all i ever get.
Again, there seems to be NO PHYSICAL COMMUNICATION problem as sharing files/folders/printers works just fine, but logging on to the domain does not!
Someone please help. Any (in fact, ALL) feedback will be greatly appreciated. Thanx!
#2
Posted 01 July 2001 - 02:32 PM
The fact you're getting a 'Network path not found' error really confirms this.
I'm going to assume that the domain controller is also running a DNS server.
Check the 'Event Log' to make sure that the DNS server on the domain controller isn't giving you any errors.
Set the workstation's prefered DNS server entry under TCP/IP to that of your domain controller.
Next delete the computer account you have created for the workstation, when you 'join a domain' one is automatically created.
Now run the 'joining a domain' wizard again from the workstation.
The first time it asks you for a username/password the domain wont recognise that account as having permission to join a machine to the domain.
It then asks you again for a username/password with permission to join this PC to the domain.
Best bet would be to use:
Administrator
Password
Domain name set on the domain controller
After this it will ask you if you want to add any users from the workstation.
Say yes and add the username you will use from the Win2k pro machine and give them 'domain admin' rights.
I'm pretty sure all your problems will come down to a DNS issue of some kind, remember AD requires DNS to function.
#3
Posted 01 July 2001 - 07:27 PM
Also, assuming that I DID set up a DNS server, if I set my workstation to it, then I'll lose my internet connection, since the DNS server is set to an IP address in order for the machine to connect. The reaosn for this is that I am running a cable modem connection to the internet, and it only allows two simultaneous MAC addresses (internet connections). my brother is running one of them, so I am stuck with one and only one MAC address. which means that if i change my TCP/IP settings to point to a server DNS, I may lose my internet connection.
If you know how I can set up a DNS server, please let me know how. Like I said, I am a beginner, but I think i have what it takes to be able to set this up. Thank you for your feedback, and please let me know if you can help me with the DNS server thingy. (Assume that i am NOT running a DNS server)
thanx again! :-)
#4
Posted 02 July 2001 - 10:38 PM
Hope this helps. I am learning all this stuff my self.
#5
Posted 03 July 2001 - 07:34 PM
The call is still out to anyone who may know how to work around this problem. Again, please read the first post of this thread as it contains a detailed desciption of the problem!
#6
Posted 03 July 2001 - 10:28 PM
#7
Posted 03 July 2001 - 11:25 PM
-All machines are bound to DYNAMIC IPs, NOT static ones. Therer is no way to force static IPs on them (succesfuly) [read below].
-Only two simultaneous MAC addresses allowed by the cable modem / ISP, therefore due to the fact that one MAC address is already taken, and my workstation took the other, the server CANNOT be assigned a MAC address of its own, so for the sake of internet connection, it should be offline.
So how exactly do i set up a DNS server. All i want the domain to do is simply control file shares / printer / folder / file sharing, and so forth, and nothing really fancy, so this should be a peice of cake for you guys.
Someone pleeease help. I'm lost here!
#8
Posted 04 July 2001 - 12:01 AM
Now, as far as a "simple" way to describe the setup of DNS, well there isn't one. Sorry, but you will have to read a bit on this topic. There is a ton of useful information on Technet, so is the URL with the search string that I used:
http://search.microsoft.com/us/itresourc...;p=1&nq=NEW
Good Luck.
#9
Posted 04 July 2001 - 12:20 AM
#10
Posted 04 July 2001 - 12:33 AM
AD, as Cluth has said, isn't really something you can stumble into.
About 8 months ago I rolled out an AD Win2k Domain at work to replace the NT4 domain that was currently in place.
Thankfully I was able to run the two networks side-by-side for about a month.
The Dell servers came with Win2k Server already installed, but within a day I was blowing that installation away and starting again due to me messing things up.
I'm pleased to say I now have a fully functional AD domain, when AD is set-up correctly it works very, very well.
If you're not to sure on AD you can install a Win2k server in 'NT4 Compatible' mode, IE it will run a standard Domain rather than an AD enabled one.
With AD you need to know how DNS works, AD can't function without DNS.
Pick up a couple of good books, I picked two up by Sybex and one MS Press one.
Worked through them, as you work through them fully expect to have to wipe the machine at least once!
#11
Posted 04 July 2001 - 10:49 AM
Can anyone explain it in easy to understand terms? I mean... I am very computer literate and all, but this is some heavy **** for someone just getting into the server world.
#12
Posted 04 July 2001 - 11:28 AM
What is it in simple terms?
That's quite difficult to describe actually.
Active Directory is just that, a directory of objects that is replicated across every domain controller in your Windows 2000 domain.
A database if you will containing many hundreds or thousands or even hundreds of thousands of unique objects.
These objects might be users, printers, contacts, computers, whatever they are they are stored in a massive Active Directory database.
What also needs to be noted about a Win2k domain as opposed to an NT4 one is the lack of real PDC (Primary Domain Controller) & BDC's (Backup Domain COntrollers).
All servers in a Win2k domain take an equal role in logging people in, providing varification, maintaining browse lists - all the servers are simply known as 'Domain Controllers'.
The Active Directory is radically different from how winNT 4 domains kept track of objects and is closer in design to Novell's NDS (Novell Directory System).
In fact AD doesn't yet quite offer the functionality or features that NDS does - but as Novell is a dying system, AD is a logical step.
Active Directory relies on TCP/IP to communicate with all the objects it knows about and to do that it needs access to a DNS (Domain Name system).
The DNS in it's simplest form is just a list, telling what IP address each computer is using.
Remember PC's using TCP/IP don't care what the real name is, they have to go and translate that into something they understand - the IP address.
SO if I query the DNS and say 'Who is Dave?' it will reply '192.0.0.1'
Of course if I query 'Who is 192.0.0.1?' it will reply '192.0.0.1' stupid!
So then you need to add reverse DNS lookup's - 'Who is 192.0.0.1?' 'Dave'.
Ya really going to need to pick some books up on this my friend.
It isn't easy to get into and thats why us Systems Administrators get a fair old wage for looking after usch systems!
#13
Posted 04 July 2001 - 06:23 PM
If you are somebody that stuck with NetBIOS broadcasting over IP (or didn't even know what WINS was) and static IPs for your NT domain, then you better start reading a bit first as AD will be a bumpy ride for you otherwise. If you understand DNS, DHCP, WINS (you prolly wont use it, but it gives you a good idea of what DDNS is), and directory services like Exchange 5.5 then you will have a good shot at getting AD off the ground with some whitepapers on the subject.
#14
Posted 06 July 2001 - 06:55 AM
:-)

Help










