[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Dns bind9 not foward



Enrico Farabollini <enrico.farabollini@libero.it> 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


Reply to: