[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] approved AXFR
- Subject: Re: [cobalt-users] approved AXFR
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Wed Dec 5 13:44:15 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Hello,
> Can somebody explain what the following lines in Logcheck mean? I have not
> done anything with regard to changing DNS records or anything.
>
> Dec 4 21:59:07 ns named[420]: approved AXFR from [157.190.160.46].1615 for
> "gregans.ie"
> Dec 4 21:59:07 ns named[420]: zone transfer (AXFR) of "gregans.ie" (IN) to
> [157.190.160.46].1615
>
Hopefully 157.190.160.46 is your slave nameserver, if it isn't then someone
is looking at the zone file.
You may want to add to your named.conf Options
allow-transfer { 1.2.3.4; };
1.2.3.4 being your slave nameserver
then do "ndc reconfig"
Gerald