Ajuda Urgente Squid + Iptables

1. Ajuda Urgente Squid + Iptables

Rodrigo
garboza2

(usa Debian)

Enviado em 28/03/2013 - 09:50h

Olá pessoal;

Estou precisando de ajuda,talvez seja uma coisa simples mas não estou conseguindo solucionar...

Instalei e configurei o Squid + Iptables,tenho a necessidade de fazer um proxy autenticado mas estou tendo problemas,quando tento inicializar o serviço do squid gera a seguinte mensagem de erro:

Parando o squid: ................ [ OK ]
09:44:28| Processing Configuration File: /etc/squid/squid.conf (depth 0)
09:44:28| Starting Authentication on port 0.0.0.0:14348
09:44:28| Disabling Authentication on port 0.0.0.0:14348 (interception enabled)
09:44:28| Initializing https proxy context
Iniciando squid: . [ OK ]

Pelo que vi ele tenta inicializar a autenticação mas logo em seguida gera erro,alguem pode me ajudar por favor?

Minha distribuição é:Red Hat Enterprise Linux Server release 5.7 (Tikanga)

Segue meu arquivo de configuração do SQUID:

###Configuracao Squid Proxy###

#Rede Local:
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32
acl localnet src 192.164.0.0/24

#Regras 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 CONNECT method CONNECT

#Autenticacao:

auth_param basic realm Digite a senha
auth_param basic program /usr/lib64/squid/ncsa_auth /etc/squid/passwd
auth_param basic children 5
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off
acl ncsa_users proxy_auth REQUIRED
http_access allow ncsa_users

#Regras de Liberacao e Bloqueio:
#Path regras:/etc/squid/

#Sites Bloqueados:
acl bloqueados dstdom_regex "/etc/squid/regras/bloqueados"

#Bloquear Extensoes:
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny bloqueados
http_access allow localnet
http_access allow localhost
http_access deny all
http_access allow all
icp_access allow localnet
icp_access deny all
htcp_access allow localnet
htcp_access deny all

#Porta Squid:
http_port 3128 transparent
hierarchy_stoplist cgi-bin ?

#LOGS:
access_log /var/log/squid/access.log squid

#Erros Configuracao:
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320

#Cache Atualizacao:
icp_port 3130
visible_hostname firewall
coredump_dir /var/spool/squid




  


2. Re: Ajuda Urgente Squid + Iptables

Reginaldo de Matias
saitam

(usa Slackware)

Enviado em 28/03/2013 - 10:35h

garboza2 (Rodrigo)escreveu:

Olá pessoal;

Estou precisando de ajuda,talvez seja uma coisa simples mas não estou conseguindo solucionar...

Instalei e configurei o Squid + Iptables,tenho a necessidade de fazer um proxy autenticado mas estou tendo problemas,quando tento inicializar o serviço do squid gera a seguinte mensagem de erro:

Parando o squid: ................ [ OK ]
09:44:28| Processing Configuration File: /etc/squid/squid.conf (depth 0)
09:44:28| Starting Authentication on port 0.0.0.0:14348
09:44:28| Disabling Authentication on port 0.0.0.0:14348 (interception enabled)
09:44:28| Initializing https proxy context
Iniciando squid: . [ OK ]

Pelo que vi ele tenta inicializar a autenticação mas logo em seguida gera erro,alguem pode me ajudar por favor?

Minha distribuição é:Red Hat Enterprise Linux Server release 5.7 (Tikanga)

Segue meu arquivo de configuração do SQUID:

###Configuracao Squid Proxy###

#Rede Local:
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32
acl localnet src 192.164.0.0/24

#Regras 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 CONNECT method CONNECT

#Autenticacao:

auth_param basic realm Digite a senha
auth_param basic program /usr/lib64/squid/ncsa_auth /etc/squid/passwd
auth_param basic children 5
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off
acl ncsa_users proxy_auth REQUIRED
http_access allow ncsa_users

#Regras de Liberacao e Bloqueio:
#Path regras:/etc/squid/

#Sites Bloqueados:
acl bloqueados dstdom_regex "/etc/squid/regras/bloqueados"

#Bloquear Extensoes:
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny bloqueados
http_access allow localnet
http_access allow localhost
http_access deny all
http_access allow all
icp_access allow localnet
icp_access deny all
htcp_access allow localnet
htcp_access deny all

#Porta Squid:
http_port 3128 transparent
hierarchy_stoplist cgi-bin ?

#LOGS:
access_log /var/log/squid/access.log squid

#Erros Configuracao:
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320

#Cache Atualizacao:
icp_port 3130
visible_hostname firewall
coredump_dir /var/spool/squid




verifique os logs do squid e analise...






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts