Tenho uma pequena configura��o do Squid que uso em casa para compartilhar a conex�o com a internet entre 2 micros. Meu outro micro com Windows 98 n�o consegue conectar o Kazaa, alguem sabe o que tem que ser feito para que ele funcione?
Meu arquivo squid.conf � o seguinte: http_port 3128 cache_mem 8 MB maximum_object_size 4096 KB cache_dir ufs /var/cache/squid 100 16 256 cache_access_log /var/log/squid/access.log cache_log /var/log/squid/cache.log cache_store_log /var/log/squid/store.log pid_filename /var/run/squid.pid 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 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 http_access allow manager localhost http_access deny manager http_access deny !Safe_ports http_access deny CONNECT !SSL_ports acl local_net src 10.0.0.0/255.255.255.0 http_access allow localhost http_access allow local_net -- Att. Victor de Araujo Greggio S�o Jos� dos Campos-SP Assinantes em 08/03/2003: 2235 Mensagens recebidas desde 07/01/1999: 203478 Historico e [des]cadastramento: http://linux-br.conectiva.com.br Assuntos administrativos e problemas com a lista: mailto:[EMAIL PROTECTED]
