www.ejercito.mil.ve

Cathy Almond cathya at isc.org
Tue May 1 07:33:35 UTC 2012


On 01/05/12 01:31, Rafael Molina wrote:
> Hi,
> 
>     I'm using bind 9.7.0 (  1:9.7.3.dfsg-1ubuntu4.1) on ubuntu 10.11 and
> I am having some problem to resolve "www.ejercito.mil.ve" .The server is
> resolving fine queries for normal traffic, but when I am trying to get
> this answer, the nameserver show me this error.

Hi Rafael,

bind-users is a better mailing list for this type of question:

https://lists.isc.org/mailman/listinfo/bind-users

But I checked anyway - I think the problem is that one of the
authoritative servers for ejercito.mil.ve is not working properly
(dns2.ejercito.mil.ve) and the (older) version of BIND that you're using
isn't trying hard enough to get past that.

I don't have a problem resolving this name from a BIND recursive server
running 9.7.4-P1.  (My dig is 9.9.0, but the running named is 9.7.4-P1):

; <<>> DiG 9.9.0 <<>> @127.0.0.1 www.ejercito.mil.ve
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64905
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;www.ejercito.mil.ve.		IN	A

;; ANSWER SECTION:
www.ejercito.mil.ve.	3600	IN	A	200.71.154.229

;; AUTHORITY SECTION:
ejercito.mil.ve.	599	IN	NS	dns1.ejercito.mil.ve.
ejercito.mil.ve.	599	IN	NS	dns2.ejercito.mil.ve.

;; Query time: 1523 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Tue May  1 08:21:50 2012
;; MSG SIZE  rcvd: 102

I would recommend updating to a current version of BIND.



More information about the bind-workers mailing list