juniorb3rg
(usa Ubuntu)
Enviado em 27/09/2011 - 11:07h
Bom Dia,
Configurei proxy no squid como transparente e o skype não está conectando, executei o comando abaixo:
squid tail -f /var/log/squid/access.log |grep DENIED
e me retornou a seguinte mensagem quando eu estou somente conectando ao skype:
1317129001.107 0 10.0.0.195 TCP_DENIED/400 1807 NONE NONE:// - NONE/- text/html
Abaixo está minha configuração no squid:
http_port 3128 transparent
visible_hostname ProxyActas
error_directory /usr/share/squid/errors/Portuguese/
cache_mem 64 MB
maximum_object_size_in_memory 64 KB
maximum_object_size 512 MB
minimum_object_size 0 KB
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /var/spool/squid 2048 16 256
cache_access_log /var/log/squid/access.log
refresh_pattern ^ftp: 15 20% 2280
refresh_pattern ^gopher: 15 0% 2280
refresh_pattern . 15 20% 2280
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
acl bloqueados url_regex -i "/etc/squid/bloqueados"
http_access deny bloqueados
acl palavrasproibidas dstdom_regex "/etc/squid/palavrasproibidas"
http_access deny palavrasproibidas
acl extban url_regex -i "/etc/squid/extban"
http_access deny extban
acl redelocal src 10.0.0.0/24
http_access allow localhost
http_access allow redelocal
http_access deny all