Secondary DNS takes more views

p.simeonov at cnsys.bg p.simeonov at cnsys.bg
Wed Nov 14 09:25:09 UTC 2001



Hello Masters!

  Do you have decision for SECONDARY server to take more than one view
of the same zones.
Scheme:

-------------------------------------------------------
vvv      /etc/named.conf of Primary DNS server      vvv
-------------------------------------------------------
....
view internal {
	match-clients { 192.168.1/24; };
	...
	zone "custom.com" {
		type master;
		file int/custom;
	};
	zone "1.168.192.in-addr.arpa" {
		type master;
		file int/ip;
	};
};
view external {
	match-clients { any; };
	...
	zone "custom.com" {
		type master;
		file ext/custom;
	};
	zone "1.168.192.in-addr.arpa" {
		type master;
		file ext/ip;
	};
};
...
-------------------------------------------------------
^^^     /etc/named.conf of Primary DNS server       ^^^
-------------------------------------------------------
  I made attempt with TSIG keys, but unsuccessfully.

  Thank you in advance!


Plamen SIMEONOV


More information about the bind-users mailing list