Hi There,

We have two DNS views (HDQ and softlayer), Softlayer DNS view is configured 
with forwarder as loopback. This is working for all zones except few zones (Ex. 
Mi-testq03.pt)

named.conf file,

view "softlayer" {

match-clients { "softlayer"; "softlayer-slaves"; "lnxd0006" };

forward only;
forwarders { 127.0.0.1; };

zone "." { type hint; file "db.cache"; };
zone "0.0.127.in-addr.arpa" { type master; file "db.127.0.0"; };

zone "marriott.com" { type slave; masters { 162.130.122.250 key 
softlayer_view.tsig; }; file "softlayer/db.marriott"; };

};

view "hdq" {

match-clients { "any"; };

transfer-source 10.224.5.117; // ALIAS IP FOR HDQ DNS XFERS

zone "." { type hint; file "db.cache"; };
zone "0.0.127.in-addr.arpa" { type master; file "db.127.0.0"; };

zone "marriott.com" { type slave; masters { 162.130.122.250; }; file 
"hdq/db.marriott"; };
zone "mi-testq03.pt" { type slave; masters { 162.130.122.250; }; file 
"hdq/db.mi-testq03.pt"; };
zone "mi-testq03.fr" { type slave; masters { 162.130.122.250; }; file 
"hdq/db.mi-testq03.fr"; };

};

nslookup resutls,
softlayer view,
[root@lnxd0006 ~]# nslookup mi-testq03.pt
Server: 162.130.128.167
Address: 162.130.128.167#53

** server can't find mi-testq03.pt: NXDOMAIN

[root@lnxd0006 ~]# nslookup mi-testq03.fr
Server: 162.130.128.167
Address: 162.130.128.167#53

Non-authoritative answer:
Name: mi-testq03.fr
Address: 10.224.8.221

dig resutls,

[root@lnxd0006 ~]# dig mi-testq03.pt

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-25.P1.el5_11.8 <<>> mi-testq03.pt
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 60677
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;mi-testq03.pt. IN A

;; AUTHORITY SECTION:
pt. 211 IN SOA curiosity.dns.pt. request.dns.pt. 2016080407 21600 7200 2592000 
300

;; Query time: 17 msec
;; SERVER: 162.130.128.167#53(162.130.128.167)
;; WHEN: Thu Aug 4 08:14:48 2016
;; MSG SIZE rcvd: 89

[root@lnxd0006 ~]# dig mi-testq03.fr

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-25.P1.el5_11.8 <<>> mi-testq03.fr
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25974
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;mi-testq03.fr. IN A

;; ANSWER SECTION:
mi-testq03.fr. 1735 IN A 10.224.8.221

;; Query time: 16 msec
;; SERVER: 162.130.128.167#53(162.130.128.167)
;; WHEN: Thu Aug 4 08:14:52 2016
;; MSG SIZE rcvd: 47

We are not able to understand that why we are not able to resolve mi-testq03.pt 
whereas mi-testq03.fr is just working fine.

please help us.

Thanks
HariGanesh

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

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

Reply via email to