Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2001 18:59:58 +0200
From:      Len Conrad <LConrad@Go2France.com>
To:        freebsd-questions@freebsd.org
Cc:        "Todd Reed" <ex279@hotmail.com>
Subject:   Re: Secondary DNS Transfers
Message-ID:  <5.1.0.14.0.20010824185811.06796d88@mail.Go2France.com>
In-Reply-To: <F1679RKLpgTFur2iz2M0001110b@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Here´s a general purpose logging statement for named.conf:

logging
{
  channel my_file {file "c:\winnt\system32\dns\etc\named.run"; severity 
debug; print-time yes; };
  category default {my_file;};
  category panic {my_file;};
  category packet {my_file;};
  category eventlib {my_file;};
  category queries {my_file;};
  category lame-servers { null;};
  category cname { null;};
};



of course, adjust the file path,:)))

then

tail -f named.run

and change your master SOA  s/n, ndc reload, and watch named.run

Len

http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4 & W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.0.14.0.20010824185811.06796d88>