Ok, there clearly is a problem going on here which I'll raise again with our hosting provider.
The DNS record has the nameservers listed as
Code: Select all
host -t ns foldingforum.org
foldingforum.org name server ns2.sgded.com.
foldingforum.org name server ns1.sgded.com.
However the nameservers are actually ns1.m202.sgded.com and ns2.m202.sgded.com
Code: Select all
dig a foldingforum.org @ns1.m202.sgded.com
; <<>> DiG 9.7.1-P2 <<>> a foldingforum.org @ns1.m202.sgded.com which are giving out the correct addresses.
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1714
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0
;; WARNING: recursion requested but not available
;; QUESTION SECTION:
;foldingforum.org. IN A
;; ANSWER SECTION:
foldingforum.org. 14400 IN A 99.198.108.202
;; AUTHORITY SECTION:
foldingforum.org. 86400 IN NS ns2.sgded.com.
foldingforum.org. 86400 IN NS ns1.sgded.com.
;; Query time: 200 msec
;; SERVER: 99.198.108.202#53(99.198.108.202)
;; WHEN: Mon Mar 5 09:53:52 2012
;; MSG SIZE rcvd: 95
Code: Select all
dig a foldingforum.org @ns2.m202.sgded.com
; <<>> DiG 9.7.1-P2 <<>> a foldingforum.org @ns2.m202.sgded.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10138
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0
;; WARNING: recursion requested but not available
;; QUESTION SECTION:
;foldingforum.org. IN A
;; ANSWER SECTION:
foldingforum.org. 14400 IN A 99.198.108.202
;; AUTHORITY SECTION:
foldingforum.org. 86400 IN NS ns2.sgded.com.
foldingforum.org. 86400 IN NS ns1.sgded.com.
;; Query time: 200 msec
;; SERVER: 99.198.108.203#53(99.198.108.203)
;; WHEN: Mon Mar 5 09:54:29 2012
;; MSG SIZE rcvd: 95
When the DNS resolution is failing, what address does the domain resolve to?
Edit 2012-03-05 1006UTC: We've updated the DNS entry again to correct the nameserver issue, so lets see if that fixes the problem (again, global DNS propagation needs to happen).