Petri IT Knowledgebase Forums
 

Petri.co.il forums Home Forums Start Page Forums Frequently Asked Questions FAQ Member List Members List
Go Back   Petri IT Knowledgebase Forums > Microsoft Networking Services > Active Directory
Petri.co.il is happy to award auglan the title of Most Valuable Member !!!
Register Calendar Calendar Search Petri IT Knowledgebase Forums Search Todays Posts Today's Posts Mark Forums Read

Notices

DNS not resolving a domain

DNS not resolving a domain

this thread has 4 replies and has been viewed 3415 times

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12th August 2005, 01:51
MrCaps MrCaps is offline
Casual
Casual
 
 Join Date: May 2005
  6 month star 12 month star
 Location: Australia
 Posts: 40
  Send a message via AIM to MrCaps Send a message via MSN to MrCaps Send a message via Yahoo to MrCaps
 Reputation: MrCaps is on a distinguished road (10)
Default DNS not resolving a domain

Hello

I have an interesting one.

We use internal DNS servers that are configured to look-up by directly querying the root hints. DNS Forwarding is not used.

They work fine and normally never miss a beat. However, a problem was found by one of end users. They can not resolve the name www.jetstar.com.au

I do a NSLOOKUP on our DNS servers and it returns the address is unknown. I switch the NSLOOKUP to one of the main ISP servers in Australia and it returns an IP fine.

I don't want to switch the servers to forwarding as this is a big company and I can't just do that, so please don't suggest it.

I'm really baffled as to why this is happening. Can someone give some pointers to get me going so I can resolve this issue, or at least understand why it is happening.

Cheers

Mr Caps
  #2  
Old 12th August 2005, 07:55
sniksahs sniksahs is offline
Casual
Casual
 
 Join Date: Dec 2004
  6 month star 12 month star
 Posts: 30
 Reputation: sniksahs is on a distinguished road (10)
Talking Re: DNS not resolving a domain

Probably Richard Branson trying to drum up business by blocking the competition!!!
  #3  
Old 12th August 2005, 08:12
guyt's Avatar
guyt guyt is offline
[MSFT]
Guru
 
 Join Date: Nov 2003
  6 month star 12 month star
 Location: Israel
 Posts: 1,766
  Send a message via MSN to guyt
 Reputation: guyt is a name known to allguyt is a name known to allguyt is a name known to allguyt is a name known to allguyt is a name known to allguyt is a name known to all (592)
Default Re: DNS not resolving a domain

try to examine the output of nslookup in debug mode.

do:
Code:
c:>nslookup
set d2
www.jetstar.com.au
you will see the DNS query flow.
if still in trouble, paste the output here and I will try to see if I can spot anything.
__________________
Guy Teverovsky
http://blogs.technet.com/b/isrpfeplat/
"Smith & Wesson - the original point and click interface"
  #4  
Old 12th August 2005, 10:26
MrCaps MrCaps is offline
Casual
Casual
 
 Join Date: May 2005
  6 month star 12 month star
 Location: Australia
 Posts: 40
  Send a message via AIM to MrCaps Send a message via MSN to MrCaps Send a message via Yahoo to MrCaps
 Reputation: MrCaps is on a distinguished road (10)
Default Re: DNS not resolving a domain

Hi

This is the output.

I'm guessing from what I see the COMPANY.com.au is being appended to www.jetstar.com.au.

I'm also guessing that this is originating from the client setting appending the DNS suffix in the TCP/IP settings in the network stack. Still testing this idea.

What do you think?

> set d2
> www.jetstar.com.au
Server: DNSSERVER.COMPANY.com.au
Address: 172.19.22.37

------------
SendRequest(), len 47
HEADER:
opcode = QUERY, id = 2, rcode = NOERROR
header flags: query, want recursion
questions = 1, answers = 0, authority records = 0, additional = 0

QUESTIONS:
www.jetstar.com.au.COMPANY.com.au, type = A, class = IN

------------
------------
Got answer (112 bytes):
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:
www.jetstar.com.au.COMPANY.com.au, type = A, class = IN
AUTHORITY RECORDS:
-> COMPANY.com.au
type = SOA, class = IN, dlen = 43
ttl = 3600 (1 hour)
primary name server = DNSSERVER.COMPANY.com.au
responsible mail addr = COMPANY.com
serial = 845980
refresh = 900 (15 mins)
retry = 600 (10 mins)
expire = 86400 (1 day)
default TTL = 3600 (1 hour)

------------
------------
SendRequest(), len 43
HEADER:
opcode = QUERY, id = 3, rcode = NOERROR
header flags: query, want recursion
questions = 1, answers = 0, authority records = 0, additional = 0

QUESTIONS:
www.jetstar.com.au.com.au, type = A, class = IN

------------
------------
Got answer (118 bytes):
HEADER:
opcode = QUERY, id = 3, rcode = NXDOMAIN
header flags: response, auth. answer
questions = 1, answers = 0, authority records = 1, additional = 0

