George wrote:
> 
> Am un DNS in spatele unui fierwall care face NAT pe 53/UDP intro- zona
> DMZ .Deci nameserverul este ascuns cu adresa privata in spatele
> firewall.
> In acest nameserver trebuie sa rezolv anumite hosturi interne din clasa
> ( 192.168.1.0/24) Ce solutie imi dati fara a face un alt nameserver
> separat care sa-mi
> rezolve aceste hosturi iterne astfel incit cineva din exterior care da
> nslookup pe IP-ul meu extern sa nu vada ca misu.domeniu.ro are
> 192.168.1.10 ( Ex)
> 
> Multumesc
> 
> George

in named.conf mai pui matale

acl local_query{
        127.0.0.0/24;
        192.168.1.0/24;
};

zone "public.ro"{
        type master;
        file "public.ro";
};
zone "intern"{
        type master;
        file "intern";
        allow-transfer{
                local_query;
        };
        allow-query{
                local_query;
        };
};



-- 
Dragos-Traian Georgescu  <[EMAIL PROTECTED]>
__________________________________________________________
 Nu te pune cu prostu' ca are mintea odihnita (Din popor)
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to 
unsubscribe from this list.

Raspunde prin e-mail lui