Valdir.D
(usa Debian)
Enviado em 29/10/2017 - 12:06h
Estou tentanto a dias configurar meu proxy, no modo transparent porém não funciona nem a pau.
Não faço a minima ideia doque possa ser
Meu squid é versão 3.4.8
Help please
Segue a configuração
OBs: O que esta comentado foi o que tentei anteriormente e não funcionou
Ele do jeito que esta sem a s iptables abaixo, ela faz o bloqueio dos sites. A unica coisa que realmente não funciona é o proxy transparent.
#PROXY TRANSPARENTE
http_port 3128
#http_port 3128 transparent
#http_port 192.168.80.1:3128 transparent
#http_port 3128 intercept -> #Testado anteriormente sem sucesso.
#http_port 3128 transparent -> #Testado anteriormente sem sucesso.
error_directory /usr/share/squid3/errors/Portuguese
#HOSTNAME
visible_hostname SERVIDOR
#E-MAIL
cache_mgr sergio.abraao@yahoo.com.br
#USUÁRIO E GRUPO DOS ARQUIVOS E PROCESSOS DO SERVIÇO
cache_effective_user proxy
#ACESSO LOG
cache_log /var/log/squid3/cache.log
#DECLARAÇÃO DE ACLS PARA LIBERAÇÃO DE PORTAS
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
# BLOQUEIO DE SITES
acl video urlpath_regex .wma$ .asf$ .mov$ mpg$ .mpeg$ .avi$
acl audio urlpath_regex .mp3$ .wav$ .mid$
acl palavrasproibidas dstdom_regex "/etc/squid3/palavrasproibidas"
acl PalavrasBloqueadas dstdomain "/etc/squid3/palavras"
acl SitesBloqueados url_regex "/etc/squid3/sitesbloqueados"
##################
##USO DE REGRAS##
##################
http_access allow !Safe_ports
http_access deny CONNECT !SSL_ports
##################
#LINKS DO BLOQUEIO#
##################
##################
##USO DE REGRAS##
##################
http_access allow !Safe_ports
http_access deny CONNECT !SSL_ports
##################
#LINKS DO BLOQUEIO#
##################
##################
##USO DE REGRAS##
##################
http_access allow !Safe_ports
http_access deny CONNECT !SSL_ports
##################
#LINKS DO BLOQUEIO#
##################
http_access deny PalavrasBloqueadas
http_access deny SitesBloqueados
http_access deny palavrasproibidas
http_access deny audio
http_access deny video
# Only allow cachemgr access from localhost
http_access allow localhost manager
http_access deny manager
http_access allow all
# Only allow cachemgr access from localhost
http_access allow localhost manager
http_access deny manager
http_access allow all
cache_swap_high 95
cache_swap_low 90
#CACHE SQUID
cache_mem 256 MB
Arquivo firewall
#!bin/bash
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE
iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT --to-port $