Thank you, Henrik I've putted in my squid.conf next rules:
------------------------------------------------------ acl local-hosts dst 172.16.10.0/24 acl nic dstdomain .nic.ar never_direct deny local-hosts never_direct allow nic # also... cache_peer 12.10.130.114 parent 80 7 round-robin no-query cache_peer_domain 12.10.130.114 .nic.ar ------------------------------------------------------ but when I try to access in my browser to "www.nic.ar" nothing happens... Also in my access.log , nothing appears with "www.nic.ar" Can you help me ? What I looking for is that squid uses proxy: 12.10.130.114:80 in order to access to domain "www.nic.ar". bests. andres. -> -----Mensaje original----- -> De: Henrik Nordstrom [mailto:[EMAIL PROTECTED] -> Enviado el: Lunes, 23 de Agosto de 2004 05:56 p.m. -> Para: ThE LinuX_KiD -> CC: Squid -> Asunto: Re: [squid-users] parent proxy ? -> -> -> On Mon, 23 Aug 2004, ThE LinuX_KiD wrote: -> -> > cache_peer 12.10.130.114 parent 80 7 round-robin no-query -> > cache_peer_domain 12.10.130.114 .nic.ar -> > -> > I can't reach "nic.ar" web page.... -> -> You also need never_direct for the domain... -> -> Regards -> Henrik ->
