PC Review


Reply
Thread Tools Rate Thread

DNS Questions

 
 
fd
Guest
Posts: n/a
 
      28th Jan 2004
Hi, I am having a problem trying to resolve a DNS configuration issue.
First, a little background may help. I recently inherited this network
setup; The network is running Windows 2000 Server sp4 with a WatchGuard
Firebox and an HP web server. The DC is running Windows 2000sp4 with Active
Directory. The DC, Firebox, HP webserver and all the workstations have
62.xxx static IP addresses . When I first started working on the problem, I
found that nobody could logon to the domain so when the network was setup,
it was setup as a workgroup. I found that the DNS server still had the root
dns zone entry. I followed the steps in KBA #260371. I also setup the DC as
a DNS server and now all workstations are configured to statically use the
DC dns IP. These changes enabled all workstations to join the domain. I
thought I had fixed the DNS problem but when I run nslookup, set the type=A,
type in the domain name "issa" I get the error "primary-server.issa can't
find ISSA: Non-existent domain. However, when I add a "dot" to the name
(ISSA.), it resolves correctly and says issa "A" records point to my ISP
DNS servers. Am I correct in understanding that when you run nslookup and
you have to add a "dot" to the domain name, this means that you do not have
a FQDN? The other problem that we have is that the domain has a single
label DNS name. I found KBA #300684 and hope it's recommendations fix the
"5781 netlogon error" but I am wondering if there is a fix for the FQDN
error or do I have to remove DNS from the server and start over? The next
step is setting up DHCP but I don't want to move in that direction until I'm
sure the DNS is working correctly. I hope I explained the problem clearly
enough and thanks in advance for your help.

FD


 
Reply With Quote
 
 
 
 
Ace Fekay [MVP]
Guest
Posts: n/a
 
      30th Jan 2004
In news:%(E-Mail Removed),
fd <(E-Mail Removed)> posted their thoughts, then I offered mine
> Hi, I am having a problem trying to resolve a DNS configuration
> issue. First, a little background may help. I recently inherited
> this network setup; The network is running Windows 2000 Server sp4
> with a WatchGuard Firebox and an HP web server. The DC is running
> Windows 2000sp4 with Active Directory. The DC, Firebox, HP webserver
> and all the workstations have
> 62.xxx static IP addresses . When I first started working on the
> problem, I found that nobody could logon to the domain so when the
> network was setup, it was setup as a workgroup. I found that the DNS
> server still had the root dns zone entry. I followed the steps in KBA
> #260371. I also setup the DC as a DNS server and now all workstations
> are configured to statically use the DC dns IP. These changes
> enabled all workstations to join the domain. I thought I had fixed
> the DNS problem but when I run nslookup, set the type=A, type in the
> domain name "issa" I get the error "primary-server.issa can't find
> ISSA: Non-existent domain.


Nslookup is an FQDN based query tool. IT has it's own internal mechanism,
not like ping, which uses the system's services to work. Nslookup queries
needs to be an FQDN to work. It doesn not work like ping, where you can give
it the single name and it will affix the suffix for the query.

> However, when I add a "dot" to the name
> (ISSA.), it resolves correctly and says issa "A" records point to
> my ISP DNS servers.


Sounds like you have your ISP's DNS server address in your IP properties. In
an AD structure, they need to be removed. It also sounds like your AD domain
name is the same as your external domain name (called a split-horizon
namespace).

> Am I correct in understanding that when you run
> nslookup and you have to add a "dot" to the domain name, this means
> that you do not have a FQDN?


Yes, due to DNS' hierarchal "tree' structure.


> The other problem that we have is that
> the domain has a single label DNS name.


That is NOT GOOD.

> I found KBA #300684 and hope
> it's recommendations fix the "5781 netlogon error" but I am wondering
> if there is a fix for the FQDN error or do I have to remove DNS from
> the server and start over?


There is no real fix. That article states a 'bandaid". There are many other
implications with single label domain names, such as the inablity for GPOs
to work correctly, DDNS registrations (with SP4), excessive bandwidth due to
DNS not knowing what to do with a single label name and therefore heavily
querying the Internet ISC Root DNS servers, etc. The AD domain name needs to
be renamed to the proper format.

> The next step is setting up DHCP but I
> don't want to move in that direction until I'm sure the DNS is
> working correctly. I hope I explained the problem clearly enough and
> thanks in advance for your help.
>
> FD


