Re: bind-users Digest, Vol 2084, Issue 1

2015-04-06 Thread Noel Butler
> use > > for simplicity, at top of named.conf: > > acl "trust" { localhost; 192.168.0.0/24; }; > > then in... > > options { > > > > allow-query { trust; }; > allow-query-cache { trust; }; > > > > }; > > That should do it, if you need further assistance you'll need t

Re: bind-users Digest, Vol 2084, Issue 1

2015-04-06 Thread Reindl Harald
Am 06.04.2015 um 17:37 schrieb STEPHEN EYRE: My named.conf.options is as follows Options { directory "/var/cache/bind"; recursion no; allow transfer { none; }; dnssec-validation auto; auth-nxdomain no; listen-on { any; };

Re: bind-users Digest, Vol 2084, Issue 1

2015-04-06 Thread STEPHEN EYRE
; to > 'recursion yes;' I get an inverse of the above. I get full replies from > all my dig enquiries but I get an open recursive warning - which I > obviously dont want. Links: -- [1] https://overv