Zone with access-list

Edmund Lam elam99 at hongkong.com
Tue Aug 3 04:52:21 UTC 1999


Can I set-up 2 identical zones each with different allow-query
address-match-list so that response can be based on the
query machine source IP address ???

Example.

zone "isc.org" in {
                            type master;
                            file "master/isc1.org";
                            allow-query Address-list-One;
};

zone "isc.org" in {
                            type master;
                            file "master/isc2.org";
                            allow-query Address-List-Two;
};

So, if query machine source IP is from Address-List-One,
the zone file would be isc1.org, and if query machine
source IP is from Address-List-Two, the zone file
would be isc2.org.



More information about the bind-users mailing list