This has been discussed countless of times in the very recent past. You can
search on 'single label" to view the posts with your options and some
how-to's. Either way, it's really a matter of naming your AD domain name
properly. Just renaming it in DNS will not help AD since AD will need to
register into DNS, and AD uses the AD domain name, then looks at it's
PRimary DNS Suffix name, then looks for that name in DNS.

Sorry for the bad news.--
Regards,
Ace

Please direct all replies to the newsgroup so all can benefit.
This posting is provided "AS IS" with no warranties.

Ace Fekay, MCSE 2000, MCSE+I, MCSA, MCT, MVP
Microsoft Windows MVP - Active Directory
--
=================================


 
Reply With Quote
 
fd
Guest
Posts: n/a
 
      30th Jan 2004
Hi Ace,
Thanks for taking the time to answer my question. I had a feeling we would
have to start from "scratch". We are going to create a new Active
Directory Domain on a new machine with DNS and then use the ADMT tool to
migrate all the users. This new AD will be called "name.local" (the
registered internet domain name is name.org). I think after that,
everything will work and it will prepare us in the future to install an
Exchange Server. Again, thanks for the excellent info.

FD


"fd" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi, I am having a problem trying to resolve a DNS configuration issue.
> First, a little background may help. I recently inherited this network
> setup; The network is running Windows 2000 Server sp4 with a WatchGuard
> Firebox and an HP web server. The DC is running Windows 2000sp4 with

Active
> Directory. The DC, Firebox, HP webserver and all the workstations have
> 62.xxx static IP addresses . When I first started working on the problem,

I
> found that nobody could logon to the domain so when the network was setup,
> it was setup as a workgroup. I found that the DNS server still had the

root
> dns zone entry. I followed the steps in KBA #260371. I also setup the DC

as
> a DNS server and now all workstations are configured to statically use the
> DC dns IP. These changes enabled all workstations to join the domain. I
> thought I had fixed the DNS problem but when I run nslookup, set the

type=A,
> type in the domain name "issa" I get the error "primary-server.issa can't
> find ISSA: Non-existent domain. However, when I add a "dot" to the name
> (ISSA.), it resolves correctly and says issa "A" records point to my ISP
> DNS servers. Am I correct in understanding that when you run nslookup and
> you have to add a "dot" to the domain name, this means that you do not

have
> a FQDN? The other problem that we have is that the domain has a single
> label DNS name. I found KBA #300684 and hope it's recommendations fix the
> "5781 netlogon error" but I am wondering if there is a fix for the FQDN
> error or do I have to remove DNS from the server and start over? The next
> step is setting up DHCP but I don't want to move in that direction until

I'm
> sure the DNS is working correctly. I hope I explained the problem clearly
> enough and thanks in advance for your help.
>
> FD
>
>



 
Reply With Quote
 
Ace Fekay [MVP]
Guest
Posts: n/a
 
      30th Jan 2004
In news:%(E-Mail Removed),
fd <(E-Mail Removed)> posted their thoughts, then I offered mine
> Hi Ace,
> Thanks for taking the time to answer my question. I had a feeling we
> would have to start from "scratch". We are going to create a new
> Active Directory Domain on a new machine with DNS and then use the
> ADMT tool to migrate all the users. This new AD will be called
> "name.local" (the registered internet domain name is name.org). I
> think after that, everything will work and it will prepare us in the
> future to install an Exchange Server. Again, thanks for the
> excellent info.
>
> FD


Glad you understand the implications and what you need to do. Good luck in
your endeavors and if you need anymore info, please post back.

:-)



--
Regards,
Ace

Please direct all replies to the newsgroup so all can benefit.
This posting is provided "AS IS" with no warranties.

Ace Fekay, MCSE 2000, MCSE+I, MCSA, MCT, MVP
Microsoft Windows MVP - Active Directory
--
=================================


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bookmark questions Access/Word Error Message Two Questions Kenny G Microsoft Access Form Coding 0 1st Aug 2008 05:11 PM
Linksys NAS200 questions (general questions about RAID 0, 1) Aloke Prasad Storage Devices 0 6th Aug 2007 02:04 AM
Form that asks questions based on responses to other Questions =?Utf-8?B?YWtrcnVn?= Microsoft Access Getting Started 3 6th Jul 2007 03:43 PM
Re: After the Deletion of Google Answers, U Got Questions Fills the Gap Answering and Asking the Tough Questions sechumlib Microsoft C# .NET 0 7th May 2007 08:35 PM
SATA drive questions + raid questions O |V| 3 G A DIY PC 17 30th Sep 2003 12:28 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:26 PM.