Hello, I have a Debian GNU/Linux box that among other things run Bind9. I am having some problem with it, I've done a lot of changes to the configs today, restarted it many times (about 50) and even restarted the computer. In the logs I can see the right serials are being picked up:
starting BIND 9.2.4 -u bind using 1 CPU loading configuration from '/etc/bind/named.conf' listening on IPv6 interfaces, port 53 listening on IPv4 interface lo, 127.0.0.1#53 binding TCP socket: address in use listening on IPv4 interface eth0, 192.168.0.32#53 binding TCP socket: address in use listening on IPv4 interface eth1, 192.168.1.32#53 binding TCP socket: address in use listening on IPv4 interface eth2, 200.123.183.90#53 binding TCP socket: address in use listening on IPv4 interface eth2:1, 200.123.183.93#53 binding TCP socket: address in use command channel listening on 127.0.0.1#953 command channel listening on ::1#953 zone 0.in-addr.arpa/IN: loaded serial 1 zone 127.in-addr.arpa/IN: loaded serial 1 zone 255.in-addr.arpa/IN: loaded serial 1 zone localhost/IN: loaded serial 1 zone altrs.com.ar/IN: loaded serial 2006110901 zone bsas.altrs.com.ar/IN: loaded serial 2006110906 zone ext.altrs.com.ar/IN: loaded serial 2006110901 zone altrs.com.ar/IN: loaded serial 2006110901 zone bsas.altrs.com.ar/IN: loaded serial 2006110906 zone ext.altrs.com.ar/IN: loaded serial 2006110901 running zone bsas.altrs.com.ar/IN: sending notifies (serial 2006110906) zone altrs.com.ar/IN: sending notifies (serial 2006110901) zone altrs.com.ar/IN: sending notifies (serial 2006110901) zone ext.altrs.com.ar/IN: sending notifies (serial 2006110901) zone bsas.altrs.com.ar/IN: sending notifies (serial 2006110906) zone ext.altrs.com.ar/IN: sending notifies (serial 2006110901) yet some digs running on that same server show old serials (and old data): dev:~# dig @localhost SOA altrs.com.ar +short ns1.altrs.com.ar. root.altrs.com.ar. 2006103001 604800 86400 2419200 604800 dev:~# dig @localhost SOA bsas.altrs.com.ar +short ns1.altrs.com.ar. root.altrs.com.ar. 2006110901 604800 86400 2419200 604800 This is really puzzling me. It seems like if it is caching itself. Any ideas what's wrong here and/or how to solve it ? The configuration is not really simple, I wrote this document: http://pupeno.com/blog-en/old-blog/two-in-one-dns-server-with-bind9 that explaints how I configured the server. Any ideas ? Thank you. -- José Pablo Fernández [EMAIL PROTECTED]