DNS Fix for Windows servers
by admin on Jun.08, 2010, under All stuff
Did you ever walked into a “Page not found” or “Unable to connect” during surfing at your company?
If your company uses a Windows domain, it may be a EDNS routing problem.
To fix that simply do the following:
Run to the windows based server which runs DNS.
Open CMD (with administrator privileges) and run these commands:
dnscmd /Config /EnableEDnsProbes 0
Followed by:
dnscmd /Clearcache
Try to visit the unconnectable site, Good luck!