You use the "ecs" key word like this.

                acl example { ecs 10.0.0.0/8; };
                view ecs-net-10-only {
                        match-clients { example; };
                };

        Also using colour or fonts is not a good way to highlight
        what the issue is.  Not everyone reads email on a display
        which supports different colours or fonts.

        Also acls are *first* *match* so

                match-clients {
                         area02; ecs-area02;
                         !{!ecs-area02; any; };
                         key Area02.mydomain.idv.;
                };

        and

                match-clients { area02; ecs-area02; };

        are the *same* as all "ecs-area02;" addresses have already
        been matched by the time you get to looking at "!{!ecs-area02;
        any; };".

        Bob,
                !{!ecs-area01; any; }; is reject anything which
        isn't in ecs-area01.

        Mark
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: ma...@isc.org
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to