Enrico Farabollini <[EMAIL PROTECTED]> provided information
about /etc/resolv.conf and the named logfile output.

OK, another question. I see you're using the OpenDNS name servers:

>        forwarders {
>            208.67.222.222;
>            208.67.220.220;
>       };

What happens if you try to resolve from them directly?

        dig www.microsoft.com @208.67.222.222
        dig www.microsoft.com @208.67.220.220

Are you firewalling requests to/from port 53?

        iptables -nvL | egrep -w 'Chain|53'
        iptables -t nat -nvL | egrep -w 'Chain|53'

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to