PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Noms de domaine > ms.public.win.server.dns > DNS times out, but still resolves name
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
DNS times out, but still resolves name

Réponse
 
LinkBack Outils de la discussion
Vieux 26/07/2006, 17h51   #1
frandsend@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut DNS times out, but still resolves name

Hello. I am having some dns issues, and I am hoping you guys can
me out. I have read through this group, and have found some similar
problems, but no solution.

My Domain info:
gcsd.edu (domain controller dc.gcsd.edu, ip 172.16.240.1, 172.16.240.2)
Child domains: rre.gcsd.edu, hmk.gcsd.edu, ms.gcsd.edu

When I perform an nslookup on any machine in the domain I get "DNS
Request timed out. Timeout was 2 seconds" but then it correctly
resolves the ip address. If I put a "." at the end it resolves
immediately. Also, computers on the child domains can ping computers
on all domains without the fqdn and quickly. Computers on the top
domain, gcsd.edu, can only ping each other after a long delay, but can
ping computers in child domains quickly. I have played around with the
dns suffixes, and changed all the settings, but it doesn't . I am
attaching an nslookup -ds performed on my machine (which is in the root
gcsd.edu domain). All the domain controllers are pointing to
themselves for dns with a forwarder to the root domain. The root
domain conroller has a forwarder to our isp for dns queries it can't
resolve. I have run dcdiag, and it passes all tests. Netdiag turns up
one warning and one error:
" NetBT name test. . . . . . : Passed
[WARNING] At least one of the <00> 'WorkStation Service', <03>
'Messenge
r Service', <20> 'WINS' names is missing.
No remote names have been found."
"DC list test . . . . . . . . . . . : Failed
Failed to enumerate DCs by using the browser.
[ERROR_REQ_NOT_ACCEP]"

I don't know if these are related, but I would really like to solve the
dc list test failure if anyone has any ideas.

Thanks for the !!


nslookup -ds dc.gcsd.edu
------------
Got answer:
HEADER:
opcode = QUERY, id = 1, rcode = NOERROR
header flags: response, auth. answer, want recursion, recursion
avail.
questions = 1, answers = 1, authority records = 0, additional = 0

QUESTIONS:
1.240.16.172.in-addr.arpa, type = PTR, class = IN
ANSWERS:
-> 1.240.16.172.in-addr.arpa
name = dc.gcsd.edu
ttl = 1200 (20 mins)

------------
Server: dc.gcsd.edu
Address: 172.16.240.1

------------
Got answer:
HEADER:
opcode = QUERY, id = 2, rcode = NXDOMAIN
header flags: response, auth. answer, want recursion, recursion
avail.
questions = 1, answers = 0, authority records = 1, additional = 0

QUESTIONS:
dc.gcsd.edu.rre.gcsd.edu, type = A, class = IN
AUTHORITY RECORDS:
-> rre.gcsd.edu
ttl = 3600 (1 hour)
primary name server = dc.gcsd.edu
responsible mail addr = hostmaster.rre.gcsd.edu
serial = 105
refresh = 900 (15 mins)
retry = 600 (10 mins)
expire = 86400 (1 day)
default TTL = 3600 (1 hour)

------------
------------
Got answer:
HEADER:
opcode = QUERY, id = 3, rcode = NXDOMAIN
header flags: response, auth. answer, want recursion, recursion
avail.
questions = 1, answers = 0, authority records = 1, additional = 0

QUESTIONS:
dc.gcsd.edu.ss.gcsd.edu, type = A, class = IN
AUTHORITY RECORDS:
-> gcsd.edu
ttl = 3600 (1 hour)
primary name server = dc.gcsd.edu
responsible mail addr = hostmaster.gcsd.edu
serial = 218
refresh = 900 (15 mins)
retry = 600 (10 mins)
expire = 86400 (1 day)
default TTL = 900 (15 mins)

------------
------------
Got answer:
HEADER:
opcode = QUERY, id = 4, rcode = NXDOMAIN
header flags: response, auth. answer, want recursion, recursion
avail.
questions = 1, answers = 0, authority records = 1, additional = 0

