bind 9 refusing to work for my only .org domain?

I have never, ever, ever had any problems with bind before, and i am still not sure if it is even on my end, I am starting to think it might be a problem with namecheap.

I registered mpaasucks.com, mpaasucks.net, and mpaasucks.org on namecheap on valentines day. I added all of them at the same time to my bind server with the same exact settings, only changing the respective name servers and tld's (such as setting their name servers to ns1.mpaasucks.com, .net, and .org respectively).

The .com and .net domains work perfectly, however .org has refused to work. The box sees it just perfectly:

Code:
[root@server1 apf]# nslookup mpaasucks.org
Server:         127.0.0.1
Address:        127.0.0.1#53

Name:   mpaasucks.org
Address: 66.111.59.30

[root@server1 apf]# nslookup ns1.mpaasucks.org
Server:         127.0.0.1
Address:        127.0.0.1#53

Name:   ns1.mpaasucks.org
Address: 66.111.59.30

[root@server1 apf]# nslookup mpaasucks.net
Server:         127.0.0.1
Address:        127.0.0.1#53

Name:   mpaasucks.net
Address: 66.111.59.30

[root@server1 apf]# nslookup ns1.mpaasucks.net
Server:         127.0.0.1
Address:        127.0.0.1#53

Name:   ns1.mpaasucks.net
Address: 66.111.59.30

[root@server1 apf]# dig mpaasucks.org

; <<>> DiG 9.2.3 <<>> mpaasucks.org
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59808
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; QUESTION SECTION:
;mpaasucks.org.                 IN      A

;; ANSWER SECTION:
mpaasucks.org.          38400   IN      A       66.111.59.30

;; AUTHORITY SECTION:
mpaasucks.org.          38400   IN      NS      ns1.mpaasucks.org.

;; ADDITIONAL SECTION:
ns1.mpaasucks.org.      38400   IN      A       66.111.59.30

;; Query time: 2 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Wed Feb 16 23:37:19 2005
;; MSG SIZE  rcvd: 81

[root@server1 apf]# dig mpaasucks.net

; <<>> DiG 9.2.3 <<>> mpaasucks.net
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14911
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; QUESTION SECTION:
;mpaasucks.net.                 IN      A

;; ANSWER SECTION:
mpaasucks.net.          38400   IN      A       66.111.59.30

;; AUTHORITY SECTION:
mpaasucks.net.          38400   IN      NS      ns1.mpaasucks.net.

;; ADDITIONAL SECTION:
ns1.mpaasucks.net.      38400   IN      A       66.111.59.30

;; Query time: 8 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Wed Feb 16 23:37:23 2005
;; MSG SIZE  rcvd: 81

[root@server1 apf]#

The above was queried on the box that hosts the bind 9 server.

I included .net in there so that you can see they are EXACTLY the same just about. Yet .org does not work.

Can anyone shed any light on this? I am truly stumped.

As you can see if you go to dnsreport.com and try to have it lookup the .org domain, it says that the parent server says it doesn't exist!


Thanks in advance!

 

 

 

 

Top