Mombu the Microsoft Forum

Go Back   Mombu the Microsoft Forum > Microsoft > Forwarders cannot be validated and recursive query fails
User Name
Password
REGISTER NOW! Mark Forums Read




Reply Bookmark and Share
1 18th November 13:19
bennett
External User
 
Posts: 1
Default Forwarders cannot be validated and recursive query fails



I'm migrating one of my clients from Windows Server 2003 to 2008. However,
DNS recursive query and nslookup are failing on the new 2008 DC. Yes,
recursion is enabled (or rather not disabled on Advanced tab). I have the
same forwarders and root hints as my working 2003 DC and I can telnet to the
forwarders' port 53 from the 2008 DC. Event logs show no errors.

Odd thing is, when adding the forwarders, their FQDN resolved, but the
Validated column said "An unknown error occurred while validating the
server." Can't find anything about this message online and can't find any
event, log entry, or other explanation of what this error is. Guess that's
why it says "unknown error".

Seems obvious problem is recursion/forwarding, but I can't figure out how to
diagnose the problem since recursion is already enabled. Help!
  Reply With Quote


 


2 18th November 13:19
ace fekay [microsoft certified trainer]
External User
 
Posts: 1
Default Forwarders cannot be validated and recursive query fails



In news:FE3163AC-5F17-4ABB-847E-3FE86C5F1F3E@microsoft.com,
Bennett <Bennett@discussions.microsoft.com>, posted the following:


I see you tested with telnet, but that only indicates if TCP is responding.
Telnet is TCP based, not UDP. Keep in mind, by default, DNS on Windows 2003
and newer, uses EDNS0, which uses UDP to query (if the response packet is
under 1280 bytes, not like the old 500 bytes using non-EDNS0). It will
switch to TCP if the response packet is greater than 1280 bytes.

Use nslookup to test it. If it doesn't work with a simple nslookup test,
use the 'set vc' option in nslookup to force TCP and see if it works. If it
does, it says UDP is blocked.

Example:

nslookup
testmachine.yourdomain.com
www.OnSomeOtherOutsideDomain.com
www.yahoo.com

if it doesn't work, try:

nslookup
set vc
(and retry the queries)

Also try nslookup diagnostic mode:
nslookup
set d2

and post your results, please

--
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
aceman@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.
  Reply With Quote
3 18th November 13:19
bennett
External User
 
Posts: 1
Default Forwarders cannot be validated and recursive query fails


Never considered the TCP/UDP aspect of telnet. Have to remember that.

Already used nslookup d2 to test & failed (hadn't tried set vc, but that
failed, too). I had even compared d2 output to my 2003 server and didn't see
anything significant. Only real difference was a nondescript "rcode =
SERVFAIL" instead of NOERROR. Pretty worthless, but maybe you can glean
something from the results that I missed: ==================================================

Server: xxx.xxxxxx.com
Address: xxx.xxx.xxx.xxx

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

QUESTIONS:
microsoft.com.xxxxxx.com, type = A, class = IN AUTHORITY RECORDS:
-> xxxxxx.com
ttl = 3600 (1 hour)
primary name server = xxx.xxxxxx.com
responsible mail addr = hostmaster
serial = 10377
refresh = 900 (15 mins)
retry = 600 (10 mins)
expire = 86400 (1 day)
default TTL = 3600 (1 hour)

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

QUESTIONS:
microsoft.com.xxxxxx.com, type = AAAA, class = IN AUTHORITY RECORDS:
-> xxxxxx.com
ttl = 3600 (1 hour)
primary name server = xxx.xxxxxx.com
responsible mail addr = hostmaster
serial = 10377
refresh = 900 (15 mins)
retry = 600 (10 mins)
expire = 86400 (1 day)
default TTL = 3600 (1 hour)

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

QUESTIONS:
microsoft.com, type = A, class = IN

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

QUESTIONS:
microsoft.com, type = AAAA, class = IN

------------
*** xxx.xxxxxx.com can't find microsoft.com: Server failed
==================================================
  Reply With Quote
4 18th November 13:20
ace fekay [microsoft certified trainer]
External User
 
Posts: 1
Default Forwarders cannot be validated and recursive query fails


In news:4BDEE339-ED75-4D9E-B08B-78A444CD8474@microsoft.com,
Bennett <Bennett@discussions.microsoft.com>, posted the following:


The Servfail is saying that it could not get the response from the server it
was using, and NXDDOMAIN is saying the domain doesn't exist. It sounds like
the query is not passing through or returning through a firewall. What type
of firewall are you using? Is UDP53 permitted through it? But you said set
vc did not work either? Canyou describe your setup a little, please?

