[CentOS-es] Descargas desde HOTMAIL y proxy transparente

Damaso Payares lordelfos en gmail.com
Mie Sep 16 01:55:34 UTC 2009


Aland Laines escribió:
> Hola compañeros, tengo un problema con hotmail, en las maquinas que salen a
> traves del proxy transparente no me deja descargar ningun archivo adjunto,
> sea cual fuere la extension, y no he bloqueado archivos por extension o por
> algun modo.
> 
> les paso la config del squid
> 
> visible_hostname anubis.ipp.edu.pe
> # ACCESS CONTROLS
> acl all src 0.0.0.0/0.0.0.0
> acl manager proto cache_object
> acl localhost src 127.0.0.1/32
> acl to_localhost dst 127.0.0.0/8
> #acl localnet src 192.168.0.0/24
> acl SSL_ports port 443
> acl Safe_ports port 80
> acl Safe_ports port 21
> acl Safe_ports port 443
> acl Safe_ports port 70
> acl Safe_ports port 210
> acl Safe_ports port 1025-65535
> acl Safe_ports port 280
> acl Safe_ports port 488
> acl Safe_ports port 591
> acl Safe_ports port 777
> acl CONNECT method CONNECT
> acl prohibidas url_regex "/etc/squid/blacklist/black"
> acl localnet src 172.16.0.0/24
> acl localnet src 172.16.1.0/24
> acl aland src 172.16.0.250
> acl portatil src 172.16.0.175
> #  TAG: access_log
> access_log /var/log/squid/access.log squid
> #  TAG: http_access
> http_access allow manager localhost
> http_access allow aland prohibidas
> http_access allow portatil prohibidas
> http_access deny manager
> http_access deny !Safe_ports
> http_access deny CONNECT !SSL_ports
> http_access deny prohibidas
> http_access allow localnet !prohibidas
> http_access deny all
> 
> #Allow ICP queries from local networks only
> icp_access allow localnet
> icp_access deny all
> # NETWORK OPTIONS
> #
> -----------------------------------------------------------------------------
> #  TAG: http_port
> # Squid normally listens to port 3128
> #http_port 3128 transparent
> http_port 172.16.0.253:3128 transparent
> http_port 172.16.1.253:3128 transparent
> # MEMORY CACHE OPTIONS
> cache_mem 8 MB
> #  TAG: memory_replacement_policy
> memory_replacement_policy lru
> # DISK CACHE OPTIONS
> #
> -----------------------------------------------------------------------------
> #  TAG: cache_replacement_policy
> cache_replacement_policy lru
> #  TAG: cache_dir
> cache_dir ufs /var/spool/squid 100 16 256
> #  TAG: minimum_object_size (bytes)
> minimum_object_size 0 KB
> #  TAG: maximum_object_size (bytes)
> maximum_object_size 4096 KB
> #  TAG: cache_swap_low (percent, 0-100)
> #  TAG: cache_swap_high (percent, 0-100)
> #Default:
> # cache_swap_low 90
> # cache_swap_high 95
> cache_swap_low 90
> # OPTIONS FOR FTP GATEWAYING
> #
> -----------------------------------------------------------------------------
> #  TAG: ftp_passive
> ftp_passive on
> refresh_pattern ^ftp: 1440 20 10080
> refresh_pattern ^gopher: 1440 0 1440
> refresh_pattern (cgi-bin|\?) 0 0 0
> refresh_pattern . 0 20 4320
> # HTTP OPTIONS
> #
> -----------------------------------------------------------------------------
> #  TAG: connect_timeout time-units
> connect_timeout 2 minutes
> #  TAG: client_lifetime time-units
> client_lifetime 1 days
> # ADMINISTRATIVE PARAMETERS
> #
> -----------------------------------------------------------------------------
> #  TAG: cache_mgr
> cache_mgr webmaster
> # ICP OPTIONS
> #
> -----------------------------------------------------------------------------
> #  TAG: icp_port
> icp_port 3130
> # ERROR PAGE OPTIONS
> #
> -----------------------------------------------------------------------------
> cache_swap_high 95
> 
> a ver si me dan una pista de lo que puede estar pasando, mi box es un centos
> 5.3.
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> CentOS-es mailing list
> CentOS-es en centos.org
> http://lists.centos.org/mailman/listinfo/centos-es
¿Por casualidad usas Dansguardian?, si lo utilizas revisa lo que tienes 
en bannedextensionlist.

Saludos



Más información sobre la lista de distribución CentOS-es