QUESTIONS:
dc.gcsd.edu.hmk.gcsd.edu, type = A, class = IN
AUTHORITY RECORDS:
-> hmk.gcsd.edu
ttl = 3600 (1 hour)
primary name server = dc.gcsd.edu
responsible mail addr = hostmaster.hmk.gcsd.edu
serial = 207
refresh = 900 (15 mins)
retry = 600 (10 mins)
expire = 86400 (1 day)
default TTL = 3600 (1 hour)

------------
------------
Got answer:
HEADER:
opcode = QUERY, id = 5, rcode = NXDOMAIN
header flags: response, auth. answer, want recursion, recursion
avail.
questions = 1, answers = 0, authority records = 1, additional = 0

QUESTIONS:
dc.gcsd.edu.ms.gcsd.edu, type = A, class = IN
AUTHORITY RECORDS:
-> ms.gcsd.edu
ttl = 3600 (1 hour)
primary name server = dc.gcsd.edu
responsible mail addr = hostmaster
serial = 238
refresh = 900 (15 mins)
retry = 600 (10 mins)
expire = 86400 (1 day)
default TTL = 3600 (1 hour)

------------
DNS request timed out.
timeout was 2 seconds.
timeout (2 secs)
------------
Got answer:
HEADER:
opcode = QUERY, id = 7, rcode = NOERROR
header flags: response, auth. answer, want recursion, recursion
avail.
questions = 1, answers = 2, authority records = 0, additional = 0

QUESTIONS:
dc.gcsd.edu, type = A, class = IN
ANSWERS:
-> dc.gcsd.edu
internet address = 172.16.240.1
ttl = 3600 (1 hour)
-> dc.gcsd.edu
internet address = 172.16.240.2
ttl = 3600 (1 hour)

------------
Name: dc.gcsd.edu
Addresses: 172.16.240.1, 172.16.240.2

  Réponse avec citation
Vieux 28/07/2006, 17h36   #2
frandsend@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS times out, but still resolves name

Update:

I disabled recursion on the top level domain controller, and this
seemed to with the problem. But, of course, I lost internet
access, so this is not a solution. I am hoping one you DNS experts can
tell me how to fix this. Thanks!

