still slave ns problems...

david johnson davjohn at attglobal.net
Thu Jul 6 20:09:36 UTC 2000


Well, this is a follow-up to my previous post... In short, the slave ns
will not update itself.  I've tried to force it with restarts and reload
of the named daemon, but that fails.  All my config files are correct as
far as I know, but this time, you can see them all:

SLAVE FILES

named.conf:

options {
	directory "/usr/named";
};
zone "." {
	type hint;
	file "root.hints";
};
zone "0.0.127.in-addr.arpa" {
	type master;
	file "db.127.0.0";
};
zone "pcprosmn.com" {
	type slave;
	file "db.pcprosmn";
	masters {
	     10.0.0.90;
        };
};
zone "0.0.10.in-addr.arpa" {
	type slave;
	file "db.10.0.0";
	masters {
	     10.0.0.90;
        };
};


files (excluding root.hints and db.127.0.0):

db.10.0.0:

@   IN  SOA       squid.pcprosmn.com.      root.squid.pcprosmn.com. (
               200007063; serial
	       200; refresh
	       200; should be 3600
	       604800; expire
	       86400; default ttl
	       )
               IN       NS         ns1.pcprosmn.com.
	       IN       NS         ns2.pcprosmn.com.

65             IN       PTR      hydra.pcprosmn.com.
66             IN       PTR      jellyfish.pcprosmn.com.
90             IN       PTR      squid.pcprosmn.com.
91             IN       PTR      influenza.pcprosmn.com.

db.pcprosmn:

@  IN   SOA  squid.pcprosmn.com.  root.squid.pcprosmn.com. (
               200007063; serial
	       200; refresh
	       200; should be 3600
	       604800; expire
	       86400; default ttl
	       )
               IN       NS         ns1.pcprosmn.com.
	       IN       NS         ns2.pcprosmn.com.

localhost      IN       A     127.0.0.1

squid          IN       A     10.0.0.90
influenza      IN       A     10.0.0.91
hydra          IN       A     10.0.0.65
jellyfish      IN       A     10.0.0.66

www                     CNAME influenza.pcprosmn.com.
mail                    CNAME imnothere.pcprosmn.com.
ns1                     CNAME squid.pcprosmn.com.
ns2                     CNAME hydra.pcprosmn.com.
ns3                     CNAME hydra.pcprosmn.com.
puck                    CNAME hydra.pcprosmn.com.


Now, these files are copied directly from the master via ftp.  So I
won't provide the master's files, as they will be the same.  Here's the
master's named.conf:

options {
	directory "/usr/named";
};
zone "." {
        type hint;
	file "root.hints";
};
zone "pcprosmn.com" {
        type master;
	file "db.pcprosmn";
	allow-updates {
	        10.0.0.65;
		10.0.0.66;
        };
};
zone "0.0.127.in-addr.arpa" {
        type master;
	file "db.127.0.0";
};
zone "0.0.10.in-addr.arpa" {
        type master;
	file "db.10.0.0";
	allow-updates {
	        10.0.0.65;
		10.0.0.66;
	};
};



Thanks to all of you who take the needed time to scan these files.  I
really appreciate it.

David



More information about the bind-users mailing list