2009/3/21 Mark Andrews :
>
> Named records modification times of masterfiles and only
> reloads those that are *newer* than the recorded modification
> time.
>
Thanks. That help me understand for the case.
___
bind-users mailing list
Named records modification times of masterfiles and only
reloads those that are *newer* than the recorded modification
time.
Changing the zone content without updating the serial will
also cause problems for slaves.
Mark
--
Mark Andrews, ISC
1 S
On 20.03.09 16:23, Ralf Peng wrote:
> Hmm! I was just thinking this is a BUG!
>
> I wrote a function in Perl to modify the serial number:
>
> sub increase_serial {
[...]
> }
>
>
> I do below to execute the reload:
>
> increase_serial();
> system("/usr/local/bind/sbin/rndc reload");
wh
Hmm! I was just thinking this is a BUG!
I wrote a function in Perl to modify the serial number:
sub increase_serial {
my $bindetc = "/usr/local/bind/etc/";
my @zones = get_zones(); # get the zones
for my $zone (@zones) {
for my $isp ('tel','cnc') { # two isp links
Hello,
I'm using Bind-9.6-P1, and found something strange about zone reloading.
I have two views, for example, one is cnc, another is tel (the default).
The records for cnc and tel are parsed to two different ISP's links.
Sometime our cnc link is disconnected, at this time I copy cnc's zone
db t
5 matches
Mail list logo