Alle 17:17, lunedì 9 gennaio 2006, Matthias Subik ha scritto:
> > i've set up "forwarders { 151.99.125.1; };" in named.conf
>
> looks like the acl is still to hard for recursive requests.

in named.conf i've set up

allow-recursion {
                trusted;
                192.168.10/24;
        };
view "external-in" in {
        // Our external (untrusted) view. We permit any client to access
        // portions of this view. We do not perform recursion or cache
        // access for hosts using this view.
        match-clients { any; };
        //recursion no;
        recursion yes;

and it works fine...thankyou very much matthias

> matthias

-- 
Pino Maiuli Crew
_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to