SERVFAIL on stub zone (WAS: dig @server foobar +trace +recurse)

2015-07-14 Thread Anne Bennett
Tony Finch enlightens me thus: > The difference between stub and static-stub is that stub works like the > root zone hints, i.e. the servers in the zone override the ones that you > configure for a stub zone, whereas the servers you configure for a > static-stub zone override the servers in the

dnssec-enable made named stop working

2015-07-14 Thread Leandro
Suddenly server stop working ; on logs following messages appeared : alidating @0x7f2c60591400: . NS: got insecure response; parent indicates it should be secure error (insecurity proof failed) resolving './NS/IN': 199.7.83.42#53 validating @0x7f2c60528430: net SOA: verify failed due to bad s

make test fails without Net::DNS::Nameserver

2015-07-14 Thread Maria Iano
I don't see this mentioned anywhere else, although I'm suprised by that so maybe I'm missing something. When I build bind-9.10.2-P2 I find that "make test" fails for reclimit with "Couldn't start server ans2" if I don't have Net::DNS::Nameserver installed. After I install it the testing is successf

Re: dnssec-enable made named stop working

2015-07-14 Thread Mark Andrews
In message <55a57b9c.6050...@gmail.com>, Leandro writes: > Suddenly server stop working ; on logs following messages appeared : > > alidating @0x7f2c60591400: . NS: got insecure response; parent indicates > it should be secure > error (insecurity proof failed) resolving './NS/IN': 199.7.83.42#

Re: make test fails without Net::DNS::Nameserver

2015-07-14 Thread Jeremy C. Reed
On Tue, 14 Jul 2015, Maria Iano wrote: > I don't see this mentioned anywhere else, although I'm suprised by that > so maybe I'm missing something. When I build bind-9.10.2-P2 I find > that "make test" fails for reclimit with "Couldn't start server ans2" if > I don't have Net::DNS::Nameserver insta

Re: SERVFAIL on stub zone (WAS: dig @server foobar +trace +recurse)

2015-07-14 Thread Anne Bennett
> zone "concordia.ca" { > type stub; > file "StubData/concordia.ca.SEC"; > masters { > 132.205.1.1 ; > 132.205.7.51 ; > }; > multi-master yes; > }; [results in transferring:] > ---