Re: Recursive DNS server cannot resolve the reverse zone records from my IPv6 private network

2013-11-19 Thread Mark Andrews
In message <528b9d20.7020...@adminlinux.com.br>, Listas writes: > Hi ! Thank you for help. > > Sorry, I made a mistake in time to hide the addresses. I'm using > FD00::/8 in my network. My conf was > updated:http://adminlinux.com.br/recursive-bind.conf Don't update. Re-create it from scratch

Re: Recursive DNS server cannot resolve the reverse zone records from my IPv6 private network

2013-11-19 Thread Listas
Hi ! Thank you for help. Sorry, I made a mistake in time to hide the addresses. I'm using FD00::/8 in my network. My conf was updated:http://adminlinux.com.br/recursive-bind.conf My system has three types of DNS server: master, slave and recursion. The zone "5.a.8.3.2.e.3.e.0.0.cfip6.arpa" is

Re: Allow recursion for esternal resources in a authoritative zone on a "not open" dns server

2013-11-19 Thread Tony Finch
Barry Margolin wrote: > > If the server is authoritative for both the CNAME and the target of the > CNAME, no recursion should be necessary -- the target is already in its > memory. Doesn't the server normally fill in the whole CNAME chain in > this case? Yes - see the additional-from-auth config

Re: Allow recursion for esternal resources in a authoritative zone on a "not open" dns server

2013-11-19 Thread Carsten Strotmann
Hello Stefano, the standard query path for DNS is client -> caching DNS -> authoritative DNS Your BIND Server is probably on the very right of that picture, the "authoritative (only)" server. Such an authoritative only server only answers with data it is authoritative for (like you described). I