Re: Help required to test some Negative Responses from Bind Server.

2016-06-28 Thread Tony Finch
Alan Clegg wrote: > > As for NOTIMP, I'm not aware of an easy path, but I'm sure that someone here > knows. ; <<>> DiG 9.11.0a1 <<>> +noedns dotat.at in maila ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOTIMP, id: 42331 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, A

Re: Help required to test some Negative Responses from Bind Server.

2016-06-28 Thread Alan Clegg
SERVFAIL: create a delegation NS record in your zone to a server that isn't authoritative for the zone being delegated. REFUSED: create an ACL that matches (and denies) the query being done NOERROR w/ no RR: query for example.com As for NOTIMP, I'm not aware of an easy path, but I'm sur

Help required to test some Negative Responses from Bind Server.

2016-06-27 Thread Harshith Mulky
Hello Experts, As a tester who is testing a client(lwres) developed on same bind stack. I would want to generate scenarios and test how the client responds when the bind server responds with negative Responses I was able to test Negative response like NXDOMAIN as it was straight forward wher