[Lula] DNS woes ... (lost domain)

tbs tbs at bsvn.net
Tue Jun 20 18:27:17 EDT 2006


Hi folks,

I am having trouble with a domain that I run DNS for. The domain is :

4hemp.org

I have a real SOA zone file for it, and have gone so far as resetting
the serial number and stop/starting the DNS server. IF i do a 'dig' from
my own server, I get this :

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

;; QUESTION SECTION:
;4hemp.org.                     IN      A

;; ANSWER SECTION:
4hemp.org.              259200  IN      A       207.178.214.142

;; AUTHORITY SECTION:
4hemp.org.              259200  IN      NS      ns.bsvn.net.

;; ADDITIONAL SECTION:
ns.bsvn.net.            259200  IN      A       207.178.214.139

;; Query time: 38 msec
;; SERVER: 207.178.214.139#53(207.178.214.139)
;; WHEN: Tue Jun 20 14:49:33 2006
;; MSG SIZE  rcvd: 84

however, at dnsstuff.com, it says no 'A' record present, even ater
allowing 48 hours for propogation ...

can anyone tell me why ?

the zone file for the domain is :

server:# cat /etc/bind/zones/4hemp.org
$TTL 3D
@       IN      SOA     4hemp.org. webmaster.4hemp.org. (
                        2006061901       ; serial, todays date + todays
serial #
                        8H              ; refresh, seconds
                        2H              ; retry, seconds
                        4W              ; expire, seconds
                        1D )            ; minimum, seconds
;
                NS      ns.bsvn.net.     ; Inet Address of name server
                MX      10 mail.bsvn.net.    ; Primary Mail Exchanger
;
                A       207.178.214.142
mail            CNAME   mail.bsvn.net.
www             A       207.178.214.142

and the entry in named.conf is :

zone "4hemp.org" {
        type master;
        file "/etc/bind/zones/4hemp.org";
};



thanks for any pointers...

Richard

_______________________________________________
Lula mailing list
Lula at lula.org
http://www.lula.org/mailman/listinfo/lula


More information about the Lula mailing list