slave dns server with multiple zone update from primary server

DasRaaB spam at s-id.de
Thu Nov 18 15:03:31 UTC 2004


Hi List,

i=B4ve one big problem on bind:

i=B4ve one master dns server with one zone entry for each of our domains=20
(about 300 domains)

today i configured a slave dns server with entries like this in the=
 named.conf

zone "netzmarkt.de" {
type slave;
file "sz/netzmarkt.de.zone";
masters { 194.221.157.189; };
allow-transfer {
127.0.0.1;
194.221.157.189;
};
};

so now my question: do i have to make one zone entry for each domain i want=
=20
to update or is it possible
to make ONE entry which updates ALL zones from the primary dns server?

something like

zone "*" {
type slave;
file "sz/all.zones";
masters { 194.221.157.189; };
allow-transfer {
127.0.0.1;
194.221.157.189;
};
};

thanks in advance and excuse my bad english...

regards benjamin



More information about the bind-users mailing list