On Thu, May 10, 2001 at 09:50:26AM +1000, Bruce Campbell wrote: > Right. Now that we've gotten that out of the way, can anyone suggest a > *reliable* test for verifying that a nameserver is responding ( which is > seperate from verifying that a nameserver is authoritatively serving a > given zone ) You could send a query for the SOA of the domain, and see if it answers with the AA flag set: $ dig ds9a.nl soa @outpost.ds9a.nl or to check automatically : $ dig ds9a.nl soa @outpost.ds9a.nl | grep "^\;\; flags" | grep -q " aa " Another check would be to ask for something in that domain that doesn't exist, and see if you get an authoritative NXDOMAIN back. Regards, bert hubert -- http://www.PowerDNS.com Versatile DNS Services Trilab The Technology People 'SYN! .. SYN|ACK! .. ACK!' - the mating call of the internet
- Re: Should a nameserver know about itself? Mark . Andrews
- Re: Should a nameserver know about itself? Robert Elz
- Re: Should a nameserver know about itself? Mans Nilsson
- Re: Should a nameserver know about itself? James Raftery
- Re: Should a nameserver know about itself? Bruce Campbell
- Re: Should a nameserver know about itself? Mark . Andrews
- Re: Should a nameserver know about it... Jim Reid
- Re: Should a nameserver know abou... Mats Dufberg
- Re: Should a nameserver know abou... Peter Koch
- Re: Should a nameserver know abou... Sam Trenholme
- Re: Should a nameserver know about itself? bert hubert
- Re: Should a nameserver know about itself? Robert Elz
- Re: Should a nameserver know about it... Bruce Campbell
- Re: Should a nameserver know abou... Sam Trenholme
- Re: Should a nameserver know abou... Mans Nilsson
- Re: Should a nameserver know abou... Jim Reid
- Re: Should a nameserver know abou... Mats Dufberg
- Re: Should a nameserver know abou... Kenneth Porter
- Re: Should a nameserver know abou... Mats Dufberg
- Checks performed during delegatio... Bruce Campbell
- Re: Checks performed during deleg... Mats Dufberg
