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;
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.
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
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
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
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
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
7 matches
Mail list logo