help

RAM MOHAN, Hari Ganesh hari.rammohan at atos.net
Fri Aug 5 16:21:35 UTC 2016


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 at 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 at 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 at 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 at 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20160805/8f367ee6/attachment.html>


More information about the bind-users mailing list