| Linode Forum https://forum.linode.com/ |
|
| dhcp'd nameservers not resolving remote domain https://forum.linode.com/viewtopic.php?f=19&t=7362 |
Page 1 of 1 |
| Author: | pbuckner [ Wed Jul 06, 2011 1:39 am ] |
| Post subject: | dhcp'd nameservers not resolving remote domain |
every few days, for a few hours at time, my node's unable to resolve dns lookup for 'www.hpc.ncep.noaa.gov'... I get temporary failure. That site's been around for years and four other (non-Linode) servers I have resolve without problems. (it failed for a hour late July 2nd, and it's been failing for four hours right now...) I suspect the nameservers I'm getting via DHCP (74.207.242.5, 74.207.241.5) can resolve most sites, but fails for the above domain... why intermittently? Code: $ dig www.hpc.ncep.noaa.gov yet using google's dns succeeds: Code: $ dig www.hpc.ncep.noaa.gov @8.8.8.8 I suppose I could resort to hard-coded nameservers, but I'm not sure how to do that without resorting to fully static interface definition & I'd prefer to have the Linode nameservers work. Thoughts? I'm new to Linode.com -- are their nameservers generally this bad?[/u] -- - Peter |
|
| Author: | vonskippy [ Wed Jul 06, 2011 2:32 am ] |
| Post subject: | |
Edit /etc/dhcp3/dhclient.conf Code: supersede domain-name-servers 8.8.8.8, 8.8.4.4; There's plenty of good trouble free nameservers in the world, use which ever ones work best for you. |
|
| Author: | jgc [ Wed Jul 06, 2011 5:32 am ] |
| Post subject: | |
I have the same problem with ftp.ncep.noaa.gov It is the first time I have noticed the failure. I wonder if you've found a good solution. vonskippy, I couldn't locate /etc/dhcp3/dhclient.conf so I modified /etc/resolv.conf to add nameserver 8.8.8.8 nameserver 8.8.4.4 It seems to be working fine now. Hoverver, I've just seen that /etc/resolv.conf is generated by a script Code: $ cat /etc/resolv.conf Will that be modified without warning?, is there a way of preventing further modifications? Thanks |
|
| Author: | hoopycat [ Wed Jul 06, 2011 8:00 am ] |
| Post subject: | |
It might be worth opening a ticket so the Linode folks can take a look at it and perhaps fix it... |
|
| Author: | pbuckner [ Wed Jul 06, 2011 11:04 am ] |
| Post subject: | |
(the nameservers are working at the moment, so it's difficult to debug. I've also opened a ticket with Linode.) I note that google's NS 8.8.8.8 doesn't return an "AUTHORITY SECTION" in response to dig, but linode's response does: Code: $ dig ftp.ncep.noaa.gov Google's the same, but without AUTHORITY: Code: $ dig @8.8.8.8 ftp.ncep.noaa.gov Note sure if that means anything, but it's a difference! -Peter |
|
| Author: | pbuckner [ Wed Jul 06, 2011 4:23 pm ] |
| Post subject: | |
Support suggests the problem is with DNSSEC issues on .gov domains (i.e., some .gov domain's configuration isn't fully correct). Other resolvers, which don't verify the DNSSEC signatures won't see the name resolution problem. Will continue to monitor. |
|
| Author: | jgc [ Thu Jul 07, 2011 6:10 am ] |
| Post subject: | |
Thanks for following it up. j. |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|