Senhores No squid ainda n�o consegui restringir acesso a apenas uma esta��o por vez ##### squid.conf ############## 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 localnet src 10.3.0.0/255.255.0.0 http_port 3128 auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/passwd error_directory /usr/share/squid/errors/Portuguese acl CONNECT method CONNECT acl password proxy_auth REQUIRED visible_hostname localhost ### limita 1 CONEXAO por usu�rio ############## ## authenticate_ip_ttl_is_strict on authenticate_ip_ttl 2 hours acl limitarlogin max_user_ip -s 1 ################################# acl porn url_regex "/etc/squid/porn.txt" http_access allow localnet password !limitarlogin !porn # Only allow cachemgr access from localhost http_access allow manager localhost http_access deny manager # Deny requests to unknown ports http_access deny !Safe_ports # Deny CONNECT to other than SSL ports http_access deny CONNECT !SSL_ports http_access deny porn ###############################################
Alguma outra id�ia ? Grato Sandro Stival Neves --------------------------------------------------------------------------- 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
