thanks chuck, <div><br></div><div>about the other question, as to reduce the response time of my server when the domain does not exist?</div><div><br></div><div>Thanks a lot!</div><div>JM</div><div><br><br><div class="gmail_quote">
2012/11/29 Chuck Swiger <span dir="ltr"><<a href="mailto:cswiger@mac.com" target="_blank">cswiger@mac.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi--<br>
<div class="im"><br>
On Nov 29, 2012, at 3:00 PM, Jose Manuel Delgado G. wrote:<br>
> I have the following problem in resolving my DNS using Bind 9, sends me an error connection time out, no servers Could be reached. that way I can avoid giving these errors and how I can reduce the time of the response?<br>

><br>
> this example with my server and public google dns server.<br>
><br>
> # dig @<a href="http://8.8.8.8" target="_blank">8.8.8.8</a> <a href="http://videolinedvd.com" target="_blank">videolinedvd.com</a><br>
</div>[ ... ]<br>
<br>
You've got two nameservers for the domain per WHOIS as:<br>
<br>
   Domain servers in listed order:<br>
      <a href="http://NS1.VIDEOLINEDVD.COM" target="_blank">NS1.VIDEOLINEDVD.COM</a><br>
      <a href="http://NS2.VIDEOLINEDVD.COM" target="_blank">NS2.VIDEOLINEDVD.COM</a><br>
<br>
...but they don't have A records setup.  Your nameservers must have A records:<br>
<br>
% dig <a href="http://NS1.VIDEOLINEDVD.COM" target="_blank">NS1.VIDEOLINEDVD.COM</a> @<a href="http://8.8.8.8" target="_blank">8.8.8.8</a><br>
[ ... ]<br>
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 36700<br>
<div class="im">;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0<br>
<br>
;; QUESTION SECTION:<br>
</div>;<a href="http://NS1.VIDEOLINEDVD.COM" target="_blank">NS1.VIDEOLINEDVD.COM</a>.          IN      A<br>
<br>
See <a href="http://www.dnsvalidation.com/reports/50b7e96a7d79ee480a000004" target="_blank">http://www.dnsvalidation.com/reports/50b7e96a7d79ee480a000004</a><br>
<br>
Regards,<br>
<span class="HOEnZb"><font color="#888888">--<br>
-Chuck<br>
<br>
</font></span></blockquote></div><br></div>