4

DCOM was unable to communicate with the computer 8.8.8.8 using any of the configured protocols; requested by PID 1830 (C:\Windows\system32\dcdiag.exe).

This error and a couple of others to different IP addresses but referencing the same PID come up about once an hour. We are stumped as to why. No other domain controller is showing these errors.

I do see these IP addresses in HKLM\SYSTEM\CurrentControlSet\Services\DNS\Parameters, but I see them too in our other two domain controllers which aren't tossing this error.

Suggestions?

Wayne In Yak
  • 233
  • 1
  • 3
  • 12

1 Answers1

2

DCOM was unable to communicate with the computer 8.8.8.8 using any of the configured protocols; requested by PID 1830 (C:\Windows\system32\dcdiag.exe)

It sounds like Wwindows is assuming your DNS Forwarder (8.8.8.8) is a windows machine ... which it is not.

Is 8.8.8.8 setup as a forwarder in DNS or actually configured on the NIC?

If your DNS servers are setup correctly (with forwarders on your DNS server), you do not need to add external DNS servers to your NIC configuration. Otherwise Windows appears to assume that your DNS servers configured on the NIC are other Windows servers and tries to connect via DCOM (e.g. not using DNS but the DCOM serialized objects)

A brief guide on setting up forwarders on your 2012 DNS server

On a side note, it would be better to add your ISP DNS servers before 8.8.8.8 on your forwarders, unless your ISP services exhibit higher latency in lookup times. Generally the DNS queries will be dominated by the RTT of your network, so the closer the better. But you will need verify with testing first.

Joseph Kern
  • 9,809
  • 3
  • 31
  • 55
  • 8.8.8.8 I snot on the NIC card, nor is it to be found in the DNS configuration. The only place it is found is in the registry location I mentioned above. Our other two domain controllers have this same information in their registry but do not show this error. – Wayne In Yak Jun 15 '15 at 13:55
  • Why don't you amend your question with the actual registry entry you are concerned about, otherwise we are all just guessing what is going on. – Joseph Kern Jun 16 '15 at 06:03
  • Read my question, the registry entry is listed there... HKLM\SYSTEM\CurrentControlSet\Services\DNS\Parameters – Wayne In Yak Jun 16 '15 at 13:56
  • @WayneInYak: there are multiple entries under parameters, you didn't say which one. The other DCs don't show this error probably because dcdiag wasn't run on them. (your post suggested the DCOM error was triggered by dcdiag) – strongline Jun 18 '15 at 16:44
  • What is triggering dcdaig then? These error messages show up every hour on the server. – Wayne In Yak Jun 18 '15 at 16:59