SQUID - The requested URL could not be retrieved [RESOLVIDO]

13. Re: SQUID - The requested URL could not be retrieved [RESOLVIDO]

Adriano
a.mendesaguiar

(usa Fedora)

Enviado em 10/11/2008 - 08:34h

Stinger,

Você deve instalar um DNS só de cache na mesma máquina do firewall ou coloca um DNS que funcione mesmo no seu squid.conf que isso irá resolver o problema.





  


14. Re: SQUID - The requested URL could not be retrieved [RESOLVIDO]

sting
stinger

(usa Ubuntu)

Enviado em 11/11/2008 - 14:18h

Boa tarde

Desculpa, mas você poderia me auxiliar como eu poderia fazer pra instalar esse dns no squid?

Se ajudar, estou postando o meu arquivo squid.conf
Desculpa minha ignorância, mas é que estou começando agora nesse mundo de Linux e to apanhando um pouco.

http_port 3128
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 128 MB
cache_dir ufs /var/spool/squid 1000 16 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/senha-squid
auth_param basic children 5
auth_param basic realm SERVERNET - SERVIDOR INTERNET
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
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
acl Safe_ports port 80 # http
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

# LIBERA INTERNET ACESSO A INTERNET TERMINAL DIRECAO
acl TERMINAIS_LIBERADOS src "/etc/squid/conf/terminais_liberados"
http_access allow TERMINAIS_LIBERADOS

#acl usuarios_restritos proxy_auth_regex -i "/etc/squid/conf/usuarios_restritos"
acl usuarios proxy_auth_regex src "/etc/squid/conf/usuarios"
acl comite proxy_auth_regex -i "/etc/squid/conf/comite"

acl bloqueado url_regex src "/etc/squid/conf/paginas-bloqueadas"
#acl permitido url_regex -i "/etc/squid/conf/sites-especificos"



15. Re: SQUID - The requested URL could not be retrieved [RESOLVIDO]

Fabio C Bastos
facb69

(usa Ubuntu)

Enviado em 11/11/2008 - 15:08h

stinger

recomendo verificar /etc/resolv.conf para saber como ele está configurado. verifique, também, se o bind está instalado.

fabio


16. Re: SQUID - The requested URL could not be retrieved [RESOLVIDO]

sting
stinger

(usa Ubuntu)

Enviado em 12/11/2008 - 16:53h

Olá Fábio. Tudo bem?

Então, no meu arquivo resolv.conf tem as seguintes linhas:

domain winfomarketing.com.br
nameserver 201.10.120.3
nameserver 201.10.1.2

Nesse arquivo eu deveria acrescentar o que a mais?

No caso pra eu saber se o bind está instalado como eu faço? E se não tiver, vc sabe como eu instalo?

Muito Obrigado



17. Re: SQUID - The requested URL could not be retrieved [RESOLVIDO]

sting
stinger

(usa Ubuntu)

Enviado em 20/11/2008 - 11:04h

Alguém poderia me dar uma força??


18. Re: SQUID - The requested URL could not be retrieved [RESOLVIDO]

Adriano
a.mendesaguiar

(usa Fedora)

Enviado em 21/11/2008 - 15:27h

Opa tudo bem ..

Inclua está linha nas primeiras linhas do seu squid.conf dns_nameservers ip_do_dns

Ou se quiser instale um DNS cache do seu servidor e aponte o dns do seu squid.conf para ele.

http://www.vivaolinux.com.br/artigo/DNS-Cache-no-Bind9/


19. Solucionado

Alex Rocha
alerocha79

(usa Ubuntu)

Enviado em 23/04/2010 - 18:37h

Montei cache peer porém acontecia erro quando pesquisava algo ou acessa alguns links de sites.
A seguinte mensagem de erro era:

The requested URL could not be retrieved
While trying to retrieve the URL: www.google.com.br/search">http://www.google.com.br/search?
The following error was encountered:
Unable to determine IP address from host name for www.google.com.br
The dnsserver returned:
Server Failure: The name server was unable to process this query.
This means that:
The cache was not able to resolve the hostname presented in the URL.
Check if the address is correct.
Your cache administrator is webmaster.
Generated Fri, 23 Apr 2010 21:30:41 GMT by localhost.localdomain (squid/2.7.STAB


Solução:
Faltava adicionar uma linha: never_direct allow all
no squid.conf, tem que adicionar após a linha: acl all src all

Por fim a parte do squid.conf para cache_peer ficou assim:
### porta icp
icp_port 3130

cache_peer <ip> parent 3128 3130 no-digest no-query
acl all src all
never_direct allow all




01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts