Squid

1. Squid

Carlos Eduardo Mendes Machado
machadocm

(usa RedHat)

Enviado em 13/12/2007 - 10:08h

Olá, sou novo no Linux, mas sei da fama que o VOL tem na net.. Estou com um problema para configurar um Squid+IPTables no Fedora7.
Meu caso é que tenho um micro com 2 placas de rede (eth0 e eth1), onde a eth1 será minha conexão externa com internet e a eth0 será minha rede interna. Não estou conseguindo fazer o squid funcionar direito. Na hora que eu aponto a máquina para o squid e tento acessar algum site, a seguinte mensagem aparece no navegador:
"O seguinte erro foi encontrado:
* Falha na conexão
O sistema retornou:
(111) Connection refused
O host remoto (servidor) ou a rede pode estar indisponível. Por favor tente novamente. "
e o log do Squid fica assim:
""GET http://www.google.com.br/ HTTP/1.0" 503 1356 TCP_MISS:DIRECT"

Gostaria de saber se alguém pode me ajudar a resolver esse problema.

Obrigado!!


  


2. Re: Squid

Thiago Fernandes de Melo
m4tri_x

(usa Ubuntu)

Enviado em 13/12/2007 - 10:20h

cola o squid.conf ;)


3. Squid.conf

Carlos Eduardo Mendes Machado
machadocm

(usa RedHat)

Enviado em 13/12/2007 - 16:06h

http_port 3128
icp_port 3130
cache_mem 1500 MB
cache_swap_low 90
cache_swap_high 95
maximum_object_size 9216 KB
ipcache_size 1024
ipcache_low 90
ipcache_high 95
fqdncache_size 1024
cache_replacement_policy lru
memory_replacement_policy lru
cache_dir ufs /cache 25000 16 100
cache_access_log /cache/logs/access.log
cache_store_log none

emulate_httpd_log on
mime_table /usr/local/squid/etc/mime.conf
pid_filename /usr/local/squid/var/logs/squid.pid
ftp_user user@kadu.com.br
ftp_passive on
unlinkd_program /usr/local/squid/libexec/unlinkd

acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563 9141
acl Safe_ports port 80 # http
acl Safe_ports port 81
acl Safe_ports port 82
acl Safe_ports port 443
acl Safe_ports port 85
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
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
http_access allow all
http_access allow manager localhost
#http_access deny all
icp_access allow all
cache_effective_user nobody
cache_effective_group nobody
visible_hostname proxy
unique_hostname proxy
append_domain .kadu.com.br
acl local-servers dstdomain kadu.com.br
acl local-serverspr dstdomain kadu.com.br
always_direct allow local-servers
always_direct allow local-serverspr
error_directory /usr/local/squid/share/errors/Portuguese


Segue o squid.conf... sinta-se à vontade para sugestões de melhoria.. (estou começando... deve ter coisa errada ai no meio..)


4. Re: Squid

Thiago Fernandes de Melo
m4tri_x

(usa Ubuntu)

Enviado em 17/12/2007 - 15:32h

#Default:
http_port 192.168.25.1:3128



hierarchy_stoplist cgi-bin ?

#We recommend you to use the following two lines.
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY

#
#Default:
cache_mem 32 MB
#Suggested default:
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320

refresh_pattern microsoft 1080 150% 10080 override-expire override-lastmod
refresh_pattern msn\.com 4320 150% 10080 override-expire override-lastmod
refresh_pattern hotmail\.com 4320 150% 10080 override-expire override-lastmod
#Recommended minimum configuration:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8

acl SSL_ports port 443 563 7070 10000
acl Safe_ports port 80 85 86 87 7070 2095 # http
acl Safe_ports port 10000 # webmin
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
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 allow all

#http_access allow TODOS
visible_hostname localhost.localdomain.com.br
#log login
cache_access_log /var/log/squid/access.log
icp_access allow all
# (class 3).
coredump_dir /var/spool/squid







TENTA AI...


5. Re: Squid

Edivaldo Cavalcante de ALbuquerque Junior
edivaldocaj

(usa Debian)

Enviado em 17/12/2007 - 16:56h

Enviado em 17/12/2007 - 15:32h:


#Default:
http_port 3128



#Default:
cache_mem 32 MB
#Suggested default:

#Recommended minimum configuration:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl my_network src (sua rede/sub rede)
acl SSL_ports port 443 563 7070 10000
acl Safe_ports port 80 85 86 87 7070 2095 # http
acl Safe_ports port 10000 # webmin
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
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 allow all

#http_access allow
visible_hostname localhost.localdomain.com.br










Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts