juniorb3rg
(usa Ubuntu)
Enviado em 27/09/2011 - 10:14h
Quando tento conectar o squid é retornado a seguinte mensagem:
1317129001.107 0 10.0.0.195 TCP_DENIED/400 1807 NONE NONE:// - NONE/- text/html
Já adicionei todas portas possíveis para não bloquear o skype, mas ele não conecta.
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 SSL_ports port 443 563
acl Safe_ports port 21 80 443 563 445 400 70 210 280 488 59 777 901 1812 1788 1758 1802 1025-65535
acl purge method PURGE
acl CONNECT method CONNECT
acl skype_ua browser ^skype^
acl skype_80 url_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+:80
acl skype_443 url_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+:443
http_access allow skype_80
http_access allow skype_443
http_access allow skype_ua
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