Windows 7 No Internet DNS Issue

Very confusing.

You can try going to the chrome net-internals page, and loading the Events section on the sidebar, and entering the following filter:

type:HOST_RESOLVER_IMPL_REQUEST type:HOST_RESOLVER_IMPL_JOB

And then try to drill down into the REQUESTs and JOBs and see if there is any indication as to where/why the lookup is failing.
 
Maybe this is relevant:
Check out the last post.

AMAZING: SOLVED, THANK-YOU!!! This is why I love this forum!!!! :D

Not only was it set to 0 BUT there were no keys under "Catalog_Entries" at all, only 7 keys under "Catalog_Entries64" So I copied them from a working machine, set "Num_Catalog_Entries" to 7 and rebooted. BAM it's online!!!!

Now... begs the question .. why doesn't the winsock repair in D7 or MS's own FixIt tool detect this?

Edit: For anyone that needs it, this is the registry file I imported that make it work:

Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WinSock2\Parameters\NameSpace_Catalog5\Catalog_Entries]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WinSock2\Parameters\NameSpace_Catalog5\Catalog_Entries\000000000001]
"LibraryPath"="%SystemRoot%\\system32\\NLAapi.dll"
"DisplayString"="@%SystemRoot%\\system32\\nlasvc.dll,-1000"
"ProviderId"=hex:3a,24,42,66,a8,3b,a6,4a,ba,a5,2e,0b,d7,1f,dd,83
"SupportedNameSpace"=dword:0000000f
"Enabled"=dword:00000001
"Version"=dword:00000000
"StoresServiceClassInfo"=dword:00000001
"ProviderInfo"=hex:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WinSock2\Parameters\NameSpace_Catalog5\Catalog_Entries\000000000002]
"LibraryPath"="%SystemRoot%\\system32\\napinsp.dll"
"DisplayString"="@%SystemRoot%\\system32\\napinsp.dll,-1000"
"ProviderId"=hex:a2,cb,4a,96,bc,b2,eb,40,8c,6a,a6,db,40,16,1c,ae
"SupportedNameSpace"=dword:00000025
"Enabled"=dword:00000001
"Version"=dword:00000000
"StoresServiceClassInfo"=dword:00000001
"ProviderInfo"=hex:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WinSock2\Parameters\NameSpace_Catalog5\Catalog_Entries\000000000003]
"LibraryPath"="%SystemRoot%\\system32\\pnrpnsp.dll"
"DisplayString"="@%SystemRoot%\\system32\\pnrpnsp.dll,-1000"
"ProviderId"=hex:ce,89,fe,03,6d,76,76,49,b9,c1,bb,9b,c4,2c,7b,4d
"SupportedNameSpace"=dword:00000027
"Enabled"=dword:00000001
"Version"=dword:00000000
"StoresServiceClassInfo"=dword:00000001
"ProviderInfo"=hex:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WinSock2\Parameters\NameSpace_Catalog5\Catalog_Entries\000000000004]
"LibraryPath"="%SystemRoot%\\system32\\pnrpnsp.dll"
"DisplayString"="@%SystemRoot%\\system32\\pnrpnsp.dll,-1001"
"ProviderId"=hex:cd,89,fe,03,6d,76,76,49,b9,c1,bb,9b,c4,2c,7b,4d
"SupportedNameSpace"=dword:00000026
"Enabled"=dword:00000001
"Version"=dword:00000000
"StoresServiceClassInfo"=dword:00000001
"ProviderInfo"=hex:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WinSock2\Parameters\NameSpace_Catalog5\Catalog_Entries\000000000005]
"LibraryPath"="%SystemRoot%\\System32\\mswsock.dll"
"DisplayString"="@%SystemRoot%\\system32\\wshtcpip.dll,-60103"
"ProviderId"=hex:40,9d,05,22,9e,7e,cf,11,ae,5a,00,aa,00,a7,11,2b
"SupportedNameSpace"=dword:0000000c
"Enabled"=dword:00000001
"Version"=dword:00000000
"StoresServiceClassInfo"=dword:00000001
"ProviderInfo"=hex:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WinSock2\Parameters\NameSpace_Catalog5\Catalog_Entries\000000000006]
"LibraryPath"="%SystemRoot%\\System32\\winrnr.dll"
"DisplayString"="NTDS"
"ProviderId"=hex:ee,37,26,3b,80,e5,cf,11,a5,55,00,c0,4f,d8,d4,ac
"SupportedNameSpace"=dword:00000020
"Enabled"=dword:00000001
"Version"=dword:00000000
"StoresServiceClassInfo"=dword:00000001
"ProviderInfo"=hex:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WinSock2\Parameters\NameSpace_Catalog5\Catalog_Entries\000000000007]
"LibraryPath"="C:\\Program Files (x86)\\Bonjour\\mdnsNSP.dll"
"DisplayString"="mdnsNSP"
"ProviderId"=hex:e9,e6,00,b6,3b,55,19,4a,86,96,33,5e,5c,89,61,53
"SupportedNameSpace"=dword:0000000c
"Enabled"=dword:00000001
"Version"=dword:00000001
"StoresServiceClassInfo"=dword:00000001
"ProviderInfo"=hex:
 
That is a good question. I would say that the Norton/Mcaffee changeover probably left the registry in an unstable state. It would be possible to automatically detect and fix.

What an insidious problem! I think I probably would have reinstalled before tracing it down to that level.

Again, great find SilverLeaf.
 
Now... begs the question .. why doesn't the winsock repair in D7 or MS's own FixIt tool detect this?

D7 doesn't officially have the Winsock Repair function available just yet, but this functionality is already included if you dig deep! :) (I'm still testing it so it isn't mainstream yet...)

But open up D7\Modules\WinsockReset.exe and take a lookie there, that will scan for and show you missing protocol/catalog entries and optionally replace them with defaults.....

Sorry for not chiming in with that nugget sooner..
 
Last edited:
D7 doesn't officially have the Winsock Repair function available just yet, but this functionality is already included if you dig deep! :) (I'm still testing it so it isn't mainstream yet...)

But open up D7\Modules\WinsockReset.exe and take a lookie there, that will scan for and show you missing protocol/catalog entries and optionally replace them with defaults.....

Sorry for not chiming in with that nugget sooner..

Wow, thank-you Nick, another awesome tool! I Love D7--using it remotely on 2PCs right now :)


Norton & McAfee seem to always cause a major problem when unisntalled. I have found that 99% of the time running the removal tools removes the junk and gets the computer back online. Our local ISP has now partnered with McAfee for their AV application, so we've been doing a lot more calls for it. Almost always leads to a new AV upsell too because we all know that McAfee is Garbage!

Thanks again for your help SilverLeaf, this is one for our knowledge base for sure!
 
Back
Top