elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Introducción a Git (Primera Parte)


  Mostrar Mensajes
Páginas: [1]
1  Sistemas Operativos / GNU/Linux / programar un proxy squid3 en: 11 Julio 2012, 17:08 pm
hola atodos soy nueva en este foro y queria porfavor pedir ayuda con un porxy en squid3 de ubuntu que estoy configurando pero ya agote varias opciones y no me queda no hace conexion la verdad no se que este pasando  :huh:espero me puedan dar un enpujon a la solucion del este problema de antemano gracias ;D
aqui dejo el codigo #-------------------- puertos donde escuchara proxy----------------------#
visible_hostname squid3
http_port 3128
icp_port 3130
cache_dir ufs /var/cahe/squid3 100 16 256
#------------cache----------#
#cache_peer <ip_host><tipo><htt_port><icp_port><opcione>
cache_peer 192.168.1.2 parent 3128
#-------------------------listas de control de acceso------------------------#
acl manager proto cache_object
acl localhost src 127.0.0.1/32 ::1
acl webserver dst 192.168.1.254/255.255.255.255
acl red_local src "/etc/squid3/upermitidos.txt"
acl negados url_regex "/etc/squid3/sitios-denegados.txt"
### #################################
acl SSL_ports port 443
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443         # https
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 purge method PURGE
acl CONNECT method CONNECT
#---------------------------------control de acceso-----------------------------------------#
http_access allow manager localhost
http_access allow manager
http_access allow purge
never_direct allow !webserver
http_access allow red_local
http_access deny negados
http_access deny all
 icp_access allow all
Páginas: [1]
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines