Re: zone delegation/forwarding in a non-recursive view

2013-10-26 Thread Yiorgos Stamoulis
Hi Kevin, Mark & Kevin, thank you for your questions that pointed me to the right track. A quick summary: I did my testing in a dev server (let's say with IP address 123.123.123.10) , that is serving the same zones as the live server. I added to the zone file, lets call it example.com, the f

Re: zone delegation/forwarding in a non-recursive view

2013-10-25 Thread Barry Margolin
In article , Yiorgos Stamoulis wrote: > Hi, > > I have authoritative dns system (1 master bind-9.8.2 & 2 slaves > bind-9.8.2 & bind-9.3.6) with several zones and two views. > > The internal view allows recursion and the external not. > > I now have the requirement to delegate/forward a zone t

Re: zone delegation/forwarding in a non-recursive view

2013-10-25 Thread Kevin Darcy
Although you lump them together, forwarding and delegation are very different things. Forwarding is a way to bypass the normal resolution mechanism, forcing your resolver to essentially "daisy-chain" recursion on behalf of a requesting recursive client. Another way to put it, is that you're d

Re: zone delegation/forwarding in a non-recursive view

2013-10-25 Thread Mark Andrews
In message <526a4c15.4090...@stamoulis.eu>, Yiorgos Stamoulis writes: > Hi, > > I have authoritative dns system (1 master bind-9.8.2 & 2 slaves > bind-9.8.2 & bind-9.3.6) with several zones and two views. > > The internal view allows recursion and the external not. > > I now have the requiremen