Re: Negative zones; NXDOMAIN responses

2013-05-20 Thread Mark Andrews
The simplest solution is to slave the root zone and turn off notify to so you don't spam the official root servers. 192.5.5.241 is f.root-servers.net. zone "." IN { type slave; file "slave/root"; masters { 192.5.5.241; }; notify no; };

Re: Negative zones; NXDOMAIN responses

2013-05-20 Thread Kevin Darcy
On 5/20/2013 11:36 AM, Chris Buxton wrote: On May 20, 2013, at 12:51 AM, Narcis Garcia wrote: - Yes, I thought about not using DNS from the same internet provider, but wanted to know if there is a way to patch only the .local response. - This is the configuration I use in one of the LANs: vi

Re: Negative zones; NXDOMAIN responses

2013-05-20 Thread Chris Buxton
On May 20, 2013, at 12:51 AM, Narcis Garcia wrote: > - Yes, I thought about not using DNS from the same internet provider, > but wanted to know if there is a way to patch only the .local response. > > - This is the configuration I use in one of the LANs: > > view "local-nets" { >match-c

Re: Negative zones; NXDOMAIN responses

2013-05-20 Thread Carlos M. Martinez
You need the soa record. It has to be empty but not THAT empty :-) Sent from my iPad On 20 May 2013, at 04:51, Narcis Garcia wrote: > - Yes, I thought about not using DNS from the same internet provider, > but wanted to know if there is a way to patch only the .local response. > > - This is th

problem with named-sdb DLZ with mysql

2013-05-20 Thread fddi
hello I am running named with sdb support on CentOS 6.4 here are the componetns I Am using bind-9.8.2-0.17.rc1.el6_4.4.x86_64 bind-utils-9.8.2-0.17.rc1.el6_4.4.x86_64 bind-libs-9.8.2-0.17.rc1.el6_4.4.x86_64 bind-sdb-9.8.2-0.17.rc1.el6_4.4.x86_64 bind-chroot-9.8.2-0.17.rc1.el6_4.4.x86_64 mysql-5

Re: Negative zones; NXDOMAIN responses

2013-05-20 Thread Narcis Garcia
- Yes, I thought about not using DNS from the same internet provider, but wanted to know if there is a way to patch only the .local response. - This is the configuration I use in one of the LANs: view "local-nets" { match-clients { acl_local-nets; }; recursion yes; forward

Re: Negative zones; NXDOMAIN responses

2013-05-20 Thread Matus UHLAR - fantomas
On 19 May 2013 20:51, Narcis Garcia wrote: The internet ISP returns positive values for .local queries, and I need that LAN clients receive NXDOMAIN instead. do they return positive answers for any non-existing domains? (is this one of ISPs wanting to make money on mistypes and ling to the peo