On Thu, Mar 12, 2015 at 1:36 PM, John Shaver <bobjohn...@gmail.com> wrote:
> Doing a dig to your ns servers show they aren't claiming to be
> authoritative.  The flags line should have "aa" as a flag, but it
> doesn't.  I'm not sure how they would fix it, but the server just
> doesn't think it's authoritative for that domain, and you'll need to
> contact the administrator to fix it in their DNS server configuration:

Additionally, You have other problems.

Your nameservers all have the same IP address.  This is bad because
it's wasteful.  If you only have 1 DNS server, just use one NS record.

Also, your nameserver itself doesn't return any NS records when asked.
Your NS records in your DNS zone should match the nameservers
specified in your DNS registration (whois record).

$ dig ns coolaj86.com

; <<>> DiG 9.9.5-4.3ubuntu0.2-Ubuntu <<>> ns coolaj86.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17909
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 5

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4000
;; QUESTION SECTION:
;coolaj86.com. IN NS

;; ANSWER SECTION:
coolaj86.com. 86166 IN NS ns2.redirect-www.org.
coolaj86.com. 86166 IN NS ns3.redirect-www.org.
coolaj86.com. 86166 IN NS ns4.redirect-www.org.
coolaj86.com. 86166 IN NS ns1.redirect-www.org.

;; ADDITIONAL SECTION:
ns2.redirect-www.org. 66 IN A 192.241.238.7
ns3.redirect-www.org. 66 IN A 192.241.238.7
ns4.redirect-www.org. 66 IN A 192.241.238.7
ns1.redirect-www.org. 66 IN A 192.241.238.7


$ dig ns coolaj86.com @192.241.238.7

; <<>> DiG 9.9.5-4.3ubuntu0.2-Ubuntu <<>> ns coolaj86.com @192.241.238.7
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 50454
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available

;; QUESTION SECTION:
;coolaj86.com. IN NS

;; Query time: 34 msec
;; SERVER: 192.241.238.7#53(192.241.238.7)
;; WHEN: Thu Mar 12 13:55:38 MDT 2015
;; MSG SIZE  rcvd: 30

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to