Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

DNS Server problem - nslookup DNS request timed out

7,915 views
Skip to first unread message

Andersen @ DK

unread,
Jan 30, 2009, 5:11:01 AM1/30/09
to
Hi

I had a Win2003 DC, sometimes it don't answer DNS requests, even to it self.
everything else seems to work, I can logon remotely to the server etc.

I then made a new DC, now it has the same problem.

The event logs don't have any related errors.

Perfmon tells me that the servers are doing nothing

Any idear how I can solve this?

br

Andersen

U:\>nslookup
DNS request timed out.
timeout was 2 seconds.
*** Can't find server name for address 192.168.1.4: Timed out
Default Server: UnKnown
Address: 192.168.1.4

Meinolf Weber [MVP-DS]

unread,
Jan 30, 2009, 5:16:46 AM1/30/09
to
Hello Andersen DK AndersenDKdiscussions.microsoft.com,

How did you realize that it doesn't answer? Please post an unedited ipconfig
/all from both server's.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

Andersen @ DK

unread,
Jan 30, 2009, 5:28:02 AM1/30/09
to
Hi Meinolf

It started with users don't getting logon script.

U:\>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : bernardo
Primary Dns Suffix . . . . . . . : Hamlet.dk
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : Hamlet.dk

Ethernet adapter HP NIC TEAM:

Connection-specific DNS Suffix . : hamlet.dk
Description . . . . . . . . . . . : HP Network Team #1
Physical Address. . . . . . . . . : 00-17-A4-3B-56-FC
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.1.6
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.4
192.168.1.3

U:\>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : srvdc01
Primary Dns Suffix . . . . . . . : Hamlet.dk
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : hamlet.dk

Ethernet adapter LAN1:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : HP NC7782 Gigabit Server Adapter
Physical Address. . . . . . . . . : 00-14-C2-62-93-27
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.1.4
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.4

Meinolf Weber [MVP-DS]

unread,
Jan 30, 2009, 5:36:36 AM1/30/09
to
Hello Andersen DK AndersenDKdiscussions.microsoft.com,

So Hamlet is a client i assume? Why does it have 2 DNS entries, when you
have only one DNS server?

Andersen @ DK

unread,
Jan 30, 2009, 6:14:01 AM1/30/09
to
Hi Meinolf

Hamlet.dk is the AD domain the 2 Ipconfig's are from the 2 DC + DNS servers,
where I have seen the problem. I do have one more DC where I have not seen
the problem (yet.)

(And yes I know the AD domain has a domain name also used on the internet, I
did not make the AD.)

Meinolf Weber [MVP-DS]

unread,
Jan 30, 2009, 6:27:07 AM1/30/09
to
Hello Andersen DK AndersenDKdiscussions.microsoft.com,

So srvdc01 and bernardo are both DC's and DNS server? Do you use AD integrated
zones, if not i would change to it when the DNS servers are all on the DC.

Then change the ip configuration to this:
bernardo


IP Address. . . . . . . . . . . . : 192.168.1.6
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1

DNS Servers . . . . . . . . . . . : 192.168.1.6
192.168.1.4

srvdc01


IP Address. . . . . . . . . . . . : 192.168.1.4
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.4

192.168.1.6

After the change run ipconfig /registerdns on both DC's and netdiag /fix.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> srvdc01
>


Andersen @ DK

unread,
Jan 30, 2009, 6:35:00 AM1/30/09
to
All DNS is AD integrated.

Ace Fekay [Microsoft Certified Trainer]

unread,
Feb 2, 2009, 10:22:23 AM2/2/09
to
In news:63CFA208-DA8C-44D9...@microsoft.com,
Andersen @ DK <Ander...@discussions.microsoft.com>, posted the following:

Hello Anderson,

I believe what is happening here is that you do not have a reverse zone
created for 192.168.1.x. This is actually not an error, but rather just a
message saying it cannot find a reverse entry for the IP address of the DNS
server it is using.

When nslookup initializes, it looks for a PTR in the reverse zone for the
DNS server that it is using for lookups. In this case, it is using
192.168.1.4. If you do not have a reverse zone, or if one exists, but there
is no reverse entry for 192.168.1.4, it will give you this message. Nslookup
will still work for resulting local forward lookups, and other lookups on
the internet, but it will give you this message each and everytime until a
reverse zone is created.

--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCT
Microsoft Certified Trainer
ace...@mvps.RemoveThisPart.org

For urgent issues, you may want to contact Microsoft PSS directly. Please
check http://support.microsoft.com for regional support phone numbers.