QUESTIONS:
www.jetstar.com.au.com.au, type = A, class = IN
AUTHORITY RECORDS:
-> com.au
type = SOA, class = IN, dlen = 63
ttl = 86400 (1 day)
primary name server = ns1.ausregistry.net
responsible mail addr = dns.ausregistry.net.au
serial = 2005455722
refresh = 14400 (4 hours)
retry = 3600 (1 hour)
expire = 3600000 (41 days 16 hours)
default TTL = 86400 (1 day)

------------
------------
SendRequest(), len 36
HEADER:
opcode = QUERY, id = 4, rcode = NOERROR
header flags: query, want recursion
questions = 1, answers = 0, authority records = 0, additional = 0

QUESTIONS:
www.jetstar.com.au, type = A, class = IN

------------
DNS request timed out.
timeout was 2 seconds.
timeout (2 secs)
SendRequest failed
*** Request to DNSSERVER.COMPANY.com.au timed-out
>
  #5  
Old 12th August 2005, 10:30
MrCaps MrCaps is offline
Casual
Casual
 
 Join Date: May 2005
  6 month star 12 month star
 Location: Australia
 Posts: 40
  Send a message via AIM to MrCaps Send a message via MSN to MrCaps Send a message via Yahoo to MrCaps
 Reputation: MrCaps is on a distinguished road (10)
Default Re: DNS not resolving a domain

Actually scratch my last comment. It is stepping down through the suffixes. A similar search on Yahoo will do exactly the same thing and then resolve at the end.


Quote:
Originally Posted by MrCaps
Hi

This is the output.

I'm guessing from what I see the COMPANY.com.au is being appended to www.jetstar.com.au.

I'm also guessing that this is originating from the client setting appending the DNS suffix in the TCP/IP settings in the network stack. Still testing this idea.

What do you think?

> set d2
> www.jetstar.com.au
Server: DNSSERVER.COMPANY.com.au
Address: 172.19.22.37

------------
SendRequest(), len 47
HEADER:
opcode = QUERY, id = 2, rcode = NOERROR
header flags: query, want recursion
questions = 1, answers = 0, authority records = 0, additional = 0

QUESTIONS:
www.jetstar.com.au.COMPANY.com.au, type = A, class = IN

------------
------------
Got answer (112 bytes):
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:
www.jetstar.com.au.COMPANY.com.au, type = A, class = IN
AUTHORITY RECORDS:
-> COMPANY.com.au
type = SOA, class = IN, dlen = 43
ttl = 3600 (1 hour)
primary name server = DNSSERVER.COMPANY.com.au
responsible mail addr = COMPANY.com
serial = 845980
refresh = 900 (15 mins)
retry = 600 (10 mins)
expire = 86400 (1 day)
default TTL = 3600 (1 hour)

------------
------------
SendRequest(), len 43
HEADER:
opcode = QUERY, id = 3, rcode = NOERROR
header flags: query, want recursion
questions = 1, answers = 0, authority records = 0, additional = 0

QUESTIONS:
www.jetstar.com.au.com.au, type = A, class = IN

------------
------------
Got answer (118 bytes):
HEADER:
opcode = QUERY, id = 3, rcode = NXDOMAIN
header flags: response, auth. answer
questions = 1, answers = 0, authority records = 1, additional = 0

QUESTIONS:
www.jetstar.com.au.com.au, type = A, class = IN
AUTHORITY RECORDS:
-> com.au
type = SOA, class = IN, dlen = 63
ttl = 86400 (1 day)
primary name server = ns1.ausregistry.net
responsible mail addr = dns.ausregistry.net.au
serial = 2005455722
refresh = 14400 (4 hours)
retry = 3600 (1 hour)
expire = 3600000 (41 days 16 hours)
default TTL = 86400 (1 day)

------------
------------
SendRequest(), len 36
HEADER:
opcode = QUERY, id = 4, rcode = NOERROR
header flags: query, want recursion
questions = 1, answers = 0, authority records = 0, additional = 0

QUESTIONS:
www.jetstar.com.au, type = A, class = IN

------------
DNS request timed out.
timeout was 2 seconds.
timeout (2 secs)
SendRequest failed
*** Request to DNSSERVER.COMPANY.com.au timed-out
>
Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows 2000/XP Clients Still Logging On to Netbios Domain After Upgrade enkei Active Directory 3 31st December 2005 00:45
single forest - multiple domain - bad dns planning terry712 Active Directory 1 3rd October 2005 09:24
DNS Reverse/forward oddity! stoo.mp Windows Server 2000 / 2003 11 29th June 2005 03:57
DNS Problem when setting up Child Domain poweredge4000 Active Directory 2 27th May 2005 16:30
Problem with AD inegrated DNS!!! (2003 E) MAO Active Directory 2 10th December 2003 23:48


All times are GMT +3. The time now is 18:36.

Steel Blue 3.5.4 vBulletin Style ©2006 vBEnhanced
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
 

Valid XHTML 1.0!   Valid CSS!

Copyright 2005 Daniel Petri