-----Original Message-----
From: "Ayca Taskin   (Garanti Teknoloji)" <[email protected]>
Date: Friday, November 14, 2014 at 10:07 AM
To: "[email protected]" <[email protected]>
Subject: [dns-operations]  Logging dns record changes

>
>Hello All,
>
>We need to log DNS record changes, is there any logging option to do this
>on  9.9.1-P3?
>
>Thanks and Regards

You can certainly do that in BIND.  Check out the logging section of the
ARM:

http://www.isc.org/downloads/bind/doc/bind-9-10/

Or this:

http://www.zytrax.com/books/dns/ch7/logging.html

Exact config would depend on your requirements, but this will get you
started:

logging {
        channel updates {
                file "/var/log/update.log" versions 3 size 10m;
                print-time yes;
                print-category yes;
                severity info; // might want to adjust this...
        };

...

        category update { updates; };
        category update-security { updates; };

...

};


PS: This is probably better for bind-users.


_______________________________________________
dns-operations mailing list
[email protected]
https://lists.dns-oarc.net/mailman/listinfo/dns-operations
dns-jobs mailing list
https://lists.dns-oarc.net/mailman/listinfo/dns-jobs

Reply via email to