frandsend@gmail.com wrote:
> Hello. I am having some dns issues, and I am hoping you guys can
> me out. I have read through this group, and have found some similar
> problems, but no solution.
>
> My Domain info:
> gcsd.edu (domain controller dc.gcsd.edu, ip 172.16.240.1, 172.16.240.2)
> Child domains: rre.gcsd.edu, hmk.gcsd.edu, ms.gcsd.edu
>
> When I perform an nslookup on any machine in the domain I get "DNS
> Request timed out. Timeout was 2 seconds" but then it correctly
> resolves the ip address. If I put a "." at the end it resolves
> immediately. Also, computers on the child domains can ping computers
> on all domains without the fqdn and quickly. Computers on the top
> domain, gcsd.edu, can only ping each other after a long delay, but can
> ping computers in child domains quickly. I have played around with the
> dns suffixes, and changed all the settings, but it doesn't . I am
> attaching an nslookup -ds performed on my machine (which is in the root
> gcsd.edu domain). All the domain controllers are pointing to
> themselves for dns with a forwarder to the root domain. The root
> domain conroller has a forwarder to our isp for dns queries it can't
> resolve. I have run dcdiag, and it passes all tests. Netdiag turns up
> one warning and one error:
> " NetBT name test. . . . . . : Passed
> [WARNING] At least one of the <00> 'WorkStation Service', <03>
> 'Messenge
> r Service', <20> 'WINS' names is missing.
> No remote names have been found."
> "DC list test . . . . . . . . . . . : Failed
> Failed to enumerate DCs by using the browser.
> [ERROR_REQ_NOT_ACCEP]"
>
> I don't know if these are related, but I would really like to solve the
> dc list test failure if anyone has any ideas.
>
> Thanks for the !!
>
>
> nslookup -ds dc.gcsd.edu
> ------------
> Got answer:
> HEADER:
> opcode = QUERY, id = 1, rcode = NOERROR
> header flags: response, auth. answer, want recursion, recursion
> avail.
> questions = 1, answers = 1, authority records = 0, additional = 0
>
> QUESTIONS:
> 1.240.16.172.in-addr.arpa, type = PTR, class = IN
> ANSWERS:
> -> 1.240.16.172.in-addr.arpa
> name = dc.gcsd.edu
> ttl = 1200 (20 mins)
>
> ------------
> Server: dc.gcsd.edu
> Address: 172.16.240.1
>
> ------------
> Got answer:
> HEADER:
> opcode = QUERY, id = 2, rcode = NXDOMAIN
> header flags: response, auth. answer, want recursion, recursion
> avail.
> questions = 1, answers = 0, authority records = 1, additional = 0
>
> QUESTIONS:
> dc.gcsd.edu.rre.gcsd.edu, type = A, class = IN
> AUTHORITY RECORDS:
> -> rre.gcsd.edu
> ttl = 3600 (1 hour)
> primary name server = dc.gcsd.edu
> responsible mail addr = hostmaster.rre.gcsd.edu
> serial = 105
> refresh = 900 (15 mins)
> retry = 600 (10 mins)
> expire = 86400 (1 day)
> default TTL = 3600 (1 hour)
>
> ------------
> ------------
> Got answer:
> HEADER:
> opcode = QUERY, id = 3, rcode = NXDOMAIN
> header flags: response, auth. answer, want recursion, recursion
> avail.
> questions = 1, answers = 0, authority records = 1, additional = 0
>
> QUESTIONS:
> dc.gcsd.edu.ss.gcsd.edu, type = A, class = IN
> AUTHORITY RECORDS:
> -> gcsd.edu
> ttl = 3600 (1 hour)
> primary name server = dc.gcsd.edu
> responsible mail addr = hostmaster.gcsd.edu
> serial = 218
> refresh = 900 (15 mins)
> retry = 600 (10 mins)
> expire = 86400 (1 day)
> default TTL = 900 (15 mins)
>
> ------------
> ------------
> Got answer:
> HEADER:
> opcode = QUERY, id = 4, rcode = NXDOMAIN
> header flags: response, auth. answer, want recursion, recursion
> avail.
> questions = 1, answers = 0, authority records = 1, additional = 0
>
> QUESTIONS:
> dc.gcsd.edu.hmk.gcsd.edu, type = A, class = IN
> AUTHORITY RECORDS:
> -> hmk.gcsd.edu
> ttl = 3600 (1 hour)
> primary name server = dc.gcsd.edu
> responsible mail addr = hostmaster.hmk.gcsd.edu
> serial = 207
> refresh = 900 (15 mins)
> retry = 600 (10 mins)
> expire = 86400 (1 day)
> default TTL = 3600 (1 hour)
>
> ------------
> ------------
> Got answer:
> HEADER:
> opcode = QUERY, id = 5, rcode = NXDOMAIN
> header flags: response, auth. answer, want recursion, recursion
> avail.
> questions = 1, answers = 0, authority records = 1, additional = 0
>
> QUESTIONS:
> dc.gcsd.edu.ms.gcsd.edu, type = A, class = IN
> AUTHORITY RECORDS:
> -> ms.gcsd.edu
> ttl = 3600 (1 hour)
> primary name server = dc.gcsd.edu
> responsible mail addr = hostmaster
> serial = 238
> refresh = 900 (15 mins)
> retry = 600 (10 mins)
> expire = 86400 (1 day)
> default TTL = 3600 (1 hour)
>
> ------------
> DNS request timed out.
> timeout was 2 seconds.
> timeout (2 secs)
> ------------
> Got answer:
> HEADER:
> opcode = QUERY, id = 7, rcode = NOERROR
> header flags: response, auth. answer, want recursion, recursion
> avail.
> questions = 1, answers = 2, authority records = 0, additional = 0
>
> QUESTIONS:
> dc.gcsd.edu, type = A, class = IN
> ANSWERS:
> -> dc.gcsd.edu
> internet address = 172.16.240.1
> ttl = 3600 (1 hour)
> -> dc.gcsd.edu
> internet address = 172.16.240.2
> ttl = 3600 (1 hour)
>
> ------------
> Name: dc.gcsd.edu
> Addresses: 172.16.240.1, 172.16.240.2


  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 05h32.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,15677 seconds with 10 queries