Bind 9.8 DNS recursion dont work from the client side - Bug?

2011-05-16 Thread Juergen Dietl
Hello, I try to make an nslookup from the client. The server dont know the zone and for this it should do recursion to another DNS-Server options { dump-file "/var/log/named_dump.db"; notify-source xx.x.xxx.xxx port 53; notify yes; listen-on port 53 { xx.x.xxx.xxx;

Re: Bind 9.8 DNS recursion dont work from the client side - Bug?

2011-05-16 Thread Phil Mayers
On 16/05/11 11:00, Juergen Dietl wrote: Hello, I try to make an nslookup from the client. The server dont know the zone and for this it should do recursion to another DNS-Server options { dump-file "/var/log/named_dump.db"; notify-source xx.x.xxx.xxx port 53; notify yes; listen-on port 53 { xx.

Re: Bind 9.8 DNS recursion dont work from the client side - Bug?

2011-05-16 Thread Juergen Dietl
Hello Phil, thanx a lot for your help. allow-recursion {any;}; .Works now. allow-query {any;}; did also work. Is this a new behavior? Because in 9.7.3 I dont have to allow querys. thanx a lot, cheers, Juergen 2011/5/16 Phil Mayers > On 16/05/11 11:00, Juergen Dietl wrote: > >> Hell

Dual-stack BIND resolver behaviour

2011-05-16 Thread Dennis Perisa
Hi folks, We are looking to dual-stack our 9.7.3 DNS resolvers and I had a question about BIND's behaviour in a dual-stack configuration. Assuming the resolver's cache is empty, will a query that arrives on an IPv6 socket always result in an outgoing query to a root server's IPv6 address? I have

Re: Dual-stack BIND resolver behaviour

2011-05-16 Thread Anand Buddhdev
On 16/05/2011 14:11, Dennis Perisa wrote: > Hi folks, > > We are looking to dual-stack our 9.7.3 DNS resolvers and I had a > question about BIND's behaviour in a dual-stack configuration. > > Assuming the resolver's cache is empty, will a query that arrives on > an IPv6 socket always result in a

Re: Dual-stack BIND resolver behaviour

2011-05-16 Thread lst_hoe02
Zitat von Anand Buddhdev : On 16/05/2011 14:11, Dennis Perisa wrote: Hi folks, We are looking to dual-stack our 9.7.3 DNS resolvers and I had a question about BIND's behaviour in a dual-stack configuration. Assuming the resolver's cache is empty, will a query that arrives on an IPv6 socket a

9.8.0-P1 platform.h questions

2011-05-16 Thread Dennis Clarke
I compiled 9.8.0-P1 on both 32-bit and 64-bit Solaris Sparc and the output in all the header files looks identical with the exception of platform. I expect to see things like this : The 32-bit build results in : #define ISC_PLATFORM_QUADFORMAT "l" The 64-bit build platform.h has this : #defi