Hi Tom,<br><br><div class="gmail_quote">On Thu, Dec 4, 2008 at 13:12, Tom Horsley <span dir="ltr"><<a href="mailto:tom.horsley@att.net" target="_blank">tom.horsley@att.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div>On Thu, 4 Dec 2008 12:32:47 -0200<br>
Andre Costa wrote:<br>
<br>
> Anyone knows what could cause this specific behavior? Any help will be much<br>
> appreciated. Let me know if you need additional info.<br>
<br>
</div>The absolute simplest way to get things running again is to install<br>
"bind" from the installation media (if it isn't already there), don't<br>
configure it at all, but just go ahead and start the "named" service<br>
it will install. This will get you a local DNS server that talks<br>
directly to the root DNS servers, bypassing your ISP's DNS servers<br>
completely. Then point your /etc/resolv.conf file to "nameserver <a href="http://127.0.0.1" target="_blank">127.0.0.1</a>"<br>
and you should be working well enough to get to sites where you can learn<br>
how to config bind as a caching server instead, like these:<br>
<br>
<a href="http://www.redhatmagazine.com/2006/11/16/how-to-set-up-a-home-dns-server/" target="_blank">http://www.redhatmagazine.com/2006/11/16/how-to-set-up-a-home-dns-server/</a><br>
<a href="http://www.redhat.com/magazine/026dec06/features/dns/" target="_blank">http://www.redhat.com/magazine/026dec06/features/dns/</a><br>
<br>
You moght also need to add the line<br>
<br>
OPTIONS="-4"<br>
<br>
to the /etc/sysconfig/named file to tell it only do IPv4 names.<br>
</blockquote></div><br>Thks for the info, I didn't know that the default setup was already suited for caching purposes. Still, no luck here =( I did all you said above, and when do eg. 'dig <a href="http://www.mozilla.com">www.mozilla.com</a>' it sents out lots of queries to the root servers (I guess) but receives no response, and then named replies with "server failure". I really don't get what's going on.<br>
<br>What's really strange is why queries relayed by a local nameserver (dnsmasq or named) don't get any result, while "plain" queries do.<br><br>Something else that's weird: 'hosts' on /etc/nsswitch.conf was set like<br>
<br>hosts:      files mdns4_minimal [NOTFOUND=return] dns<br><br>Is this right?!<br><br>I changed it to:<br><br>hosts:      files dns<br><br>But things didn't get any better...<br><br>Still stuck. Damn it =/ Thks anyway for your help. Any additional ideas?<br>
<br>Regards,<br><br>Andre<br>