Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.protocols.dns.bind > #63

CNAME logging

From Mike Vallabh <mike@waikato.ac.nz>
Newsgroups comp.protocols.dns.bind
Subject CNAME logging
Date 2011-11-09 15:16 +1300
Organization The University of Waikato
Message-ID <mailman.23.1320805013.68562.bind-users@lists.isc.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi,

Is it possible to find out whether or not a CNAME is being used?
I'm using BIND 9.2.2-P1 and am currently logging everything I can think of.

logging {
   channel everything {
           file "/tmp/named_messages";
           severity debug 1;
           print-category yes;
           print-severity yes;
           print-time yes;
          } ;

         category default  {everything; };
         category queries  {everything; };
         category lame-servers { null; };
}

We literally have hundreds of CNAME records and I am trying to remove 
all the ones no longer required.
I realise I could just remove them and see what breaks but that wouldn't 
be very friendly.

Cheers,
Mike Vallabh

Back to comp.protocols.dns.bind | Previous | Next | Find similar


Thread

CNAME logging Mike Vallabh <mike@waikato.ac.nz> - 2011-11-09 15:16 +1300

csiph-web