Actually, Mark's advice is much better.
2012/12/29 Dmitri Tarkhov :
> Hi,
> this finally works:
>
> view "reverse1" IN {
> recursion yes;
>
> zone "z.y.x.in-addr.arpa" IN { type forward; forward only;
> forwarders { A; B; }; };
>
>
> zone "localhost" IN { type maste
I looked for one a while back and couldn't find any good ones. All the
ones I saw simply used the named.stats file, which wasn't enough.
I ended up exporting all query logs to a backend server and coding a script
that imported the queries into MySQL, which I then accessed with a php app
(which, a
Dear Team,
I want to collect some stats (such as most which zone has queried most,
which DNS Server queries us most and so on) based on my DNS Logs.
Is there any open-source tool available to filter out these statistics using
my dns logs.
Thanks and Regards,
Gaurav Kansal
Mob - 99101
On 12/29/2012 11:09 AM, Carsten Strotmann wrote:
For some configuration changes (for example change of IP addresses to
listen on, change of fundamental operations, new log-file entries) the
BIND nameserver requires a full restart, esp. if BIND is running as an
non-privileged user (not "root"), a
Hello Ben,
benjamin fernandis writes:
> Hi,
>
> As per my understanding, if we change anything in named.conf and then
> if we require to enable changes without service restart, we go with
> rndc reconfig.
>
> So i tried it but it does not work.
>
"rndc reconfig" does only very specific tasks a
Hi,
this finally works:
view "reverse1" IN {
recursion yes;
zone "z.y.x.in-addr.arpa" IN { type forward; forward only;
forwarders { A; B; }; };
zone "localhost" IN { type master;
file "master.localhost"; };
zone "0.0.127.in-addr.arpa" IN { type master;
Hello Ben,
benjamin fernandis writes:
> Resolver Statistics for View _default
>
> and
>
> Resolver Statistics for View _bind
>
> what is the difference between these two views which also same in
> named_Statistics file.
BIND 9 has this unique feature called "views" (see the BIND 9 ARM
document
7 matches
Mail list logo