Marcelo, Alceu, Maico, sobre o proxy transparente, segue abaixo meu squid.conf, (o rc.local postei anteriormente), realmente não estou conseguindo visualizar onde está o problema:
##### INICIO ############### hierarchy_stoplist cgi-bin ? acl QUERY urlpath_regex cgi-bin \? no_cache deny QUERY cache_dir ufs /var/spool/squid 1024 16 256 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 rede_adm src 192.168.1.0/24 acl rede_lab src 192.168.2.0/24 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 Safe_ports port 5800 acl Safe_ports port 5900 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 porno url_regex "/etc/squid/porn.txt" #http_access deny porno all http_access allow rede_adm http_access allow rede_lab http_access deny all icp_access deny all miss_access allow all visible_hostname museu httpd_accel_host virtual httpd_accel_port 80 httpd_accel_uses_host_header on httpd_accel_with_proxy on # httpd_accel_single_host off # cache_mem 8 MB # cache_swap_low 90 # cache_swap_high 95 # cache_access_log /var/log/squid/access.log # cache_log /var/log/squid/cache.log # cache_store_log /var/log/squid/store.log # emulate_httpd_log off # ftp_user Squid@ # ftp_list_width 32 # ftp_passive on http_port 3128 cache_mem 32 MB ie_refresh on error_directory /usr/share/squid/errors/Portuguese ######### FIM ########### Em 07/11/06, Marcelo Bodão<[EMAIL PROTECTED]> escreveu: > Se estiver usando o squid 2.6, veja se este post aqui lhe ajuda: > > > http://www.mandrivabrasil.org/site/forum/index.php?PHPSESSID=35n16gt353j9hnjnkgidoe4gt5&topic=1262.msg5431#msg5431 > > Caso estiver usando o squid 2.4, verifique se o seu squid.conf possui as > linhas abaixo, além claro da linha referente ao iptbables: > > http_port 3128 > httpd_accel_host virtual > httpd_accel_port 80 > httpd_accel_with_proxy on > httpd_accel_uses_host_header on > > -- Paulo --------------------------------------------------------------------------- Esta lista é patrocinada pela Conectiva S.A. Visite http://www.conectiva.com.br Arquivo: http://bazar2.conectiva.com.br/mailman/listinfo/linux-br Regras de utilização da lista: http://linux-br.conectiva.com.br FAQ: http://www.zago.eti.br/menu.html
