On Sat, Oct 17, 2015 at 12:48 AM, Woodworth, John R <
john.woodwo...@centurylink.com> wrote:
> > -Original Message-
> > From: Mark Andrews [mailto:ma...@isc.org]
> > Sent: Friday, October 16, 2015 7:08 PM
> > To: Woodworth, John R
> > Cc: 'bind-users@lists.isc.org'
> > Subject: Re: Best pr
> > From: Bob Harold [mailto:rharo...@umich.edu]
> > Sent: Monday, October 19, 2015 3:37 PM
> >
> >
> > On Sat, Oct 17, 2015 at 12:48 AM, Woodworth, John R
> > wrote:
> > > -Original Message-
> > > From: Mark Andrews [mailto:ma...@isc.org]
> > > Sent: Friday, October 16, 2015 7:08 PM
> >
Hi All,
How can a Client verify if the DNS Server is Running(named service is Running)
or Down?
Does it periodically send any messages to the server. What Kind of messages are
required by the client to be sent towards server to determine if the DNS IP is
reachable or not?
Thanks
Harshith
On 20.10.15 11:56, Harshith Mulky wrote:
How can a Client verify if the DNS Server is Running(named service is Running)
or Down?
Why should client know such info?
The clients needs to have the answer - it sends message and if the server
replies properly, it's up and running.
Does it periodic
Hello,
Network issue should be detected by other ways.
But DNS health check can be done by sending a normal DNS query to the
server and try get a valid response.
This is the script what I use to check the health of my DNS server. :D
#!/usr/bin/perl
use strict;
use Net::DNS;
use POSIX 'strftim
In message <20151020064204.ga13...@fantomas.sk>, Matus UHLAR - fantomas writes:
> On 20.10.15 11:56, Harshith Mulky wrote:
> >How can a Client verify if the DNS Server is Running(named service is Runnin
> g) or Down?
>
> Why should client know such info?
> The clients needs to have the answer - i
6 matches
Mail list logo