Date: Fri, 24 Aug 2001 11:50:14 -0500 (CDT) From: Nick Rogness <nick@rogness.net> To: Todd Reed <ex279@hotmail.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Secondary DNS Transfers Message-ID: <Pine.BSF.4.21.0108241143410.28185-100000@cody.jharris.com> In-Reply-To: <F1679RKLpgTFur2iz2M0001110b@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 24 Aug 2001, Todd Reed wrote: > I have my primary DNS server up and working fine. My ISP hosts my > secondary DNS. How do I know that the DNS from the primary is > transfered to the secondary? Turn on logging for zone transfers in bind: logging { channel xtransfers { file "/var/log/xfers.log"; severity info; }; category xfer-in { xtransfers; }; }; This only logs successfull zone transfers into your server. Nick Rogness <nick@rogness.net> - Keep on Routing in a Free World... "FreeBSD: The Power to Serve!" 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?Pine.BSF.4.21.0108241143410.28185-100000>