Andersen @ DK

unread,
Feb 3, 2009, 3:36:01 AM2/3/09
to
Hi Ace

The reverse zone and ptr record is there. What could it be?

Ace Fekay [Microsoft Certified Trainer]

unread,
Feb 6, 2009, 11:51:22 PM2/6/09
to
In news:2E767BE4-CBD7-41BF...@microsoft.com,

Andersen @ DK <Ander...@discussions.microsoft.com>, posted the following:
> Hi Ace
>
> The reverse zone and ptr record is there. What could it be?

If you receiving the message saying:


> *** Can't find server name for address 192.168.1.4: Timed out
> Default Server: UnKnown
> Address: 192.168.1.4

It means nslookup cannot find the PTR record in DNS. Apparently nslookup is
using 192.168.1.4 as it's DNS server. You mentioned that the reverse zone is
present along with a PTR for 192.168.1.4.

Did you confirm that PTR record exists on the DNS server located at
192.168.1.4? Curious, which "A" record is the PTR pointing to? Does that "A"
record exist in the Forward Lookup zone?

If you ping:
ping -a 192.168.1.4
Does it resolve the A record (the hostname)?

If you just created the PTR, exit nslookup, and try it again.

Also, do me a favor. Along with the above responses, please post an unedited
ipconfig /all of the machine you are trying this from, as well as from the
DNS (DC) at 192.168.1.4.

Thanks,

Ace

Andersen @ DK

unread,
Feb 9, 2009, 4:09:02 AM2/9/09
to
Hi Ace

The DNS/DC is 192.168.1.4 and resolves fine using ping. I did find that the
PTR reccord was missing on 1 of 3 DC/DNS servers, event they should
replicate, with AD integrated zones. How can this happen?

"C:\Users\rus>ping -a 192.168.1.4

Pinging srvdc01.hamlet.dk [192.168.1.4] with 32 bytes of data:
Reply from 192.168.1.4: bytes=32 time<1ms TTL=127"

IPCONFIG's from the DC's and my Admin pc:

SRVDC01
U:\>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : srvdc01


Primary Dns Suffix . . . . . . . : Hamlet.dk
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

DNS Suffix Search List. . . . . . : hamlet.dk

Ethernet adapter LAN1:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : HP NC7782 Gigabit Server Adapter

Physical Address. . . . . . . . . : 00-14-C2-62-93-27
DHCP Enabled. . . . . . . . . . . : No


IP Address. . . . . . . . . . . . : 192.168.1.4
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.4

SERVER BERNARDO:
Windows IP Configuration

Host Name . . . . . . . . . . . . : bernardo
Primary Dns Suffix . . . . . . . : Hamlet.dk
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

DNS Suffix Search List. . . . . . : Hamlet.dk

Ethernet adapter Local Area Connection 3:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : HP NC7782 Gigabit Server Adapter

Physical Address. . . . . . . . . : 00-17-A4-3B-56-FC
DHCP Enabled. . . . . . . . . . . : No


IP Address. . . . . . . . . . . . : 192.168.1.6
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1

DNS Servers . . . . . . . . . . . : 192.168.1.4
192.168.1.3
Primary WINS Server . . . . . . . : 192.168.1.4

SERVER DC:
Windows IP Configuration

Host Name . . . . . . . . . . . . : DC
Primary Dns Suffix . . . . . . . : Hamlet.dk
Node Type . . . . . . . . . . . . : Unknown


IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

DNS Suffix Search List. . . . . . : Hamlet.dk

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter
Physical Address. . . . . . . . . : 00-0C-29-7E-99-B4
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.1.3


Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.6

192.168.1.3

ADMINPC FRBPCRUS:
Windows IP Configuration

Host Name . . . . . . . . . . . . : FRBPCRUS


Primary Dns Suffix . . . . . . . : Hamlet.dk
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

DNS Suffix Search List. . . . . . : Hamlet.dk

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . : hamlet.dk

