<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 24/07/2016 20:25, Oscar wrote:<br>
</div>
<blockquote
cite="mid:234062011.6855519.1469388357390.JavaMail.yahoo@mail.yahoo.com"
type="cite">
<div dir="ltr" id="yui_3_16_0_ym19_1_1469319853678_17434"><b
id="yui_3_16_0_ym19_1_1469319853678_17542">[root@localhost
pdns]# dig <span id="yui_3_16_0_ym19_1_1469319853678_17794">gs.mydomain.com</span> @192.168.1.123</b></div>
<div dir="ltr" id="yui_3_16_0_ym19_1_1469319853678_17435"><br
id="yui_3_16_0_ym19_1_1469319853678_17436">
</div>
<div dir="ltr" id="yui_3_16_0_ym19_1_1469319853678_17437">;
<<>> DiG 9.9.4-RedHat-9.9.4-29.el7_2.3
<<>> gs.salcef.com @192.168.1.123</div>
<div dir="ltr" id="yui_3_16_0_ym19_1_1469319853678_17438">;;
global options: +cmd</div>
<div dir="ltr" id="yui_3_16_0_ym19_1_1469319853678_17439">;; Got
answer:</div>
<div dir="ltr" id="yui_3_16_0_ym19_1_1469319853678_17440">;;
->>HEADER<<- opcode: QUERY, status: SERVFAIL, id:
42325</div>
<div dir="ltr" id="yui_3_16_0_ym19_1_1469319853678_17441">;;
flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL:
1</div>
<div dir="ltr" id="yui_3_16_0_ym19_1_1469319853678_17442">;;
WARNING: recursion requested but not available</div>
</blockquote>
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.<br>
<br>
dig +norec @192.168.1.123 gs.mydomain.com<br>
<p>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.<br>
</p>
</body>
</html>