Thank you for your answer.
But this doesn't work: With match-destination and match-clients I can only 
define the same match-clients statement for both destionation interfaces, not 
differrent one.

The only workaround I see how to rech my goal by only using these commands is 
to define a third view which has the exactly same data like the first view. 
Then I could use machting rules like this:
view 1 { match-destination { interface1 }; };
view 2 { match-clients ( trusted_nets }; match-destination { interface2 }; };
view 3 { match-clients { non-trusted_nets }; match-destination { interface2 }; 
};

I hoped there would be a way to do this whith only two views. Like inserting 
some logic:  matchif( destination=interface1 OR (destination=interface2 AND 
client=non-trusted_nets) )



-------- Original-Nachricht --------
> Datum: Wed, 21 Apr 2010 17:24:55 +1000
> Von: Mark Andrews <ma...@isc.org>
> An: "Tom Schmitt" <tomschm...@gmx.de>
> CC: bind-us...@isc.org
> Betreff: Re: Views on differrent interfaces

> 
> match-destination.
> 
> -- 
> Mark Andrews, ISC
> 1 Seymour St., Dundas Valley, NSW 2117, Australia
> PHONE: +61 2 9871 4742                 INTERNET: ma...@isc.org

-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to