Olá amigos, estou com uma rede que funciona perfeitamente e com Iptables protamente ativado do jeito que quero. O apontamento da porta 80 pro Squid (3.0) também está uma maravilha só. Mas há um problema, enorme aliás: qualquer página que tento acessar da erro de URL Inválida. Pelo access.log vejo que o acesso (favicon.icon e outros componentes) é feito mas no computador da rede é exibida a página de URL inválida. (Underscore já está habilidado).
squid.conf -----------8<----------- http_port 3128 transparent cache_mgr [EMAIL PROTECTED] visible_hostname provedor.com error_directory /usr/local/squid/share/errors/Portuguese cache_effective_user squid cache_effective_group squid cache_mem 256 MB cache_dir ufs /usr/local/squid/var/cache 5120 256 256 maximum_object_size 15 MB cache_swap_low 90 cache_swap_high 95 cache_log /usr/local/squid/var/logs/cache.log cache_store_log /usr/local/squid/var/logs/store.log cache_access_log /usr/local/squid/var/logs/access.log hierarchy_stoplist cgi-bin ? acl QUERY urlpath_regex cgi-bin \? no_cache deny QUERY coredump_dir /usr/local/squid/var/cache/squid refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern . 0 20% 4320 acl manager proto cache_object acl localhost src 127.0.0.1/32 acl to_localhost dst 127.0.0.0/32 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 acl rede src 10.10.10.0/32 # REDE http_access allow manager localhost http_access deny manager http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access allow localhost http_access allow rede ----------->8----------- Agradeço desde já!
