Wierd DNS problems. . .
I'm setting up a new box, and I'm doing the DNS by hand and I'm getting the following errors (at DNS reports, the domain is obvsiouly not working):ERROR: You have one or more lame nameservers. These are nameservers that do NOT answer authoritatively for your domain. This is bad; for example, these nameservers may never get updated. The following nameservers are lame:
209.151.xx.xx
209.151.xx.xx
Also I get:
ERROR: One or more of the nameservers listed at the parent servers are not listed as NS records at your nameservers. The problem NS records are:
(my name servers)
When I do a dig, I get this:
% dig mydomain.com
; <<>> DiG 8.3 <<>> mydomain.com
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 2
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUERY SECTION:
;;
mydomain.com, type = A, class = IN
;; Total query time: 142 msec
;; FROM: my ip to SERVER: default -- 216.148.227.68
;; WHEN: Fri Feb 14 19:36:14 2003
;; MSG SIZE sent: 29 rcvd: 29
Anyone have any ideas? I'm obviously not a BIND king

