Different acces for same domain

Michael Kjorling michael at kjorling.com
Thu Nov 1 16:36:31 UTC 2001


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Well, FWIW, I'm doing that all the time it seems. Here's a snippet
from my named.conf. (*WARNING*: includes within views is a 9.2+
feature!)

	acl "internal_clients" {
		# internal clients listed by address match lists
	};
	view "internal" {
		match-clients { "internal_clients"; };
		include "internalzones.conf";
		include "publiczones.conf";
	};
	view "external" {
		match-clients { "any"; };
		include "publiczones.conf";
	};

So match-clients{} accepts more than one IP and/or network.


Michael Kjörling


On Nov 1 2001 10:10 +0100, Marco wrote:

> > See the "views" feature of BIND.
>
> This is the option I was searching for, now I have to find out how to
> specficy more than one network on the match-client parameter and I will
> be fine.. Thanks!

- -- 
Michael Kjörling  --  Programmer/Network administrator  ^..^
PGP: 95f1 074d 336d f8f0 f297 6a5b 2aa3 7bfd 8a70 e33e   \/
Internet: michael at kjorling.com -- FidoNet: 2:204/254.4

"There is something to be said about not trying to be glamorous
and popular and cool. Just be real -- and life will be real."
(Joyce Sequichie Hifler, September 13 2001)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Public key is at http://michael.kjorling.com/contact/pgp.html

iD8DBQE74XoXKqN7/Ypw4z4RAmrCAKCfGeLkWPyP4bCuOlkzcRjRrL4qTQCffJOJ
Bnlhw1pQbFZPi9MKHBXjsF4=
=zpwN
-----END PGP SIGNATURE-----




More information about the bind-users mailing list