Description . . . . . . . . . . . : Intel(R) 82567LM Gigabit Network
Connecti
on
Physical Address. . . . . . . . . : 00-23-7D-00-25-D1
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::dd2e:a54f:82d4:cd88%13(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.100.52(Preferred)


Subnet Mask . . . . . . . . . . . : 255.255.255.0

Lease Obtained. . . . . . . . . . : mandag 9. februar 2009 08:51:02
Lease Expires . . . . . . . . . . : tirsdag 17. februar 2009 09:24:38
Default Gateway . . . . . . . . . : 192.168.100.1
DHCP Server . . . . . . . . . . . : 192.168.1.6


DNS Servers . . . . . . . . . . . : 192.168.1.4

192.168.1.3
Primary WINS Server . . . . . . . : 192.168.1.6
NetBIOS over Tcpip. . . . . . . . : Enabled

Looking forward to you responce.

"Ace Fekay [Microsoft Certified Trainer]" wrote:

Andersen @ DK

unread,
Feb 9, 2009, 5:25:01 AM2/9/09
to
Hi Ace

I also found this event:

Event Type: Error
Event Source: DNS
Event Category: None
Event ID: 4015
Date: 06.02.2009
Time: 15:02:43
User: N/A
Computer: SRVDC01
Description:
The DNS server has encountered a critical error from the Active Directory.
Check that the Active Directory is functioning properly. The extended error
debug information (which may be empty) is "". The event data contains the
error.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 51 00 00 00 Q...

Meinolf Weber [MVP-DS]

unread,
Feb 9, 2009, 6:39:54 AM2/9/09
to
Hello Andersen DK AndersenDKdiscussions.microsoft.com,

For srvdc01 configure at least one of the other DNS as secondary DNS server.

For 4015 see here:
http://www.eventid.net/display.asp?eventid=4015&eventno=333&source=DNS&phase=1

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

Ace Fekay [Microsoft Certified Trainer]

unread,
Feb 9, 2009, 4:59:00 PM2/9/09
to
In news:96D60B86-D423-42B0...@microsoft.com,

Andersen @ DK <Ander...@discussions.microsoft.com>, posted the following:
> Hi Ace
>
> I also found this event:
>
> Event Type: Error
> Event Source: DNS
> Event Category: None
> Event ID: 4015
> Date: 06.02.2009
> Time: 15:02:43
> User: N/A
> Computer: SRVDC01


Hmm, the ipconfigs look fine. So there is a replication problem, it appears,
or maybe not. Do you see any errors in the directory service and NTFRS logs?

Curious, what replication scope are the zones set to? Please check all three
servers. The scopes must match. If they are different, then indeed it would
cause problems, specifically it will create duplicate zones in the AD
database, which can be one of the many causes of 4015's, 4515's, etc.

To check if you have duplicate zones, you can use ADSI Edit. Check the
DomainNC, DomainDnsZones and ForestDnsZones partititions. The following link
explains how to use ADSI Edit. I have more specifics concerning this issue
and can post the info, that is if this is the case.

http://kbalertz.com/867464/Event-logged-Server-Windows-Server.aspx

Ace

Andersen @ DK

unread,
Feb 11, 2009, 4:29:02 AM2/11/09
to
Hi Ace

See my answer below:

> Hmm, the ipconfigs look fine. So there is a replication problem, it appears,
> or maybe not. Do you see any errors in the directory service and NTFRS logs?
>

OK

> Curious, what replication scope are the zones set to? Please check all three
> servers. The scopes must match. If they are different, then indeed it would
> cause problems, specifically it will create duplicate zones in the AD
> database, which can be one of the many causes of 4015's, 4515's, etc.
>

Replication is set to "All Domain Controlers in the AD Domain", Allow Zone
Transfere to Servers in the Name Servers Tab, and notify servers in the NAme
servers tab. this is the same on all 3 servers.

> To check if you have duplicate zones, you can use ADSI Edit. Check the
> DomainNC, DomainDnsZones and ForestDnsZones partititions. The following link
> explains how to use ADSI Edit. I have more specifics concerning this issue
> and can post the info, that is if this is the case.
>
> http://kbalertz.com/867464/Event-logged-Server-Windows-Server.aspx

The "To all domain controllers in the Active Directory domain" Option 3 from
the link.

however I did find a zone for a external domain, in both DomainDNSZones and
ForestDNSZones. would this be a problem?

Regards

Andersen


"Ace Fekay [Microsoft Certified Trainer]" wrote:

Andersen @ DK

unread,
Feb 11, 2009, 4:32:01 AM2/11/09
to

Done.

Meinolf Weber [MVP-DS]

unread,
Feb 11, 2009, 4:53:59 AM2/11/09
to
Hello Andersen DK AndersenDKdiscussions.microsoft.com,

What's the reason for the external domain zone?

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

Ace Fekay [Microsoft Certified Trainer]

unread,
Feb 12, 2009, 1:48:19 AM2/12/09
to
In news:DBBD0BC6-7CF1-4243...@microsoft.com,

Andersen @ DK <Ander...@discussions.microsoft.com>, posted the following:
> Hi Ace
>

You checked the zone scope settings on both DCs? Reason is they may be set
differently on each.

Did you create the external domain name? Does it exist when you look at the
DNS console?

Are both DCs Windows 2003?

Ace

Andersen @ DK

unread,
Feb 18, 2009, 2:34:01 AM2/18/09
to
Hi Ace

> You checked the zone scope settings on both DCs? Reason is they may be set
> differently on each.
>

Checked Both, its the same.

> Did you create the external domain name? Does it exist when you look at the
> DNS console?
>

The external domain, shows up in DNS console.

> Are both DCs Windows 2003?

All 3 DC's are Win2003 SP2, but I see one is without R2, could this be a
problem?

Andersen

"Ace Fekay [Microsoft Certified Trainer]" wrote:

Ace Fekay [Microsoft Certified Trainer]

unread,
Feb 18, 2009, 1:19:44 PM2/18/09
to
In news:4868D9C1-CD84-4D15...@microsoft.com,

Andersen @ DK <Ander...@discussions.microsoft.com>, posted the following:
> Hi Ace
>
>> You checked the zone scope settings on both DCs? Reason is they may
>> be set differently on each.
>>
> Checked Both, its the same.
>
>> Did you create the external domain name? Does it exist when you look
>> at the DNS console?
>>
> The external domain, shows up in DNS console.
>
>> Are both DCs Windows 2003?
>
> All 3 DC's are Win2003 SP2, but I see one is without R2, could this
> be a problem?
>


Hi Andersen

You have 3 Dcs? Sorry, thought there were 2. Is the zone's scope that same
on the thrid as well?

On ALL of your DCs, first set the DNS address in their IP properties to only
use one of the DCs. Let's use 192.168.1.6, since I don't think there is a
problem with that guy. Then run the following all all DCs:
ipconfig /registerdns
net stop netlogon
net start netlogon

Then run the following nslookup commands and post the responses, please. You
can copy and paste everything out of the command prompt.

nslookup
> bernardo
> bernardo.Hamlet.dk
> DC
> DC.Hamlet.dk
> SRVDC01
> SRVDC01.Hamlet.dk

Thank you,
Ace

Andersen @ DK

unread,
Feb 20, 2009, 5:05:02 AM2/20/09
to
Hi Ace

(First, I changed ip addresses, because I had to move DHCP from bernardo to
SRVDC01, I did this without any problem.)

I run the commands and output is the same on all servers, if I point to
SRVDC01 (192.168.1.6/192.168.1.4) or bernardo (192.168.1.210). If I use DC
(192.168.1.3) as the secounddary ip address on SRVDC01 192.168.1.4 is missing
from the output. The server DC is the only one thats not R2 upgraded. Is this
the problem?

Because of this I have now set all 3 DC's to use primary DNS SRVDC01
192.168.1.6 and secondary bernardo 192.168.1.210

Should I demount DC and reinstall it?

Output below:

U:\>nslookup
Default Server: srvdc01.hamlet.dk
Address: 192.168.1.6

> bernardo
Server: srvdc01.hamlet.dk
Address: 192.168.1.6

Name: bernardo.hamlet.dk
Address: 192.168.1.210

> bernardo.hamlet.dk
Server: srvdc01.hamlet.dk
Address: 192.168.1.6

Name: bernardo.hamlet.dk
Address: 192.168.1.210

> dc
Server: srvdc01.hamlet.dk
Address: 192.168.1.6

Name: dc.hamlet.dk
Address: 192.168.1.3

> dc.hamlet.dk
Server: srvdc01.hamlet.dk
Address: 192.168.1.6

Name: dc.hamlet.dk
Address: 192.168.1.3

> srvdc01
Server: srvdc01.hamlet.dk
Address: 192.168.1.6

Name: srvdc01.hamlet.dk
Addresses: 192.168.1.4, 192.168.1.6

> srvdc01.hamlet.dk
Server: srvdc01.hamlet.dk
Address: 192.168.1.6

Name: srvdc01.hamlet.dk
Addresses: 192.168.1.4, 192.168.1.6

---Using DC 192.168.1.3 as DNS below---

> srvdc01
Server: dc.hamlet.dk
Address: 192.168.1.3

Name: srvdc01.hamlet.dk
Address: 192.168.1.6

--Here the secoundary ip address from SRVDC01 is missing---

> srvdc01.hamlet.dk
Server: dc.hamlet.dk
Address: 192.168.1.3

Name: srvdc01.hamlet.dk
Address: 192.168.1.6

Below ipconfigs:
U:\>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : srvdc01
Primary Dns Suffix . . . . . . . : Hamlet.dk
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : hamlet.dk

Ethernet adapter LAN1:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : HP NC7782 Gigabit Server Adapter
Physical Address. . . . . . . . . : 00-14-C2-62-93-27
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.1.4
Subnet Mask . . . . . . . . . . . : 255.255.255.0

IP Address. . . . . . . . . . . . : 192.168.1.6
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1

DNS Servers . . . . . . . . . . . : 192.168.1.3

"Ace Fekay [Microsoft Certified Trainer]" wrote:

Ace Fekay [Microsoft Certified Trainer]

unread,
Feb 20, 2009, 12:46:15 PM2/20/09
to
In news:E6B3C69B-89C4-4C62...@microsoft.com,

Andersen @ DK <Ander...@discussions.microsoft.com>, posted the following:
> Hi Ace
>


Hi Anderson,

The nslookups look good.

From what I see, Ididn't realize that SRVDC01 has two IPs. This can be a big
problem with Active Directory functionality on the DC, as well as providing
inconsistenc results with lookups. I didn't realize that until now. I would
suggest to remove the extra IP address to insure DC functionality. It is a
known technical issue with domain controllers that are either multihomed or
that have more than one IP on an interface. I can provide you technical KB
articles that explain this, but one engineer to another, please take my word
on this.

Also, I don't think R2 has anything to do with this issue. It doesn't matter
the OS version that AD is running on when it comes to multihoming and Active
Directory domain controllers.

Ace

Andersen @ DK

unread,
Mar 2, 2009, 5:58:14 AM3/2/09
to
Hi Ace

I removed 2 servers and made a new, reusing the IP's wating a few days.
I have now 2 DC's:

SRVDC01 192.168.1.6
SRVDC02 192.168.1.4

Looks like its working :-) Thanks.

