











CompTIA
Exam Vouchers
Save money on CompTIA exams
| Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
| TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more | * ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i Online practice tests
Certification sites Online university Online college Online education Distance learning Software forum Server administration forum Programming resources
|
|  |
firechicken
Senior Member/Citizen
Registered: Nov 2000 Location: Country: United States State: OR Certifications: Comp TIA D Minus Certified Working on: Food Handler
Total Posts: 467
|
|
DNS Problems
Hi everyone.
I'm currently studying for the Pro exam, so forgive me since I know nothing of 2000 server.
Anyway, I set up 2000 Server so I can get some practice with remote installs and see how client/server interact with each other. For the most part, everything on the server install and setup went fine. DHCP works fine, and my client receives the correct info for the most part (unsure about the DNS suffix).
However, when I try to join the client to the domain (current configuration is workgroup), I get the error that the domain either does not exist, or cannot be contacted. I can ping the server by IP address, but not by name, and nslookup tells me the domain is non-existent also.
If someone could help me troubleshoot this, I would really appreciate it! If you need some more info, please let me know.
TIA.
Report this post to a moderator
|
|
07-19-01 01:43 AM
|
|
Joe Blacke
yes, Joe Blacke
Registered: Jan 2001 Location: Country: United States State: Certifications: Working on:
Total Posts: 222
|
|
Try joining the domain without using the DNS extention.
For example: If your domain is ABC.XYZ try joining the domain ABC (just drop off everything after the last period).
Report this post to a moderator
|
|
07-19-01 03:23 AM
|
|
Terje
Senior Member
Registered: Nov 2000 Location: Country: State: Certifications: Working on:
Total Posts: 476
|
|
Re: DNS Problems
quote: Originally posted by firechicken
However, when I try to join the client to the domain (current configuration is workgroup), I get the error that the domain either does not exist, or cannot be contacted. I can ping the server by IP address, but not by name, and nslookup tells me the domain is non-existent also.
First of all, do you really have a domain? I ask because you didn't tell us. To create a domain, run DCPROMO on the server.
Second, you obviously have a name resolution problem. Things to check:
- Does your client know the address of your DNS server (type IPCONFIG /ALL)?
- Is the DNS installed and running?
- In the DNS MMC, can you find the host records for the server?
Terje
Report this post to a moderator
|
|
07-19-01 06:32 AM
|
|
Joe Blacke
yes, Joe Blacke
Registered: Jan 2001 Location: Country: United States State: Certifications: Working on:
Total Posts: 222
|
|
I know my answer sounded wierd, but unfortunately I have experienced this same problem with Microsoft.
Provided that you actually have a domain, and your client is configured to point to your correct DNS server, the best option to try is to use a Netbios Name.
In my example, I could ping all workstations by IP. I could also ping them by using their full hostname, FQDN,(DNS would resolve the names to address, even though I was a DNS client outside the domain). However each time I tried to join the domain, I received the same error message (Domain cannot be contacted or doesn't exist). By using a Netbios name, I was able to resolve to a domain that I was trying to join.
If you try to join the domain by using a Netbios name, and WINS is not configured (or also not working), make sure your client is on the same segment as your DC. Your client can resolve the name via a B-node broadcast.
Even though Windows 2000 is supposed to be Netbios free, I have seen otherwise. For example, if you attempt to restrict the computers that users can log on to (through their user account properties), Windows 2000 uses Netbios names, not host names, to verify which domain computer is being used.
Report this post to a moderator
|
|
07-19-01 01:25 PM
|
|
freak
Moderator M

Registered: Aug 2000 Location: Country: USA State: Certifications: MA, M.Ed., Net+,I-Net+, Security+, CEH, CEI, CCA, CCNA, MCP+I, MCSA, MCSE NT 4.0, MCSE 2000, MCT Working on: MCSE 2K3, Linux+, CISSP
Total Posts: 9688
|
|
Re: Re: DNS Problems
quote: Originally posted by Terje
First of all, do you really have a domain? I ask because you didn't tell us. To create a domain, run DCPROMO on the server.
Second, you obviously have a name resolution problem. Things to check:
- Does your client know the address of your DNS server (type IPCONFIG /ALL)?
- Is the DNS installed and running?
- In the DNS MMC, can you find the host records for the server?
Terje
Great post and great advice. Thanks Terje.
__________________
Freak, MA, M.Ed., Net+,I-Net+, Security+, CEH, CEI, CCA, CCNA, MCP+I, MCSA, MCSE NT, MCSE 2K, MCT
iCertify dot net: Free Forum, quizzes, study guides...
FreakNotes.com: free subnetting, DHCP, Network Security study guides! Also 120-page Security+ book and 100+ page Network+ book!
InfoSecWeb.com
Report this post to a moderator
|
|
07-19-01 02:17 PM
|
|
firechicken
Senior Member/Citizen
Registered: Nov 2000 Location: Country: United States State: OR Certifications: Comp TIA D Minus Certified Working on: Food Handler
Total Posts: 467
|
|
As usual, my problem was a Layer 8 issue (the User layer...or more specifically, the User error layer) . The problem was actually two fold. First, during the initial attempt to change the client from workgroup to domain, I was asked to provide an authoritve account to do this. I thought it was initially asking for an authoritive account for the domain, when apparantly it was asking for the authoritive account on the local machine. After entering the proper username/password, I was again prompted for an authoritive account, but this time for the domain.
Second, you were right, Joe. By leaving off the top level domain name, I was able to log onto the domain. Also, as you have experienced, I can also only ping by using either IP address or FQDN, but that's it. I'm still unclear on why it only works this way and what I misconfigured, but hopefully (with some help), I can figure out why or what is going wrong.
Third...Terje, my buddy and human database! Long time no hear, and I'm glad to see you're still sharing your knowledge!
quote: - Does your client know the address of your DNS server (type IPCONFIG /ALL)?
- Is the DNS installed and running?
Yes.
quote: In the DNS MMC, can you find the host records for the server?
I'm unsure of what a "host record" is, but I will take a look tomorrow and see what I can find.
Thankyou everyone for your help.
Last edited by firechicken on 07-20-01 at 06:12 AM
Report this post to a moderator
|
|
07-20-01 06:09 AM
|
|
Joe Blacke
yes, Joe Blacke
Registered: Jan 2001 Location: Country: United States State: Certifications: Working on:
Total Posts: 222
|
|
Glad to hear that you were able to join the domain.
For your host records, you need to pull up the dns tool, go to forward lookup zones, and click on the zone for your domain. You should see the SOA record, the Name server record, and the A records of registered clients.
Report this post to a moderator
|
|
07-20-01 04:03 PM
|
|
firechicken
Senior Member/Citizen
Registered: Nov 2000 Location: Country: United States State: OR Certifications: Comp TIA D Minus Certified Working on: Food Handler
Total Posts: 467
|
|
Here's what I have under my DNS tree:
myname1
|
|
V
forward lookup zones
|
|
V
. (dot) --> myname.com
|
|
V
com
|
|
V
myname
The myname.com folder and com folder are subfolders of . (dot). I couldn't get the myname.com subfolder to line up right, so I chumped out and just had an arrow pointing to it.
Hopefully this turns out okay because I spent hours presenting you with these fine and unprecedented graphical images .
Can anyone see anything that I did wrong from this pristine structure? If more info is needed, please let me know. Thanks again!
Last edited by firechicken on 07-21-01 at 01:28 AM
Report this post to a moderator
|
|
07-21-01 01:18 AM
|
|
|
Click here for the list of 70-210 study guides
MCSE exam notes
70-210 exam details
Forum Rules: Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON. |
|
ExamNotes forum archive
|