Slow DNS
Here's what my /etc/resolv.conf looks like:
search members.linode.com
nameserver 64.5.53.6
nameserver 12.96.160.115
nameserver 216.234.234.30
Something I noticed is if I comment out 64.5.53.6, DNS seems to run speedy again, but I assume the DHCP client is replacing this every so often because it comes right back and DNS resolves poorly again. Does anyone have any idea why, or what I can do to permanently fix it? Thanks in advance.
4 Replies
supersede domain-name-servers 12.96.160.115, 216.234.234.30;
The problem is that you'll be out of luck if Linode changes the DNS server's IP.
Maybe caker or mikegrb can give more info or change the DHCP settings to move 64.5.53.6 down in the list?
Cheers,
Brian
A couple of dig requests to 64.5.53.6 reveal that its down, or at least unreachable from host52. I tried renewing my DHCP lease but this DNS server is still being given out.
The other two are working fine, so I've just removed the one in question from resolv.conf. Hopefully caker/mike will fix this soon…
64.5.53.6 resolves to host1.linode.com, which is clearly up, but I still can't run DNS queries against it, just times out…
Is anyone else having this problem? I'm going to raise another ticket.
I have services running and would rather not disrupt active connections unless necessary, so I'll just leave it for now. In the meantime I'm sure they'll get this worked out.