Andersen

"Ace Fekay [Microsoft Certified Trainer]" wrote:

Ace Fekay [Microsoft Certified Trainer]

unread,
Mar 3, 2009, 1:20:05 AM3/3/09
to
In news:36489B78-C60A-4F6C...@microsoft.com,

Andersen @ DK <Ander...@discussions.microsoft.com>, posted the following:
> Hi Ace
>
> I removed 2 servers and made a new, reusing the IP's wating a few
> days. I have now 2 DC's:
>
> SRVDC01 192.168.1.6
> SRVDC02 192.168.1.4
>

Good to hear!

Multiple IPs on a DC is trouble. There are ways to force a DC to work with
them, but it is not recommended. Glad to hear you went with this solution.

Please post back if you have any other questions.

Ace


Andersen @ DK

unread,
Mar 3, 2009, 5:23:01 AM3/3/09
to
Hi Ace

It looks like I still have some problem, see below paste from NETDIAG, and
let me know what you think.

Thanks for your help.

Andersen

NETDIAG:
---------------------
Testing the WINS server
LAN1
Sending name query to primary WINS server 192.168.1.4 - Passed
Sending name query to secondary WINS server 192.168.1.6 - Passed
Gathering Winsock information.
Testing DNS
[FATAL] Could not open file C:\WINDOWS\system32\config\netlogon.dns for
reading.
[FATAL] Could not open file C:\WINDOWS\system32\config\netlogon.dns for
reading.
[FATAL] No DNS servers have the DNS records for this DC registered.
Testing redirector and browser... Failed
Testing DC discovery.
Looking for a DC
Looking for a PDC emulator
Looking for an Active Directory DC
--------------------

"Ace Fekay [Microsoft Certified Trainer]" wrote:

Ace Fekay [Microsoft Certified Trainer]

unread,
Mar 4, 2009, 12:17:15 AM3/4/09
to

"Andersen @ DK" <Ander...@discussions.microsoft.com> wrote in message
news:F6B6B2B8-15C9-4EF1...@microsoft.com...

Cannot open netlogon.dns? Try this:

Rename the system32\config\netlogon.dns and system32\config\netlogon.bak
files adding a ".old" to the end of them. Then run the following:

ipconfig /registerdns
net stop netlogon
net start netlogon

Check the event viewer for any errors in any of the logs. Check DNS to make
sure the SRV registered properly. Also make sure there is only one "(same as
parent)" record entered for this DC.

Then re-run netdiag and then dcdiag, in that order, with the /fix switch:
netdiag /v /fix
dcdiag /v /fix

Ace

0 new messages