records not being cached...

Steve Foster fosters at uk.psi.com
Fri Nov 15 12:02:20 UTC 2002


hi there,

i have an issue with a bind9.2.1 resolver, i have a domain mediaproduct.fr
that will not get cached by this server until i restart the named process..
the resolver can resolver the "fr" domain and give me SOA records. e.g

> set type=soa
> mediaproduct.fr
Server:         localhost
Address:        127.0.0.1#53

** server can't find mediaproduct.fr: SERVFAIL
> fr    
Server:         localhost
Address:        127.0.0.1#53

Non-authoritative answer:
fr
        origin = ns1.nic.fr
        mail addr = nic.nic.fr
        serial = 2002111200
        refresh = 21600
        retry = 3600
        expire = 3600000
        minimum = 86400

Authoritative answers can be found from:
fr      nameserver = NS3.DOMAIN-REGISTRY.NL.
fr      nameserver = NS-EXT.VIX.COM.
fr      nameserver = DNS.CS.WISC.EDU.
fr      nameserver = DNS.INRIA.fr.
fr      nameserver = DNS.PRINCETON.EDU.
fr      nameserver = ns1.nic.fr.
fr      nameserver = NS2.nic.fr.
fr      nameserver = NS3.nic.fr.
> mediaproduct.fr
Server:         localhost
Address:        127.0.0.1#53

** server can't find mediaproduct.fr: SERVFAIL
> 



Could this be linked to the fact that none of the FR nameservers have an
SOA record for this domain, all they have is NS records and potentially the
first server i ask from the resolvers doesn't have any SOA information to
give..., except for dns.cs.wisc.edu, see below:

$ cat fr |while read MC
> do
> dig @$MC soa mediaproduct.fr |grep SOA
> echo "done $MC"
> done
;mediaproduct.fr.               IN      SOA
done NS3.nic.fr.
;mediaproduct.fr.               IN      SOA
done NS3.DOMAIN-REGISTRY.NL.
;mediaproduct.fr.               IN      SOA
done NS-EXT.VIX.COM.
;mediaproduct.fr.               IN      SOA
mediaproduct.fr.        86400   IN      SOA     www.d2i.fr.
domain.mediaproduct.fr. 2002111300 28800 14400 3600000 86400
done DNS.CS.WISC.EDU.
;mediaproduct.fr.               IN      SOA
done DNS.INRIA.fr.
;mediaproduct.fr.               IN      SOA
done DNS.PRINCETON.EDU.
;mediaproduct.fr.               IN      SOA
done ns1.nic.fr.
;mediaproduct.fr.               IN      SOA
done NS2.nic.fr.


$ dig @ns2.nic.fr soa mediaproduct.fr

; <<>> DiG 9.2.1 <<>> @ns2.nic.fr soa mediaproduct.fr
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 13103
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 3, ADDITIONAL: 1

;; QUESTION SECTION:
;mediaproduct.fr.               IN      SOA

;; AUTHORITY SECTION:
mediaproduct.fr.        345600  IN      NS      www.d2i.fr.
mediaproduct.fr.        345600  IN      NS      sec1.dns.uk.psi.net.
mediaproduct.fr.        345600  IN      NS      sec2.dns.uk.psi.net.

;; ADDITIONAL SECTION:
www.d2i.fr.             345600  IN      A       195.28.198.254

;; Query time: 98 msec
;; SERVER: 192.93.0.4#53(ns2.nic.fr)
;; WHEN: Fri Nov 15 10:53:20 2002
;; MSG SIZE  rcvd: 123

$ dig @DNS.CS.WISC.EDU soa mediaproduct.fr

; <<>> DiG 9.2.1 <<>> @DNS.CS.WISC.EDU soa mediaproduct.fr
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3048
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3

;; QUESTION SECTION:
;mediaproduct.fr.               IN      SOA

;; ANSWER SECTION:
mediaproduct.fr.        86330   IN      SOA     www.d2i.fr.
domain.mediaproduct.fr. 2002111300 28800 14400 3600000 86400

;; AUTHORITY SECTION:
mediaproduct.fr.        345600  IN      NS      www.d2i.fr.
mediaproduct.fr.        345600  IN      NS      sec1.dns.uk.psi.net.
mediaproduct.fr.        345600  IN      NS      sec2.dns.uk.psi.net.

;; ADDITIONAL SECTION:
www.d2i.fr.             345600  IN      A       195.28.198.254
sec1.dns.uk.psi.net.    88170   IN      A       154.32.105.34
sec2.dns.uk.psi.net.    88890   IN      A       154.32.107.34

;; Query time: 124 msec
;; SERVER: 128.105.2.10#53(DNS.CS.WISC.EDU)
;; WHEN: Fri Nov 15 10:53:54 2002
;; MSG SIZE  rcvd: 198

Steve Foster
Senior Systems Administrator
PSINet Europe
Work: +44 (1223) 577322
Mobile: +44 (7720) 425911


More information about the bind-users mailing list