I'd like to use BIND9 in the simplest way possible: I just want to install it and use it for name resolution of Internet hosts.<div>So, on Ubuntu 12.04, I run "sudo apt-get install bind9 bind9utils bind9-doc" and then "dig @<a href="http://127.0.0.1">127.0.0.1</a> <a href="http://www.amazon.com">www.amazon.com</a>" (for example), but I ALWAYS obtain a SERVFAIL.</div>
<div>Why? Is it necessary a configuration for this minimal use, too?</div>