Jeremy C. Reed wrote:
>
> Do you have anything to match here? By default, match-clients and
> match-destinations default to matching all addresses (even not
> "internal"). So when you reversed, the other view (dot5) would never
> match and wouldn't work.
>

Hey Mr. Reed!

Would this statement be enough for the second 'internal' view? :

match-clients {
                !10.x.5.0/24;
                };

Or, do I have to explicitly define a match for every subnet?

e.g.:

        match-clients {
              !10.x.5.0/24;
              10.x.1.0/24;
              10.x.2.0/24;
              10.x.3.0/24;
              10.x.4.0/24;
              10.x.6.0/24;
              10.x.7.0/24;
              10.x.8.0/24;
                };

Best,

PKrash

This e-mail and any documents accompanying it may contain legally privileged 
and/or confidential information belonging to Exegy, Inc. Such information may 
be protected from disclosure by law. The information is intended for use by 
only the addressee. If you are not the intended recipient, you are hereby 
notified that any disclosure or use of the information is strictly prohibited. 
If you have received this e-mail in error, please immediately contact the 
sender by e-mail or phone regarding instructions for return or destruction and 
do not use or disclose the content to others.
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to