
fabriciofurtado4
(usa Debian)
Enviado em 07/12/2009 - 22:50h
tenho uma rede com 30 clientes e preciso configurar um servidor squid, até começei, tudinho, mas quando fui fazer a ligação o computador cliente não consegue enderçar. me ajudem por favor
ESSE É O ARQUIVO DE CONFIGURAÇÃO DO SQUID
#PARAMETROS DE AUTENTICAÇÃO
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/passwd
auth_param basic children 5
auth_param basic credentialsttl 5 hour
auth_param basic realm Para obter um login/senha deixe seu recado no MSN fabric$
auth_param basic casesensitive off
#REGRAS PADRÃO DO SQUID
http_port 3128
visible_hostname gateway.pontodigital.com.br
cache_dir ufs /var/cache/squid 3000 16 256
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl SSL_ports port 443 563
acl Safe_ports port 80 21 81 70 210 888
acl CONNECT method CONNECT
acl autenticados proxy_auth REQUIRED
acl permitidos src 192.168.2.0/24
acl all src 192.168.2.0/24
http_access allow autenticados permitidos
http_access deny all
#MINHA REDE
MOLDEM DLINK 500B ROTEADO 192.168.1.1
2 PLACAS DE REDE
COMO DEVO CONFIGURALAS
ME AJUDEM POR FAVOR
Obrigado