Ace
  Reply With Quote
5 18th November 13:20
bennett
External User
 
Posts: 1
Default Forwarders cannot be validated and recursive query fails


My suspicions were port 53 blocked, too, because if I add the old 2003
server to the 2008's forwarders, it works. However, I can't find where (or
even if) its blocked. Firewall is pfSense (FreeBSD-based packet filter).
All outbound LAN traffic is allowed except port 25 from non-mail servers.
Even so, I added a rule to explicitly allow TCP/UDP port 53 from this server.
I disabled Windows Server 2008 firewall to eliminate it from the picture,
even though it has multiple built-in rules on all profiles to explicitly
allow port 53 and even allow all traffic from DNS Service.

However, as I said before I added firewall rules and disabled firewalls, I
can telnet port 53 from this server to the external DNS but nslookup with set
vc still fails. So the port works, but DNS service doesn't.

Something interesting I didn't notice earlier. When I first open nslookup,
it doesn't find this DNS server it's running on and I have manually set the
server. The startup looks like this:
C:\>nslookup
Default Server: UnKnown
Address: ::1

Colons made me suspicious of IP6, so I disabled it, and now nslookup finds
server localhost 127.0.0.1, but still no worky. Still same nondescript
SERVFAIL error, but nothing else. Aaaarrrggghh!
  Reply With Quote
6 18th November 13:20
ace fekay [microsoft certified trainer]
External User
 
Posts: 1
Default Forwarders cannot be validated and recursive query fails


In newsB2EF9E8-3028-437B-BA22-DDF84E4032ED@microsoft.com,
Bennett <Bennett@discussions.microsoft.com>, posted the following:


Is there an 'established' rule to allow any outbound requests (other than
http and https) to the 2008 server? Can you mimic the 2003 server's rules in
the firewall for the 2008's server's IP?

As a test, unplug the 2003 server, then change the 2008 server's IP to the
one the 2003 server is using, then test it. Does it work? (of course do this
after hours, especially if the 2003 server is a prod server).

Remove the loopback and change the DNS address to the actual server's IP.

Ace
  Reply With Quote
7 18th November 13:20
bennett
External User
 
Posts: 1
Default Forwarders cannot be validated and recursive query fails


Found problem/solution! Just for giggles, I tried OpenDNS and viola,
they're validated and everything works! If I set nslookup server to Time
Warner DNS servers on both 2003/2008 boxes, I get "rcode = REFUSED" on
lookups. Frankly, now I'm not sure how 2003 server was working at all since
these are the only external DNS listed anywhere in it. I'll try to figure
that out after the 2008 switch is complete but before I decommission the 2003
box. In the meantime, I'm using OpenDNS & some Time Warner DNS snagged from
another local Time Warner client because all the other DNS servers I could
find on the worthless Time Warner business-class "support" website fail, too.
:P

Thanks for assistance, Ace. Problem was all Time Warner's DNS servers.
  Reply With Quote
8 23rd November 00:07
ace fekay [microsoft certified trainer]
External User
 
Posts: 1
Default Forwarders cannot be validated and recursive query fails


In news:EA1DDA4B-407E-40AE-9E3A-2D36489001DB@microsoft.com,
Bennett <Bennett@discussions.microsoft.com>, posted the following:


Ahh, interesting. I bet if you ran nslookup with the d2 switch (set d2),
that you will find at the recursion request portion, it would say recursion
is not available. Apparently they have it turned off for customers outside
of their network, or turned off period. I would have suggested to try
4.2.2.2, but it didn't occur to me it would be an external DNS issue.

Good to see you have it working. Good luck. Post back if you have any other
questions.

Ace
  Reply With Quote
Reply


Thread Tools
Display Modes


