TSIG and acl from zone transfer

Situ, Kevin Kevin.Situ at FMR.com
Thu Mar 17 13:40:51 UTC 2005


I am working on implementing TSIG on zone transfer in the master server
that has bind 8.34 to some new slave servers,  we already had ACL in
place for existing slave servers.  Can I have both TSIG and ACL in the
allow-transfer match-list?  Here is my configuration:

key "srv2518" {     algorithm hmac-md5;=20
    secret "ZDWJ62vSPfedtetX3WAdes=3D=3D";
	};=20
acl "others" {
	{10.12.2.12;
	};
Zone "Test.com" {
   	type master;
	--
	allow-transfer { key srv2518;others;};
	};



More information about the bind-users mailing list