Re: [CentOS] DNS caching is not working on CentOS

2013-02-10 Thread Jorge Fábregas
On 02/09/2013 07:01 PM, Jorge Fábregas wrote: > Check the following line in /etc/named.conf and make sure you have both > ip addresses: I'm sorry. I thought you were running BIND. I'm on that list too...got to pay more attention next time! Anyway, check the bind (no pun intended!) address doing

Re: [CentOS] DNS caching is not working on CentOS

2013-02-10 Thread Gordon Messmer
On 02/08/2013 11:09 AM, Ed Morrison wrote: > For whatever reason I can not get dns caching to work on any of my > centos boxes. Running Centos 5 and 6. Any thoughts on why these will > not run? The services start fine but when telling to perform a dig > using itself as the resolver the queries f

Re: [CentOS] DNS caching is not working on CentOS

2013-02-09 Thread Jorge Fábregas
On 02/08/2013 03:09 PM, Ed Morrison wrote: > The services start fine but when telling to perform a dig using itself > as the resolver the queries fail Check the following line in /etc/named.conf and make sure you have both ip addresses: listen-on port 53 { 127.0.0.1; 192.168.1.6; }; Also, if y

Re: [CentOS] DNS caching is not working on CentOS

2013-02-08 Thread Leon Fauster
Am 08.02.2013 um 20:09 schrieb Ed Morrison : > For whatever reason I can not get dns caching to work on any of my > centos boxes. Running Centos 5 and 6. Any thoughts on why these will > not run? The services start fine but when telling to perform a dig > using itself as the resolver the quer

[CentOS] DNS caching is not working on CentOS

2013-02-08 Thread Ed Morrison
Hi All: For whatever reason I can not get dns caching to work on any of my centos boxes. Running Centos 5 and 6. Any thoughts on why these will not run? The services start fine but when telling to perform a dig using itself as the resolver the queries fail (See below). Any help would be app