Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

First DNS Lookup always fails

Tags:

dns

nslookup

I'm having a very weird problem with a new Windows 10 Pro build using an intel I219-v adapter (integrated into the mobo). Every time a DNS lookup occurs, either in a browser or triggered manually via command prompt, the first request times out and then the next resolves properly. I only have the two google servers (8.8.8.8 and 8.8.4.4) configured as dns servers in the adapter settings and configured on the router (Tried both manual and automatic discovery). From what I can see the wireshark capture looks normal. I've been tearing my hair out all day as it completely ruins the browsing experience on the computer.

Below are some screenshots illustrating the problem:

Chrome

nslookup

wireshark: http:// i.stack.imgur.com/ETpTa.png

like image 241
Tristan Dickson Avatar asked Jul 15 '16 15:07

Tristan Dickson


People also ask

Why does DNS lookup take so long?

Usually, when you visit a web page, the browser requests all resources with DNS lookups. It must wait for all processes to complete before the browser can download anything. This can take a while, especially on a page where there are many DNS lookups to do. As a result, website loading times may increase.

How long does a DNS lookup take?

Upon accessing a web page, the browser finds all resources which require a DNS lookup and must wait until the lookup completes before it can download anything. According to YSlow, DNS lookups on average take between 20-120 milliseconds to complete.


1 Answers

You can try all possible fixes:

  • Try disabling malwarebytes/firewall
  • Try resetting DNS client
  • Try flushing DNS cache
  • Remove IPv6 option under particular connection

Sometimes i faced few strange issue,

  • Skype was working fine, but, i was not able to browse in browsers due to dns issue. so it worked when cleared all temp files.
  • When i connect with different internet connections, for example, 3G, broadband, that time i faced issues. For that, i installed one utility to flush DNS in all connections quickly.

Try one by one and see if you can solve the issue.

like image 185
user3794314 Avatar answered Sep 19 '22 14:09

user3794314