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
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 32906
yet using google's dns succeeds:
Code:
$ dig www.hpc.ncep.noaa.gov @8.8.8.8
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 51063
;; ANSWER SECTION:
www.hpc.ncep.noaa.gov. 86185 IN CNAME edge-nws.woc.noaa.gov.
edge-nws.woc.noaa.gov. 85 IN CNAME edge-rev.lb.noaa.gov.
edge-rev.lb.noaa.gov. 28 IN A 140.172.17.23
edge-rev.lb.noaa.gov. 28 IN A 129.15.96.23
edge-rev.lb.noaa.gov. 28 IN A 140.90.33.23
edge-rev.lb.noaa.gov. 28 IN A 140.90.200.23
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