betino
(usa Ubuntu)
Enviado em 30/01/2016 - 12:30h
Saudações
Estou a ter dificuldades em configurar squid no ubuntu server 12.4 LTS, todos os clientes tem acesso a internet independentemente de terem ou não o proxy configurado nos navegadores, segue o ficheiro squid.conf
http_port 3128
#acl all src 0.0.0.0/32
http_access allow all
acl manager proto cache_object
acl localhost src 127.0.0.1
#acl redelocal src 192.168.56.0/24
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 465 534 560 70 210 280 488 591 777 799 901 993 995 1025-65535
acl purge method PURGE
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
acl redelocal src 192.168.56.0/24
http_access allow localhost
http_access allow redelocal
http_access deny all