Re: Getting an error on a simple DNS configuration

2015-06-03 Thread Samad Agha
Dear Tony, Bob, & Matus, Thank you very much for your advice, you guys are awesome. On Wed, Jun 3, 2015 at 1:03 PM, Matus UHLAR - fantomas wrote: > On 03.06.15 12:34, Samad Agha wrote: > >> So, when I query my new DNS server from itself (206.117.115.93), it >> resolves the name to an IP, but wh

Re: Getting an error on a simple DNS configuration

2015-06-03 Thread Matus UHLAR - fantomas
On 03.06.15 12:34, Samad Agha wrote: So, when I query my new DNS server from itself (206.117.115.93), it resolves the name to an IP, but when I query my new DNS server from another Linux box, it fails with the following error message. you must allow BIND to provide recursive DNS for other hosts

Re: Getting an error on a simple DNS configuration

2015-06-03 Thread Bob Harold
If you don't specify recursion (or query-cache or allow-query), then the default is: allow-recursion (localnets; localhost;) Which means only things on the connected subnets are allowed to make recursive queries, all others get REFUSED. So add an allow-recursion ( .. subnet list ..); to your

Re: Getting an error on a simple DNS configuration

2015-06-03 Thread Tony Finch
Samad Agha wrote: > > So, when I query my new DNS server from itself (206.117.115.93), it > resolves the name to an IP, but when I query my new DNS server from another > Linux box, it fails with the following error message. > ** server can't find google.com: REFUSED By default, BIND allows queri