[CentOS] help needed with DNS server

Duncan Hutty dhutty at allgoodbits.org
Mon Mar 23 14:27:59 UTC 2009


Rudi Ahlers wrote:
> Hi all,
> 
> I'm setting up a DNS server on CentOS 5.2, but can't get it to listen
> to the outside IP address for DNS queries. There's no firewall
> installed yet.
> 
> Here's the BIND config options:

This might depend on the version of bind that you're using. I don't have 
a specific line in my centos5.2's named.conf to request it to listen on 
particular addresses, but I do remember having to force it in the past:
listen-on-v6 { none; };
listen-on { 127.0.0.1;
             192.168.0.1;
	    public.ip.addr.ess;
}

--
Duncan Hutty




More information about the CentOS mailing list