Re: caching-only name server

2015-02-20 Thread Vijay Viswanathan
Hi Vijay > > I guess that's the default value for the listen directive. With the > configuration you have you should do well with the recursion only server. > > Regards > > > On Friday, February 20, 2015, Vijay Viswanathan > wrote: > >> Thanks >> I thou

RE: caching-only name server

2015-02-20 Thread Vijay Viswanathan
Thanks I thought I needed the 'port 53' line. -- Sent from my mobile. Plz excuse my brevity and spelling.From: Alan Clegg Sent: ‎2/‎20/‎2015 5:46 AM To: bind-users@lists.isc.org Subject: Re: caching-only name server -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 2/19/15 9:52

caching-only name server

2015-02-19 Thread Vijay Viswanathan
Hi I understand that I need the below snip in my /etc/named.conf ---snip --- // Two corporate subnets we wish to allow queries from. acl corpnets { 192.168.4.0/24; 192.168.7.0/24; }; options { // Working directory directory "/etc/namedb"; allow-query { corpnets