Linux Lite Forums

Full Version: No DNS cache
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
If you are feeling really geeky,
and want to test dns out.??

namebench is available in synaptic...
One other to try...


Check  /etc/nsswitch.conf  file... Look for..
Code:
hosts:          files mdns4_minimal [NOTFOUND=return] wins dns mdns4

Within that line, "wins" is mentioned..
Change the order to:
Code:
hosts:          files mdns4_minimal [NOTFOUND=return] dns mdns4 wins


As suggested here:
http://ubuntuforums.org/showthread.php?t=1904264&page=2

Update: Another thought
Something else to try, try turning off IPv6
How to disable: http://askubuntu.com/questions/440649/ho...untu-14-04
Wirez: I gave namebench a spin (I ran it when the problem first arose as well). But I don't see any report. It ran twice in GUI mode, finally I killed it, with nothing to show for it. I did run raw pings on the nameservers back then, and found them all close in speed.

Fire: I found the 'mdns4" spec missing from that line and added it. Otherwise the desired order was already there. I think I'd like to leave IP6 in place, as soon it probably will be necessary.

Thanks guys.
paul1149,

In reply #5, you mentioned you think this is solved.  If so, could you mark this thread as such?
Done. Sorry, I forgot about that.
@paul1149
Do you have Chrome Browser installed.??
IIRC it will only show results if it detects you have Chrome browser default.??
That's a pretty weird qualification, it seems. I have a couple of chromium derivatives, one set as the system default.
O.K, not sure then why it won't show results... mmm
(04-22-2016, 07:27 PM)paul1149 link Wrote: [ -> ]Fire: I found the 'mdns4" spec missing from that line and added it. Otherwise the desired order was already there. I think I'd like to leave IP6 in place, as soon it probably will be necessary.

Thanks guys.

If running better you're probably good... If you're feeling squirrelly you could disable (1) then enable (0) - for testing..

This is what gave me the idea..

https://www.youtube.com/watch?v=TyqynBnYg3Q

yeah its Windows, but same idea  ;D ;D ;D ;D
I've been getting a little bit of regression on this (though it's still a lot better than it was, and some of it might be evening cable lag), so I decided to give that a try. Under the network connection I set IP6 to "Ignore", which grayed out the rest of the settings, so I guess that equals "off". I didn't see any change in dns speed, though, even after rebooting.
Pages: 1 2 3 4