Hallo:

I´m trying to configure squid behind a Microsoft ISA proxy. And it requires 
authentication (domain\user:password). So, what I´ve done is:

http_port 3218

acl aclPuertoDirecto port 3218
acl aclPermitidos src 192.168.96.211 192.168.96.214
http_access allow aclPermitidos aclPuertoDirecto

cache_peer 192.168.125.102 parent 80 0 no-query login=dom1\myusername:mypassword
cache_peer_access 192.168.125.102 allow aclPuertoDirecto aclPermitidos

where dom1\myusername is the domain and username i´ve in Active Directory 
(required for the ISA proxy).

But the problem is that it returns a "Connection timed out".

Can anyone tell me how can I configure squid to have a cache_peer ISA proxy 
which requieres dom\username:password?

Thanks.

_________________________________________________________________
MSN Noticias
http://noticias.msn.es/comunidad.aspx

Reply via email to