Ajuda com Squid

1. Ajuda com Squid

Patrick Pesegodinski
Patrickpfp

(usa CentOS)

Enviado em 14/03/2013 - 14:18h

Olá pessoal, montei um m firewall com iptables + squid para mim estudar, está tudo funcionando ok, mas estou com dificuldade para criar as regras dentro do squid, ele não apresenta nenhum erro, acredito que eu poça estar liberando tudo depois das regras, se alguem puder me dar um auxilio ou me indicar tópicos de estudo sobre squid. Vou postar meu squid aqui. vlw


# Squid Configuracoes

http_port 3128 transparent
visible_hostname Srvfwl

acl manager proto cache_object
acl localhost src 10.0.0.0/24
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1

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

http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports


# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
#
acl redelocal src 10.1.1.0/24

acl teste src 10.1.1.107

acl bloqueio url_regex -i "/etc/squid/regras/bloqueados"

http_access allow teste !bloqueio

# We recommend you to use at least the following line.
hierarchy_stoplist cgi-bin ?
# Uncomment and adjust the following to add a disk cache directory.

cache_dir ufs /var/spool/squid 512 16 256

# Leave coredumps in the first cache dir

# Add any of your own refresh_pattern entries above these.
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



  


2. Re: Ajuda com Squid

Phillip Vieira
phrich

(usa Slackware)

Enviado em 14/03/2013 - 14:42h

Analisando:

Vc possui as seguintes acls (estou colocando apenas as faltantes):


acl localhost src 10.0.0.0/24
acl redelocal src 10.1.1.0/24

Faltaram as seguintes linhas:

http_access allow localhost
http_access allow redelocal


3. Re: Ajuda com Squid

Patrick Pesegodinski
Patrickpfp

(usa CentOS)

Enviado em 14/03/2013 - 14:56h

Adicionei elas depois das acl de bloqueio, seria isto?

E outra coisa, estou usando a mascara /24, isso não eh para 255.255.255.0 e correto não seria /8 para 255.0.0.0?


4. Re: Ajuda com Squid

Phillip Vieira
phrich

(usa Slackware)

Enviado em 14/03/2013 - 14:57h

Coloque como ficou seu squid.conf


5. Re: Ajuda com Squid

Patrick Pesegodinski
Patrickpfp

(usa CentOS)

Enviado em 14/03/2013 - 15:02h

http_port 3128 transparent
visible_hostname Srvfwl

acl manager proto cache_object
acl localhost src 10.0.0.0/24
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1

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

http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports


# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
#
acl redelocal src 10.1.1.0/24

acl teste src 10.1.1.107

acl bloqueio url_regex -i "/etc/squid/regras/bloqueados"

http_access allow teste !bloqueio
http_access allow redelocal
http_access allow localhost
# We recommend you to use at least the following line.
hierarchy_stoplist cgi-bin ?
# Uncomment and adjust the following to add a disk cache directory.

cache_dir ufs /var/spool/squid 512 16 256

# Leave coredumps in the first cache dir

# Add any of your own refresh_pattern entries above these.
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


6. Re: Ajuda com Squid

Phillip Vieira
phrich

(usa Slackware)

Enviado em 14/03/2013 - 15:04h

Isso mesmo, mas está apresentando algum erro?


7. Re: Ajuda com Squid

Patrick Pesegodinski
Patrickpfp

(usa CentOS)

Enviado em 14/03/2013 - 15:07h

Nenhum erro, mas os sites que eram para bloquear naquele ip não bloqueiam. Acho q as iptables estão liberando o acesso, sei lah.


8. Re: Ajuda com Squid

Phillip Vieira
phrich

(usa Slackware)

Enviado em 14/03/2013 - 15:10h

Lembre-se que proxy transparent não funciona com https, então teste com algum site http.


9. Re: Ajuda com Squid

Patrick Pesegodinski
Patrickpfp

(usa CentOS)

Enviado em 14/03/2013 - 15:16h

Sim sim, se eu vou no google e pesquiso facebook ou youtube(sites que era para estar bloqueado) ele não bloqueia a pesquisa.


10. Re: Ajuda com Squid

Phillip Vieira
phrich

(usa Slackware)

Enviado em 14/03/2013 - 15:18h

Ele não vai bloquear a pesquisa...

Coloque algum outro site como por exemplo:

www.receita.fazenda.gov.br

e teste se ele irá bloquear este site.


11. Re: Ajuda com Squid

Patrick Pesegodinski
Patrickpfp

(usa CentOS)

Enviado em 14/03/2013 - 16:28h

#!/bin/bash
#
# Flush all current rules from iptables
#
iptables -F

#Carregando modulos
iptables=/sbin/iptables

/sbin/modprobe iptable_filter
/sbin/modprobe iptable_nat
/sbin/modprobe iptable_mangle
/sbin/modprobe ipt_LOG
/sbin/modprobe ipt_REDIRECT
/sbin/modprobe ipt_MASQUERADE

#Mascaramento

iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

#Ativando o redirecionamento de pacotes
echo 1 > /proc/sys/net/ipv4/ip_forward

# Allow SSH connections on tcp port 22
iptables -A INPUT -p tcp --dport 22 -j ACCEPT
# Set default policies for INPUT, FORWARD and OUTPUT chains
#
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT

# Set access for localhost
iptables -t nat -A PREROUTING -s 10.1.1.0/24 -p tcp --dport 80 -j REDIRECT --to-port 3128

#
# Save settings
#
/sbin/service iptables save
#
# List rules
#
iptables -L -v



12. Re: Ajuda com Squid

Patrick Pesegodinski
Patrickpfp

(usa CentOS)

Enviado em 14/03/2013 - 16:28h

Patrickpfp escreveu:

#!/bin/bash
#
# Flush all current rules from iptables
#
iptables -F

#Carregando modulos
iptables=/sbin/iptables

/sbin/modprobe iptable_filter
/sbin/modprobe iptable_nat
/sbin/modprobe iptable_mangle
/sbin/modprobe ipt_LOG
/sbin/modprobe ipt_REDIRECT
/sbin/modprobe ipt_MASQUERADE

#Mascaramento

iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

#Ativando o redirecionamento de pacotes
echo 1 > /proc/sys/net/ipv4/ip_forward

# Allow SSH connections on tcp port 22
iptables -A INPUT -p tcp --dport 22 -j ACCEPT
# Set default policies for INPUT, FORWARD and OUTPUT chains
#
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT

# Set access for localhost
iptables -t nat -A PREROUTING -s 10.1.1.0/24 -p tcp --dport 80 -j REDIRECT --to-port 3128

#
# Save settings
#
/sbin/service iptables save
#
# List rules
#
iptables -L -v






01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts