Buenas, soy nuevo en el foro.
Mi nombre es Santiago, soy de Hurlingham Argentina.
Les pido una mano.
He logrado bloquear el msn en todas sus formas. Ahora cree la ACL ADMINISTRADORES para ingresar las ip`s de las maquinas que si utilizarian MSN. Pero no logro que funcion. A simple vista que error ven? o Me dicen que harian uds?
Mil gracias.
Les pego la parte de mi squid.conf
#Recommended minimum configuration:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl redlocal src 192.168.0.0/255.255.255.0
acl administradores src “/etc/squid/administradores”
acl msnmessenger req_mime_type -i ^application/x-msn-messenger$
acl msn_url url_regex -i gateway.dll
acl msn_port port 1863
acl msn_method method POST
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
# And finally deny all other access to this proxy
http_access deny all
http_access allow localhost
http_access deny msnmessenger !administradores
http_access deny msn_method msn_url !administradores
http_access deny msn_port !administradores
http_access deny CONNECT msn_port !administradores