Some other forums that might be of your interest : Access internet, Access security, Access install and configure, Excel setup, Desktop operating system, Server operating systems, Desktop products and technologies, Frontpage add-ins, Frontpage general questions, Frontpage server extensions, Frontpage extensions unix, Office intranets, Office general questions, Office setup, Outlook install and configure, Outlook interop, Outlook team folders, Powerpoint general questions, Powerpoint for mac, Microsoft project general, Word setup networking, Scripting remote, Scripting vb script, Scripting wsh, Windows application compatibility, Windows server scripting, Windows server setup, Windows server networking, Windows server general, Windows server dns, Windows server clustering, Windows server active directory, Windows msi, Windows group policy, Windows file system, Windows terminal services, Windows 64bit edition, Software update services, Windows 2000 active directory, Windows 2000 advanced server, Windows 2000 app compatibility, Windows 2000 command prompt, Windows 2000 dns, Windows 2000 fax, Windows 2000 file sys and svcs, Windows 2000 general, Windows 2000 group policy, Windows 2000 hardware, Windows 2000 multimedia, Windows 2000 netware, Windows 2000 networking, Windows 2000 printing, Windows 2000 ras/routing, Windows 2000 registry, Windows 2000 security, Windows 2000 setup, Windows 2000 deployment, Win2000 term srvr applications, Windows 2000 remote desktop, Windows application compatibility, Windows server scripting, Windows application compatibility, Windows nt app. compatibility, Windows nt dns, Windows nt domain, Windows nt general, Windows nt protocols general, Windows nt ras, Windows nt routing, Windows nt setup, Windows nt tcp/ip, Terminal server connectivity, Terminal server setup, Windows programmer controls, Windows programmer misc, Windows programmer nt kernel mode, Windows programmer tools mfc, Windows programmer win32, Microsoft related in newsgroups, Comp microsoft windows, Comp os windows xp, Os windows xp, Os windows-xp, Alt microsoft windows, Alt microsoft windows me, Alt microsoft windows w2k, Alt microsoft windows xp, Uk microsoft windows (comp-os), Alt winsock programming, Comp databases ms access, Comp databases paradox, Wine windows emulator, Pegasus mail ms windows, Eudora mail ms windows, Windows xp basics discussion, Windows xp customizing, Windows xp general discussion, Windows xp hardware, Windows xp help and support, Windows xp networking discussion, Performance and maintenance, Windows xp security and administration, Windows xp setup and deployment, Windows xp working remotely, Windows 95 dial-up networking, Windows 95 general, Windows 95 networking, Windows 98 modems, Windows 98 general, Windows 98 internet, Windows 98 networking, Windows 98 performance, Windows 98 setup, Radius, Internet explorer nt, Internet explorer rights management, Internet explorer security, Internet explorer 6 browser, Internet explorer 6 ieak, Internet explorer 6 outlook express, Internet explorer 6 setup, Internet explorer 5.5 add-ons, Internet explorer 5.5 browser, Internet explorer 5.5 outlook express, Internet explorer 5.5 setup, Internet explorer 5 browser, Internet explorer 5 general, Internet explorer 5 outlook express, Microsoft project general, Microsoft project server, Microsoft project developer, Visio network design docs, Visio troubleshooting, Visio installation, Visio createshapes, Servers, Application center administration, Application center cluster load bal., Application center health monitor, Application center network load balanc., Application center setup, Application center usage, Biztalk server general, Biztalk server admin, Biztalk server admintools, Biztalk server application integration, Biztalk server edi_flatfiles, Biztalk server framework, Biztalk server library, Biztalk server new user, Biztalk server orchestration, Biztalk server, Biztalk server sdk, Biztalk server setup, Biztalk server xml tools, Biztalk server xlangs, Biztalk server non-xml, Biztalk accelerator financial services, Biztalk accelerator hipaa, Biztalk accelerator hl7, Biztalk accelerator rosettanet, Biztalk accelerator suppliers, Commerce server analysis, Commerce server business desk, Commerce server campaigns, Commerce server catalog, Commerce server data warehousing, Commerce server deployment, Commerce server general, Commerce server (sdk), Commerce server solution sites, Commerce server userprofile mgmt, Cms general, Cms evaluation, Data protection manager, Exchange server clients, Exchange server administration, Exchange server clustering, Exchange server connectivity, Exchange server design, Exchange server development, Exchange server miscellaneous, Exchange server setup and installation, Exchange server tools, Outlook calendaring, Outlook contacts, Outlook fax, Outlook general, Outlook install and configure, Outlook interop, Outlook non-microsoft utilities, Outlook new users, Outlook printing, Outlook program add-ins, Outlook programming: forms, Outlook programming: vba, Outlook team folders, Host integration server general, Isa server general, Isa server clients, Isa server configuration, Isa server education, Isa server enterprise, Isa server publishing, Isa server sdk, Isa server vpn, Isa server wish list, Live communications server general, Live communications server developer, Microsoft crm, Microsoft crm deployment, Microsoft crm developer, Mom general discussion, Mom management pack, Mom management pack active directory, Mom management pack exchange, Mom management pack iis, Mom management pack sql server, Mom reporting, Mom security, Mom setup and upgrades, Mom user interface, Mom workgroup edition, Microsoft site server analysis, Microsoft site server commerce, Microsoft site server general, Microsoft site server knowledgemgr, Microsoft site server publishing, Microsoft site server search, Sharepoint - setup and administration, Sharepoint - design and customization, Sharepoint - development and programming, Sharepoint - general q&a and discussion, Windows small business server 2003, Small business server 2000, Small business server 4.x, Sql server clients, Sql server clustering, Sql server connection issues, Sql server data mining, Sql server data warehousing, Sql server dts, Sql server english query, Sql server full-text searching, Sql server jdbc driver, Sql server migration assistant, Sql server msde, Sql server new users, Sql server notification services, Sql server olap, Sql server ole db, Sql server ole db and olap, Sql server (odbc), Sql server programming, Sql server replication, Sql server reporting services, Sql server security, Sql server security tools, Sql server, Sql server 2000 windows ce edition, Sql server setup, Sql server tools, Sql server xml, Sql server xml view mapper, Sms admin, Sms inventory, Sms miscellaneous, Sms setup, Sms software distribution, Sms software update management, Sms tools, Windows storage, Windows file system: general, It tasks and topics, Windows server: clustering, Windows 2000 advanced server, Windows nt server 4.0, enterprise, Sql server clustering, Windows file system: general, Windows 2000 file system and services, Windows nt file system, Windows server dfs and frs, Windows storage, Iis ftp, Iis general, Iis security, Iis smtp and nntp, Internet server index server, Internet server misc, Mmc, Windows sdk: isapi-dev, Windows: group policy, Software update services, Windows installer (msi), Windows update, Windows 2000: group policy, Windows 2000: installer (msi), Windows 2000: registry, Windows 2000: deployment, Windows xp: configuration mgmt, Windows xp: performance & maint., Windows xp: deployment, Windows xp: wmi, Platform sdk: msi, Windows server scripting, Win32 programmer: wmi, Windows me: system tools, Pocket pc general, Pocket pc activsync, Pocket pc developer networking, Pocket pc ebooks, Pocket pc developer, Pocket pc marketplace, Pocket pc multimedia, Pocket pc phone edition, Pocket pc wireless, Smartphone, Smartphone developer, Portable media center, Windows server: (dns), Windows server: ipsec, Windows server: networking, Windows 2000: dns, Windows 2000: networking, Windows 2000: networking, Windows 2000: ras routing, Windows 2000 and macintosh, Windows 2000 and netware, Windows xp: messenger, Windows xp: networking and the web, Windows xp: working remotely, Device driver development, Win32 programmer: networks, Win32 programmer: tapi, .net jscript, .net scripting, Internet explorer 4 scripting, Ie 5 programming dhtml scriptlets, Internet explorer scripting, Internet explorer sdk scripting jscript, Internet explorer sdk scripting vb script, Scripting debugger, Scripting hosting, Scripting jscript, Scripting remote, Scripting scriplets, Scripting vb script, Scripting virus discussion, Scripting wsh, Security crypto, Security general, Security hfnetchk, Security mbsa, Security toolkit, Security virus, Windows update general, .net security, Access security, Iis security, Isa server general, Sql server security, Sql server security tools, Windows 2000 security, Windows sdk: security api, Windows server security general, Windows xp security, Windows installer msi, Windows server migration, Windows server setup, Windows 2000 deployment, Windows 2000 installer msi, Windows 2000 setup, Windows 2000 upgrade, Windows 2000 windows update, Windows update, Windows xp deployment, Windows nt setup, Biztalk server setup, Commerce server deployment, Exchange setup and installation, Isa server configuration, Office setup, Sharepoint portal server installation, Sharepoint portal server portal config, Small business server setup-config., Sql server setup, Terminal server setup, Virtual server, System builder, Technet discussions, Technet magazine, Technet talks, Technet how-to needs, Technet how-to feedback, Windows terminal services, 2000 terminal services: applications, 2000: installer, 2000: remote desktop, Xp: remote desktop, Nt terminal server: applications, Nt terminal server: clients, Nt terminal server: connectivity, Nt terminal server: domain, Nt terminal server: hardware, Nt terminal server: miscellaneous, Nt terminal server protocols: rdp, Nt terminal server protocols: tcpip, Nt terminal server: setup, Nt terminal server: user, Mcdba, Mcsa, Mcse, Mcp general, Certification networking, Skills assessment, Windows server update services, Update services, Windows xp deployment, Windows xp configuration mgmt, Windows update, Windows 2000 windows update, Mom sdk, Windows vista general discussion, Windows vista hardware, Windows vista installation, Windows vista help & support, Windows vista networking, Windows vista security, Windows vista mail, Windows vista games, Windows vista performance maintenance, Microsoft


Copyright © 2006 SmartyDevil.com - Dies Mies Jeschet Boenedoesef Douvema Enitemaus -
666