Failed to refresh salve bind

HURT, CHRIS [Non-Pharmacia/1000] chris.hurt at monsanto.com
Wed May 15 20:20:32 UTC 2002


Serial number?  - Additionally - I believe ixfr only works with DDNS - so
without an allow-update statement - (and dynamic updates) it won't do this.

HTH,
Chris

-----Original Message-----
From: hareligg at yahoo.com [mailto:hareligg at yahoo.com]
Sent: Wednesday, May 15, 2002 12:52 PM
To: comp-protocols-dns-bind at isc.org
Subject: Failed to refresh salve bind



Hi,

I've installed 2 server with bind 9.2.0, master and slave.
When I start the salve server it get the zone files from the master
with no problem, but when I make changes in the master zone file,
restart it and then restart the slave, the salve do not ask for
updates as it use to in 8.2.3

There are no error in the log file the only message I get after the
restart is:
May 15 20:41:37 sienna named[6153]: loading configuration from
'/export/home/dns31/etc/named.conf'

This is my master named.conf file:

options {
                directory "/export/home/sph/var/named";
                pid-file "/export/home/sph/etc/named.pid";
                provide-ixfr yes;
                request-ixfr yes;
                listen-on { 172.16.2.246; };
};
controls {
                inet 127.0.0.1 port 953 allow { 127.0.0.1; } keys {
"rndc-key"; };
};
zone "0.0.127.in-addr.arpa" in {
                type master;
                file "0.0.127.in-addr.arpa";
};
zone "." in {
                type hint;
                file "db.cache";
};
zone "2.16.172.in-addr.arpa" in {
        type master;
        file "db.172.16.2";
};
zone "sienna4.dev.com" {
    type master;
    file "db.sienna4.dev.com" ;
};



************************************************************************

The slave named.conf:

options {
                directory "/export/home/dns31/var/named";
                pid-file "/export/home/dns31/etc/named.pid";
                listen-on { 172.16.1.246; };
};
controls {
                inet 127.0.0.1 port 953 allow { 127.0.0.1; } keys {
"rndc-key"; };
};

zone "0.0.127.in-addr.arpa" in {
                type master;
                file "0.0.127.in-addr.arpa";
};
zone "." in {
                type hint;
                file "db.cache";
};
zone "1.16.172.in-addr.arpa" in {
        type master;
        file "db.172.16.1";
};
zone "sienna4.dev.com" {
        type slave;
        file "db.sienna4.dev.com" ;
        masters { 172.16.2.246; };
};


************************************************************
The zone file at the master machine

;
; sienna4.dev.com zone file
;
$TTL 10800
@ IN SOA ns1.dev.com.  dnsmaster.dev.com. ( 1021381210 10800 3600
604800 86400 )
;
; Nameservers here
;
 IN NS ns1
;
;
  IN A 172.16.44.246
 IN MX 10 sienna4.dev.com.
;
; Host aliases here
;
ns1 IN A 172.16.1.246
www IN CNAME @
mail IN CNAME @
smtp IN CNAME @
pop IN CNAME @
ftp IN CNAME @


Thank a lot,
Igal


More information about the bind-users mailing list