sortlist & rrset-order

Francis A. Vidal francis at usls.edu
Fri Oct 29 09:17:30 UTC 1999


-----BEGIN PGP SIGNED MESSAGE-----

dear all,

i've defined sortlist and the rrset-order for our domain:

// ---------------------------------------------------------
// NETWORK DEFINITION SECTION
// ---------------------------------------------------------

acl lib-network {
	192.168.1/24;
};

acl ofc-network {
	192.168.2/24;
};

acl usls-network {
	xxx.xxx.xxx.xxx/xx;
};


// ---------------------------------------------------------
// BIND DAEMON OPTIONS SECTION
// ---------------------------------------------------------

options {
	directory "/etc/namedb";

	allow-transfer {
		localhost;
		xxx.xxx.xxx.xxx;
		aaa.aaa.aaa.aaa;
		bbb.bbb.bbb.bbb;
		ccc.ccc.ccc.ccc;
	};

	sortlist {
		{ usls-network;
		  { usls-network;
		    { lib-network; ofc-network; }; }; };
		{ lib-network;
		  { lib-network;
		    { ofc-network; usls-network; }; }; };
		{ ofc-network;
		  { ofc-network;
		    { lib-network; usls-network; }; }; };
		{ { usls-network; }; };
	};
	
	rrset-order {
		class IN type A name "usls.edu" order fixed;
		order cyclic;
	};

};

but whenever i check the name server from outside, sometimes it gives the
internal IPs and not the external ones. what else is missing with my
configuration or am i doing it the wrong way?

- -- 
francis vidal	university of st. la salle, bacolod city, philippines
. . . . . . .	PGP key available via e-mail / subject: get PGP key
u s l s N E T	tel nos. (+63.34).433.3526 / fax (+63.34).434.0415

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: noconv
Comment: Requires PGP version 2.6 or later.

iQCVAwUBOBlmLBHlkpsNrjEFAQHbswQAjdVAw/xsSsneUZUds6HGMwQxbpZ9svPE
jmb3Thj9PBJqAyZv/7ea4eCUAzH78QJEVBiT3z1kjscdAD90rppkKQ4BoGt9xJSW
glBdGUrHWANyYHLv9ChCfw/B9yLlMbvrCIr8817CLUk5fdQMgauEa71udaGX+qI2
jinHh3EkEzY=
=Kkm0
-----END PGP SIGNATURE-----



More information about the bind-users mailing list