On 24/07/2016 20:25, Oscar wrote:
*[root@localhost pdns]# dig gs.mydomain.com @192.168.1.123*

; <<>> DiG 9.9.4-RedHat-9.9.4-29.el7_2.3 <<>> gs.salcef.com @192.168.1.123
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 42325
;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available
If you don't want to see the warning that you mentioned in the subject line, add the "+norec" flag to the dig command line, i.e.

dig +norec @192.168.1.123 gs.mydomain.com

However there is a worse problem than this: you are getting a SERVFAIL response. Have a look in your powerdns logs to see what is happening.

_______________________________________________
Pdns-users mailing list
[email protected]
https://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to