Enviado em 08/04/2011 - 10:32h
to tentando implementando um squid na minha empresa so que esta aprarecendo esta mensagem abaixo e não estou conseguindo acessar site algum
The requested URL could not be retrieved
--------------------------------------------------------------------------------
While trying to retrieve the URL: http://casadaferramenta.com.br/
The following error was encountered:
Unable to determine IP address from host name for casadaferramenta.com.br
The dnsserver returned:
Timeout
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 root.
--------------------------------------------------------------------------------
Generated Fri, 08 Apr 2011 13:27:48 GMT by localhost.localdomain (squid/2.6.STABLE21)
vou postar meu squid abaixo
http_port 192.168.0.111:3128 transparent
visible_hostname localhost.localdomain
cache_mem 64 MB
maximum_object_size_in_memory 64 KB
maximum_object_size 512 MB
minimum_object_size 0 KB
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /var/spool/squid 2048 16 256
cache_access_log /var/log/squid/access.log
refresh_pattern ^ftp: 15 20% 2280
refresh_pattern ^gopher: 15 0% 2280
refresh_pattern . 15 20% 2280
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
acl Safe_ports port 21 80 443 563 70 210 280 488 59 777 901 1025-65535
acl purge method PURGE
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
acl sitesproibidos.txt url_regex -i "/etc/squid/bloqueados"
http_access deny sitesproibidos.txt
acl palavrasbloqueadas.txt dstdom_regex "/etc/squid/palavrasbloqueadas.txt"
http_access deny palavrasbloqueadas.txt
acl redelocal src 192.168.0.0/24
http_access allow localhost
http_access allow redelocal
http_access allow all
The requested URL could not be retrieved
--------------------------------------------------------------------------------
While trying to retrieve the URL: http://casadaferramenta.com.br/
The following error was encountered:
Unable to determine IP address from host name for casadaferramenta.com.br
The dnsserver returned:
Timeout
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 root.
--------------------------------------------------------------------------------
Generated Fri, 08 Apr 2011 13:27:48 GMT by localhost.localdomain (squid/2.6.STABLE21)
vou postar meu squid abaixo
http_port 192.168.0.111:3128 transparent
visible_hostname localhost.localdomain
cache_mem 64 MB
maximum_object_size_in_memory 64 KB
maximum_object_size 512 MB
minimum_object_size 0 KB
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /var/spool/squid 2048 16 256
cache_access_log /var/log/squid/access.log
refresh_pattern ^ftp: 15 20% 2280
refresh_pattern ^gopher: 15 0% 2280
refresh_pattern . 15 20% 2280
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
acl Safe_ports port 21 80 443 563 70 210 280 488 59 777 901 1025-65535
acl purge method PURGE
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
acl sitesproibidos.txt url_regex -i "/etc/squid/bloqueados"
http_access deny sitesproibidos.txt
acl palavrasbloqueadas.txt dstdom_regex "/etc/squid/palavrasbloqueadas.txt"
http_access deny palavrasbloqueadas.txt
acl redelocal src 192.168.0.0/24
http_access allow localhost
http_access allow redelocal
http_access allow all