View Single Post
  #5 (permalink)  
Old 06-19-2005, 12:11 PM
sawbuck's Avatar
sawbuck sawbuck is offline
Registered User
 
Join Date: Jan 2004
Posts: 1,272
sawbuck is on a distinguished road
Check your zone file for a missing "A" record for the ns1.i-gamehost.com name server. The ns6 name server looks okay.

dig ns1.i-gamehost.com @67.18.208.118

; <<>> DiG 9.2.1 <<>> ns1.i-gamehost.com @67.18.208.118
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 26139
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;ns1.i-gamehost.com. IN A


dig ns6.i-gamehost.com @67.18.208.119

; <<>> DiG 9.2.1 <<>> ns6.i-gamehost.com @67.18.208.119
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32186
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0

;; QUESTION SECTION:
;ns6.i-gamehost.com. IN A

;; ANSWER SECTION:
ns6.i-gamehost.com. 114207 IN A 67.18.208.119

;; AUTHORITY SECTION:
i-gamehost.com. 114207 IN NS ns6.i-gamehost.com.
i-gamehost.com. 114207 IN NS ns1.i-gamehost.com.
Reply With Quote