16 msgturning on recursion in bind 9.2.2 makes ssh lo...
3 msgbind 9.4 memory exhaustion
7 msgBind 9.4.2 not resolving external names but see...
3 msgBind-DLZ question
3 msgManipulating the Round robin

Slaves doesn't handle 'expire' time correctly?
\ Adam Tkac (14 Jan 2008)
. \ Mark Andrews (14 Jan 2008)
. . \ Adam Tkac (14 Jan 2008)

10 msgBasic setup question for a master / slave setup...
6 msgsplit DNS for clients through a proxy
9 msgout -of-zone records
2 msgI want to remain log in '/var/log/messages'
5 msghttp fail over with srv records
3 msgnamed-checkzone -D
3 msgnamed-checkzone comes unglues
1 msgSpurious 'CNAME and other data' with signed zones
8 msgBIND and AD DNS
3 msgWarning: ID mismatch Error!
3 msgtwo errors
10 msgDynamic updates AND multiple zones referencing ...
2 msgweb interface
4 msgdns updates from a windows client
Subject:Slaves doesn't handle 'expire' time correctly?
Group:Bind-users
From:Adam Tkac
Date:14 Jan 2008


 
Hi all,

I did some tests with BIND recently and I found problem with zone
expiration:

Master: 9.5.0b1 (fec0::f101:216:3eff:fe38:dec6)
named.conf:
...
zone "lh" IN {
type master;
file "lh";
allow-update { none; };
allow-transfer { fec0::f101:216:3eff:fe4c:be9d; };
notify no;
};
...

lh file:

$TTL 1D
@ IN SOA ns1.lh. rname.invalid. (
6 ; serial
5 ; refresh
5 ; retry
20 ; expire
5 ) ; minimum
@ NS ns1.lh.
@ NS ns2.lh.
ns1.lh. IN AAAA fec0::f101:216:3eff:fe38:dec6
ns2.lh. IN AAAA fec0::f101:216:3eff:fe4c:be9d
a.lh. A 1.1.1.1
---------------------------------------------------------------
Slave: 9.3.3rc2 (I don't see any change related to this to 9.3.5b1)
- fec0::f101:216:3eff:fe4c:be9d
named.conf:
...
zone "lh" IN {
type slave;
file "slaves/lh";
masters { fec0::f101:216:3eff:fe38:dec6; };
};
...


When I start master and slave zone is transferred to secondary NS as
expected. But network traces & logs shows that secondary doesn't check
master zone every 5 seconds as it should. Also when I stop master and
try query secondary for a.lh. record one minute after master has been
stopped a.lh. record is all along avaliable. Could someone point me
where will be problem?

Regards, Adam

--
Adam Tkac, Red Hat, Inc.




© 2004-2008 readlist.com